summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
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/
-}