projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5352215
)
prevent madwifi from being compiled on sibyte
author
Florian Fainelli
<florian@openwrt.org>
Fri, 4 Dec 2009 14:52:30 +0000
(14:52 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 4 Dec 2009 14:52:30 +0000
(14:52 +0000)
SVN-Revision: 18631
package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index 8e6d6dab2da840070208cc26ade143c8a9659758..11155b490c5b43e55386617994d6dd9723906687 100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-161,7
+161,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 @!TARGET_cobalt @!TARGET_octeon @LINUX_2_6
+ DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_
sibyte @!TARGET_
cobalt @!TARGET_octeon @LINUX_2_6
FILES:=$(MADWIFI_FILES)
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
endef