summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:16:34 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:16:34 +0200
commitb540032447c910c02a8903cbfa79b70bd9810b2b (patch)
treed53becc47924019076794899d802266ef1bf86b8 /base
parent67a4e0a035aad0604a7696697791decee0d5ddf1 (diff)
downloadnutyx-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.i6865
-rw-r--r--base/rt2x00-rt61-fw/.footprint.x86_645
-rw-r--r--base/rt2x00-rt61-fw/.md5sum.i6861
-rw-r--r--base/rt2x00-rt61-fw/.md5sum.x86_641
-rw-r--r--base/rt2x00-rt61-fw/Pkgfile16
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/
-}