summaryrefslogtreecommitdiffstats
path: root/base/rt2x00-rt71w-fw/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/rt2x00-rt71w-fw/Pkgfile')
-rw-r--r--base/rt2x00-rt71w-fw/Pkgfile15
1 files changed, 15 insertions, 0 deletions
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
+}