diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-04-25 16:22:30 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-04-25 16:22:30 +0000 |
commit | 5282bfd7314dc429504443035d61f4f5e09fbcec (patch) | |
tree | 8816fdd51083bcb2134bcfc83c427ac820c93899 /package | |
parent | b82fb78eea4dab57b3cefd90c7775365b86be197 (diff) | |
download | upstream-5282bfd7314dc429504443035d61f4f5e09fbcec.tar.gz upstream-5282bfd7314dc429504443035d61f4f5e09fbcec.tar.bz2 upstream-5282bfd7314dc429504443035d61f4f5e09fbcec.zip |
madwifi: remove old Makefile hacks not needed anymore
SVN-Revision: 15408
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/Makefile | 7 |
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 |