summaryrefslogtreecommitdiffstats
path: root/base/rt2x00-rt61-fw
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
parent1628cff5a9746cf42d0270e10317cfe44478fcfe (diff)
downloadnutyx-pakxe-d86e263783561212564d92e178538558b355fa13.tar.gz
nutyx-pakxe-d86e263783561212564d92e178538558b355fa13.tar.bz2
nutyx-pakxe-d86e263783561212564d92e178538558b355fa13.tar.xz
nutyx-pakxe-d86e263783561212564d92e178538558b355fa13.zip
Ajout de rt2x00-rt61-fw#1.2-1
Diffstat (limited to 'base/rt2x00-rt61-fw')
-rw-r--r--base/rt2x00-rt61-fw/.footprint5
-rw-r--r--base/rt2x00-rt61-fw/.md5sum1
-rw-r--r--base/rt2x00-rt61-fw/Pkgfile16
3 files changed, 22 insertions, 0 deletions
diff --git a/base/rt2x00-rt61-fw/.footprint b/base/rt2x00-rt61-fw/.footprint
new file mode 100644
index 000000000..10f3403ea
--- /dev/null
+++ b/base/rt2x00-rt61-fw/.footprint
@@ -0,0 +1,5 @@
+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 b/base/rt2x00-rt61-fw/.md5sum
new file mode 100644
index 000000000..76c5e2c9d
--- /dev/null
+++ b/base/rt2x00-rt61-fw/.md5sum
@@ -0,0 +1 @@
+d4c690c93b470bc9a681297c2adc6281 RT61_Firmware_V1.2.zip
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/
+}