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 /base | |
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 'base')
-rw-r--r-- | base/rt2x00-rt61-fw/.footprint.i686 | 5 | ||||
-rw-r--r-- | base/rt2x00-rt61-fw/.footprint.x86_64 | 5 | ||||
-rw-r--r-- | base/rt2x00-rt61-fw/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/rt2x00-rt61-fw/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/rt2x00-rt61-fw/Pkgfile | 16 |
5 files changed, 0 insertions, 28 deletions
diff --git a/base/rt2x00-rt61-fw/.footprint.i686 b/base/rt2x00-rt61-fw/.footprint.i686 deleted file mode 100644 index 10f3403ea..000000000 --- a/base/rt2x00-rt61-fw/.footprint.i686 +++ /dev/null @@ -1,5 +0,0 @@ -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/base/rt2x00-rt61-fw/.footprint.x86_64 b/base/rt2x00-rt61-fw/.footprint.x86_64 deleted file mode 100644 index 10f3403ea..000000000 --- a/base/rt2x00-rt61-fw/.footprint.x86_64 +++ /dev/null @@ -1,5 +0,0 @@ -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/base/rt2x00-rt61-fw/.md5sum.i686 b/base/rt2x00-rt61-fw/.md5sum.i686 deleted file mode 100644 index 76c5e2c9d..000000000 --- a/base/rt2x00-rt61-fw/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -d4c690c93b470bc9a681297c2adc6281 RT61_Firmware_V1.2.zip diff --git a/base/rt2x00-rt61-fw/.md5sum.x86_64 b/base/rt2x00-rt61-fw/.md5sum.x86_64 deleted file mode 100644 index 76c5e2c9d..000000000 --- a/base/rt2x00-rt61-fw/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -d4c690c93b470bc9a681297c2adc6281 RT61_Firmware_V1.2.zip diff --git a/base/rt2x00-rt61-fw/Pkgfile b/base/rt2x00-rt61-fw/Pkgfile deleted file mode 100644 index f4d240af7..000000000 --- a/base/rt2x00-rt61-fw/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# 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/ -} |