projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba1e6a6
)
madwifi cannot be compiled on cobalt which has a different mips cpu abi
author
Florian Fainelli
<florian@openwrt.org>
Tue, 6 Oct 2009 06:07:36 +0000
(06:07 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 6 Oct 2009 06:07:36 +0000
(06:07 +0000)
SVN-Revision: 17953
package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index 4f1203cfd33e00ccb9ea9db1c93698d8c3d85e27..b234fcb4814faacc8815386566dd5bd300d192f6 100644
(file)
--- 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