From d86e263783561212564d92e178538558b355fa13 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Thu, 20 Aug 2009 09:05:07 +0200 Subject: Ajout de rt2x00-rt61-fw#1.2-1 --- base/rt2x00-rt61-fw/.footprint | 5 +++++ base/rt2x00-rt61-fw/.md5sum | 1 + base/rt2x00-rt61-fw/Pkgfile | 16 ++++++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 base/rt2x00-rt61-fw/.footprint create mode 100644 base/rt2x00-rt61-fw/.md5sum create mode 100644 base/rt2x00-rt61-fw/Pkgfile (limited to 'base/rt2x00-rt61-fw') 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/ +} -- cgit v1.2.3-54-g00ecf