summaryrefslogtreecommitdiffstats
path: root/base/rt2x00-rt61-fw/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-20 09:05:07 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-20 09:05:07 +0200
commitd86e263783561212564d92e178538558b355fa13 (patch)
treee01d9161678f15288d311af81fd11110ee487afe /base/rt2x00-rt61-fw/Pkgfile
parent1628cff5a9746cf42d0270e10317cfe44478fcfe (diff)
downloadnutyx-extra-d86e263783561212564d92e178538558b355fa13.tar.gz
nutyx-extra-d86e263783561212564d92e178538558b355fa13.tar.bz2
nutyx-extra-d86e263783561212564d92e178538558b355fa13.tar.xz
nutyx-extra-d86e263783561212564d92e178538558b355fa13.zip
Ajout de rt2x00-rt61-fw#1.2-1
Diffstat (limited to 'base/rt2x00-rt61-fw/Pkgfile')
-rw-r--r--base/rt2x00-rt61-fw/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/base/rt2x00-rt61-fw/Pkgfile b/base/rt2x00-rt61-fw/Pkgfile
new file mode 100644
index 000000000..681f1dda3
--- /dev/null
+++ b/base/rt2x00-rt61-fw/Pkgfile
@@ -0,0 +1,16 @@
+# 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://www.ralinktech.com.tw/data/RT61_Firmware_V${version}.zip)
+
+build() {
+ cd RT61_Firmware*
+ mkdir -p $PKG/lib/firmware/
+ install -m 644 rt2* $PKG/lib/firmware/
+}