summaryrefslogtreecommitdiff
path: root/package/wireless-firmware/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-13 13:58:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-13 13:58:07 +0100
commit011eae436ef9c42ffeae570d10964ab1265c081d (patch)
treec04e93dcf1c61874ea7fcf36dcc1ee605ff3ce14 /package/wireless-firmware/Makefile
parentf513a8a7eb9fd3ec28bfcb773ace28d49b61c0e7 (diff)
add support for wireless access point with p54usb stick
Diffstat (limited to 'package/wireless-firmware/Makefile')
-rw-r--r--package/wireless-firmware/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/wireless-firmware/Makefile b/package/wireless-firmware/Makefile
deleted file mode 100644
index 25de67aff..000000000
--- a/package/wireless-firmware/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${TOPDIR}/rules.mk
-
-PKG_NAME:= wireless-firmware
-PKG_VERSION:= 1
-PKG_RELEASE:= 1
-PKG_MD5SUM:= d4c690c93b470bc9a681297c2adc6281
-PKG_DESCR:= firmware for rt61/rt2601 wireless cards
-PKG_SECTION:= sys
-PKG_SITES:= http://www.ralinktech.com.tw/data/
-
-DISTFILES:= RT61_Firmware_V1.2.zip
-WRKDIST= ${WRKDIR}/RT61_Firmware_V1.2
-
-include ${TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,WIRELESS_FIRMWARE_RT61,wireless-firmware-rt61,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:= manual
-BUILD_STYLE:= manual
-INSTALL_STYLE:= manual
-
-do-install:
- ${INSTALL_DIR} ${IDIR_WIRELESS_FIRMWARE_RT61}/lib/firmware
- ${CP} ${WRKBUILD}/rt2*.bin \
- ${IDIR_WIRELESS_FIRMWARE_RT61}/lib/firmware
-
-include ${TOPDIR}/mk/pkg-bottom.mk