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