diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:16:34 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:16:34 +0200 |
commit | b540032447c910c02a8903cbfa79b70bd9810b2b (patch) | |
tree | d53becc47924019076794899d802266ef1bf86b8 /extra | |
parent | 67a4e0a035aad0604a7696697791decee0d5ddf1 (diff) | |
download | nutyx-pakxe-b540032447c910c02a8903cbfa79b70bd9810b2b.tar.gz nutyx-pakxe-b540032447c910c02a8903cbfa79b70bd9810b2b.tar.bz2 nutyx-pakxe-b540032447c910c02a8903cbfa79b70bd9810b2b.tar.xz nutyx-pakxe-b540032447c910c02a8903cbfa79b70bd9810b2b.zip |
rt2x00-rt61-fw dans extra
Diffstat (limited to 'extra')
-rw-r--r-- | extra/rt2x00-rt61-fw/.footprint.i686 | 5 | ||||
-rw-r--r-- | extra/rt2x00-rt61-fw/.footprint.x86_64 | 5 | ||||
-rw-r--r-- | extra/rt2x00-rt61-fw/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/rt2x00-rt61-fw/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/rt2x00-rt61-fw/Pkgfile | 16 |
5 files changed, 28 insertions, 0 deletions
diff --git a/extra/rt2x00-rt61-fw/.footprint.i686 b/extra/rt2x00-rt61-fw/.footprint.i686 new file mode 100644 index 000000000..10f3403ea --- /dev/null +++ b/extra/rt2x00-rt61-fw/.footprint.i686 @@ -0,0 +1,5 @@ +drwxr-xr-x root/root lib/ +drwxr-xr-x root/root lib/firmware/ +-rw-r--r-- root/root lib/firmware/rt2561.bin +-rw-r--r-- root/root lib/firmware/rt2561s.bin +-rw-r--r-- root/root lib/firmware/rt2661.bin diff --git a/extra/rt2x00-rt61-fw/.footprint.x86_64 b/extra/rt2x00-rt61-fw/.footprint.x86_64 new file mode 100644 index 000000000..10f3403ea --- /dev/null +++ b/extra/rt2x00-rt61-fw/.footprint.x86_64 @@ -0,0 +1,5 @@ +drwxr-xr-x root/root lib/ +drwxr-xr-x root/root lib/firmware/ +-rw-r--r-- root/root lib/firmware/rt2561.bin +-rw-r--r-- root/root lib/firmware/rt2561s.bin +-rw-r--r-- root/root lib/firmware/rt2661.bin diff --git a/extra/rt2x00-rt61-fw/.md5sum.i686 b/extra/rt2x00-rt61-fw/.md5sum.i686 new file mode 100644 index 000000000..76c5e2c9d --- /dev/null +++ b/extra/rt2x00-rt61-fw/.md5sum.i686 @@ -0,0 +1 @@ +d4c690c93b470bc9a681297c2adc6281 RT61_Firmware_V1.2.zip diff --git a/extra/rt2x00-rt61-fw/.md5sum.x86_64 b/extra/rt2x00-rt61-fw/.md5sum.x86_64 new file mode 100644 index 000000000..76c5e2c9d --- /dev/null +++ b/extra/rt2x00-rt61-fw/.md5sum.x86_64 @@ -0,0 +1 @@ +d4c690c93b470bc9a681297c2adc6281 RT61_Firmware_V1.2.zip diff --git a/extra/rt2x00-rt61-fw/Pkgfile b/extra/rt2x00-rt61-fw/Pkgfile new file mode 100644 index 000000000..f4d240af7 --- /dev/null +++ b/extra/rt2x00-rt61-fw/Pkgfile @@ -0,0 +1,16 @@ +# Description: Pilotes wifi pour ralinktech rt2x00 +# URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=rt2x00-rt61-fw +version=1.2 +release=1 +source=(http://kiao.no-ip.info/sources/RT61_Firmware_V${version}.zip) + +build() { + cd RT61_Firmware* + mkdir -p $PKG/lib/firmware/ + install -m 644 rt2* $PKG/lib/firmware/ +} |