aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-04-25 16:22:30 +0000
committerNicolas Thill <nico@openwrt.org>2009-04-25 16:22:30 +0000
commitd9be507b8ff5a4a2f31591c27ea35fff0ab07c36 (patch)
tree6bfa3c54cb9b25f6985de492781559c6c5d36f66 /package/madwifi/Makefile
parenta1a11b5a47567b6cd49911391ef7944646ccd884 (diff)
downloadupstream-d9be507b8ff5a4a2f31591c27ea35fff0ab07c36.tar.gz
upstream-d9be507b8ff5a4a2f31591c27ea35fff0ab07c36.tar.bz2
upstream-d9be507b8ff5a4a2f31591c27ea35fff0ab07c36.zip
[package] madwifi: remove old Makefile hacks not needed anymore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15408 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index cfa9f44f49..61373ae73d 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -50,11 +50,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
@@ -156,7 +151,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 @LINUX_2_6
+ DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @LINUX_2_6
FILES:=$(MADWIFI_FILES)
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
endef