mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 03:17:14 +08:00
20 lines
576 B
Bash
20 lines
576 B
Bash
#
|
|
# Core Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
|
|
pkgname=isl3890-firmware
|
|
pkgver=2
|
|
pkgrel=4
|
|
pkgdesc="Firmware for wireless card 3Com 3CRWE154G72"
|
|
arch=('any')
|
|
url="http://wireless.kernel.org/en/users/Drivers/p54/devices"
|
|
license=('GPL')
|
|
source=('http://daemonizer.de/prism54/prism54-fw/fw-softmac/2.13.12.0.arm')
|
|
md5sums=('ff7536af2092b1c4b21315bd103ef4c4')
|
|
|
|
build() {
|
|
mkdir -p $startdir/pkg/usr/lib/firmware/isl3890/
|
|
install -m644 * $startdir/pkg/usr/lib/firmware/isl3890/isl3890
|
|
}
|