madwifi: remove old Makefile hacks not needed anymore
authorNicolas Thill <nico@openwrt.org>
Sat, 25 Apr 2009 16:22:30 +0000 (16:22 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 25 Apr 2009 16:22:30 +0000 (16:22 +0000)
SVN-Revision: 15408

package/madwifi/Makefile

index 943a13c215263ce6a217982c56af10ea458c40f0..67d789b61aa361e6db9ad29cb54844cd6ac35ffa 100644 (file)
@@ -49,11 +49,6 @@ else
   endif
 endif
 
-# XXX: remove this check later when we have PCI support properly detected on all targets
-ifneq ($(CONFIG_TARGET_ar7)$(CONFIG_TARGET_uml),)
-  BUS:=
-endif
-
 ifneq ($(CONFIG_CPU_MIPS32_R2),)
   ifeq ($(ARCH),mips)
     HAL_TARGET:=mips32r2-be-elf
@@ -155,7 +150,7 @@ define KernelPackage/madwifi
   SUBMENU:=Wireless Drivers
   TITLE:=Driver for Atheros wireless chipsets
   URL:=http://madwifi.org/
-  DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_ar7 @!TARGET_avr32 @!TARGET_etrax @!TARGET_uml
+  DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax
   FILES:=$(MADWIFI_FILES)
   AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
 endef