summaryrefslogtreecommitdiff
path: root/package/madwifi
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-10-06 06:07:36 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-10-06 06:07:36 +0000
commit3c5feca158992672c3d77682ca72da813496a9dc (patch)
tree85b7ed4692ac5d0e353e1b2694d8d25b16291c09 /package/madwifi
parentba1e6a68aeeeb114d74b05dcefc53a7313758862 (diff)
downloadmtk-20170518-3c5feca158992672c3d77682ca72da813496a9dc.zip
mtk-20170518-3c5feca158992672c3d77682ca72da813496a9dc.tar.gz
mtk-20170518-3c5feca158992672c3d77682ca72da813496a9dc.tar.bz2
madwifi cannot be compiled on cobalt which has a different mips cpu abi
SVN-Revision: 17953
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 4f1203c..b234fcb 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