From: florian Date: Tue, 6 Oct 2009 06:07:36 +0000 (+0000) Subject: [package] madwifi cannot be compiled on cobalt which has a different mips cpu abi X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=25d531ca58cf7921cdab22b63251b9c9fb3f20bb [package] madwifi cannot be compiled on cobalt which has a different mips cpu abi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17953 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 4f1203cfd..b234fcb48 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -158,7 +158,7 @@ define KernelPackage/madwifi SUBMENU:=Wireless Drivers TITLE:=Driver for Atheros wireless chipsets URL:=http://madwifi-project.org/ - DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @LINUX_2_6 + DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_cobalt @LINUX_2_6 FILES:=$(MADWIFI_FILES) AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD)) endef