add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages
[openwrt.git] / package / rt61 / Makefile
index c8fab11..7544e29 100644 (file)
@@ -10,28 +10,34 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=rt61
-PKG_VERSION:=cvs-2007041709
-PKG_RELEASE:=1
+PKG_VERSION:=cvs-2007060307
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@openwrt/
-PKG_MD5SUM:=3e2675fc0bdb1cfe85fefc5bce9f0ae0
+PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
+PKG_MD5SUM:=8d71fee47bdaac4c7d79180a4ea33649
 
 include $(INCLUDE_DIR)/package.mk
 
 define KernelPackage/rt61
   SUBMENU:=Wireless Drivers
   TITLE:=Driver for ralink MiMo pci chipsets 
-  DEPENDS:=@LINUX_2_6_RDC +wireless-tools
-  DESCRIPTION:=\
-        This package contains a driver for ralink rt61xx pci chipsets.
+  DEPENDS:=@LINUX_2_6_23 @PCI_SUPPORT +wireless-tools
   URL:=http://rt2x00.serialmonkey.com/
-  VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
   FILES:= \
                 $(PKG_BUILD_DIR)/Module/rt61.$(LINUX_KMOD_SUFFIX)
   AUTOLOAD:=$(call AutoLoad,50,rt61)
 endef
 
+define KernelPackage/rt61/description
+       This package contains a driver for ralink rt2x61 pci chipsets.
+endef
+
+define KernelPackage/rt61/install
+       mkdir -p $(1)/lib/firmware
+       $(CP) -L $(PKG_BUILD_DIR)/Module/rt2?61*.bin $(1)/lib/firmware
+endef
+
 LINUX_PATCHLEVEL:=$(shell echo "$(LINUX_VERSION)" | cut -d. -f2)
 
 define Build/Compile
This page took 0.024724 seconds and 4 git commands to generate.