diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-12-04 14:52:30 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-12-04 14:52:30 +0000 |
commit | e154e4361b58e2efe3763aa2615b4521ac3d292b (patch) | |
tree | f215b0ca966d9c5866e2f3c7a4aab0b7e3052fb9 | |
parent | 5352215161f50e428f0f8ad64e4b1295f84ac796 (diff) | |
download | upstream-e154e4361b58e2efe3763aa2615b4521ac3d292b.tar.gz upstream-e154e4361b58e2efe3763aa2615b4521ac3d292b.tar.bz2 upstream-e154e4361b58e2efe3763aa2615b4521ac3d292b.zip |
prevent madwifi from being compiled on sibyte
SVN-Revision: 18631
-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 8e6d6dab2d..11155b490c 100644 --- 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 |