summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:16:46 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:16:46 +0200
commitb4cd3fc429f23752ef32f6d1cd34be43bf4a6da5 (patch)
tree5b59081c85cd54ee910a0b5cea44367a79183839 /base
parentb540032447c910c02a8903cbfa79b70bd9810b2b (diff)
downloadnutyx-pakxe-b4cd3fc429f23752ef32f6d1cd34be43bf4a6da5.tar.gz
nutyx-pakxe-b4cd3fc429f23752ef32f6d1cd34be43bf4a6da5.tar.bz2
nutyx-pakxe-b4cd3fc429f23752ef32f6d1cd34be43bf4a6da5.tar.xz
nutyx-pakxe-b4cd3fc429f23752ef32f6d1cd34be43bf4a6da5.zip
rt2x00-rt71-fw dans extra
Diffstat (limited to 'base')
-rw-r--r--base/rt2x00-rt71w-fw/.footprint.i6863
-rw-r--r--base/rt2x00-rt71w-fw/.footprint.x86_643
-rw-r--r--base/rt2x00-rt71w-fw/.md5sum.i6861
-rw-r--r--base/rt2x00-rt71w-fw/.md5sum.x86_641
-rw-r--r--base/rt2x00-rt71w-fw/Pkgfile15
5 files changed, 0 insertions, 23 deletions
diff --git a/base/rt2x00-rt71w-fw/.footprint.i686 b/base/rt2x00-rt71w-fw/.footprint.i686
deleted file mode 100644
index 159f1d9e8..000000000
--- a/base/rt2x00-rt71w-fw/.footprint.i686
+++ /dev/null
@@ -1,3 +0,0 @@
-drwxr-xr-x root/root lib/
-drwxr-xr-x root/root lib/firmware/
--rw-r--r-- root/root lib/firmware/rt73.bin
diff --git a/base/rt2x00-rt71w-fw/.footprint.x86_64 b/base/rt2x00-rt71w-fw/.footprint.x86_64
deleted file mode 100644
index 159f1d9e8..000000000
--- a/base/rt2x00-rt71w-fw/.footprint.x86_64
+++ /dev/null
@@ -1,3 +0,0 @@
-drwxr-xr-x root/root lib/
-drwxr-xr-x root/root lib/firmware/
--rw-r--r-- root/root lib/firmware/rt73.bin
diff --git a/base/rt2x00-rt71w-fw/.md5sum.i686 b/base/rt2x00-rt71w-fw/.md5sum.i686
deleted file mode 100644
index 9a254c90f..000000000
--- a/base/rt2x00-rt71w-fw/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-1e7a5dc574e0268574fcda3fd5cf52f7 RT71W_Firmware_V1.8.zip
diff --git a/base/rt2x00-rt71w-fw/.md5sum.x86_64 b/base/rt2x00-rt71w-fw/.md5sum.x86_64
deleted file mode 100644
index 9a254c90f..000000000
--- a/base/rt2x00-rt71w-fw/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-1e7a5dc574e0268574fcda3fd5cf52f7 RT71W_Firmware_V1.8.zip
diff --git a/base/rt2x00-rt71w-fw/Pkgfile b/base/rt2x00-rt71w-fw/Pkgfile
deleted file mode 100644
index 0d2914883..000000000
--- a/base/rt2x00-rt71w-fw/Pkgfile
+++ /dev/null
@@ -1,15 +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-rt71w-fw
-version=1.8
-release=1
-source=(http://kiao.no-ip.info/sources/RT71W_Firmware_V${version}.zip)
-
-build() {
- cd RT71W_Firmware*
- install -Dm644 rt73.bin $PKG/lib/firmware/rt73.bin
-}