aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-12-04 14:52:30 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-12-04 14:52:30 +0000
commit2403af9344e4277698355dd01b542d49b8863b6b (patch)
tree88114600e72ebd60ceea6e9a6e59b0ab1044b395 /package/madwifi
parent43b958fdcf7e2281a6a88b0b2f720d5371f83ded (diff)
downloadupstream-2403af9344e4277698355dd01b542d49b8863b6b.tar.gz
upstream-2403af9344e4277698355dd01b542d49b8863b6b.tar.bz2
upstream-2403af9344e4277698355dd01b542d49b8863b6b.zip
[package] prevent madwifi from being compiled on sibyte
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18631 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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