diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-06 06:07:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-06 06:07:36 +0000 |
commit | 64ccd01e258b209caa71bf427ca34740799891ec (patch) | |
tree | 9a9d106f76f1c70c721dc3e7ef8fa42f02b72789 /package | |
parent | 1f0c5ad7aa3906a72be1266d621f8f01ff1974ea (diff) | |
download | upstream-64ccd01e258b209caa71bf427ca34740799891ec.tar.gz upstream-64ccd01e258b209caa71bf427ca34740799891ec.tar.bz2 upstream-64ccd01e258b209caa71bf427ca34740799891ec.zip |
[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
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 4f1203cfd3..b234fcb481 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 |