mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-19 14:25:33 +08:00
Add isl3890-firmware
This commit is contained in:
parent
3fceb56aab
commit
341c0254df
Binary file not shown.
24
isl3890-firmware/PKGBUILD
Normal file
24
isl3890-firmware/PKGBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
#
|
||||
# Core Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=isl3890-firmware
|
||||
pkgver=2
|
||||
pkgrel=1
|
||||
pkgdesc="Firmware for wireless card 3Com 3CRWE154G72"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://wireless.kernel.org/en/users/Drivers/p54/devices"
|
||||
license=('GPL')
|
||||
depends=(kernel26)
|
||||
source=('http://daemonizer.de/prism54/prism54-fw/fw-softmac/2.13.12.0.arm')
|
||||
md5sums=('ff7536af2092b1c4b21315bd103ef4c4')
|
||||
|
||||
build() {
|
||||
mkdir -p $startdir/pkg/lib/firmware/isl3890/
|
||||
install -m644 * $startdir/pkg/lib/firmware/isl3890/isl3890
|
||||
}
|
Loading…
Reference in New Issue
Block a user