summaryrefslogtreecommitdiffstats
path: root/base/rt2x00-rt61-fw/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/rt2x00-rt61-fw/Pkgfile')
-rw-r--r--base/rt2x00-rt61-fw/Pkgfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/base/rt2x00-rt61-fw/Pkgfile b/base/rt2x00-rt61-fw/Pkgfile
deleted file mode 100644
index f4d240af7..000000000
--- a/base/rt2x00-rt61-fw/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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://kiao.no-ip.info/sources/RT61_Firmware_V${version}.zip)
-
-build() {
- cd RT61_Firmware*
- mkdir -p $PKG/lib/firmware/
- install -m 644 rt2* $PKG/lib/firmware/
-}