From: florian Date: Fri, 4 Dec 2009 14:52:30 +0000 (+0000) Subject: [package] prevent madwifi from being compiled on sibyte X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=d4c59aebc3868f3885c3b92f89390f01074ca094;p=openwrt.git [package] prevent madwifi from being compiled on sibyte git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18631 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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