summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/rt2x00-rt71w-fw/.footprint3
-rw-r--r--base/rt2x00-rt71w-fw/.md5sum1
-rw-r--r--base/rt2x00-rt71w-fw/Pkgfile15
3 files changed, 19 insertions, 0 deletions
diff --git a/base/rt2x00-rt71w-fw/.footprint b/base/rt2x00-rt71w-fw/.footprint
new file mode 100644
index 000000000..159f1d9e8
--- /dev/null
+++ b/base/rt2x00-rt71w-fw/.footprint
@@ -0,0 +1,3 @@
+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 b/base/rt2x00-rt71w-fw/.md5sum
new file mode 100644
index 000000000..9a254c90f
--- /dev/null
+++ b/base/rt2x00-rt71w-fw/.md5sum
@@ -0,0 +1 @@
+1e7a5dc574e0268574fcda3fd5cf52f7 RT71W_Firmware_V1.8.zip
diff --git a/base/rt2x00-rt71w-fw/Pkgfile b/base/rt2x00-rt71w-fw/Pkgfile
new file mode 100644
index 000000000..7d5a09cc9
--- /dev/null
+++ b/base/rt2x00-rt71w-fw/Pkgfile
@@ -0,0 +1,15 @@
+# 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://www.ralinktech.com.tw/data/RT71W_Firmware_V${version}.zip)
+
+build() {
+ cd RT71W_Firmware*
+ install -Dm644 rt73.bin $PKG/lib/firmware/rt73.bin
+}