mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 00:17:15 +08:00
23 lines
717 B
Bash
23 lines
717 B
Bash
#
|
|
# 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=3
|
|
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/lib/firmware/isl3890/
|
|
install -m644 * $startdir/pkg/lib/firmware/isl3890/isl3890
|
|
} |