mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 12:37:02 +00:00
madwifi: remove old Makefile hacks not needed anymore
SVN-Revision: 15408
This commit is contained in:
parent
b82fb78eea
commit
5282bfd731
@ -50,11 +50,6 @@ else
|
|||||||
endif
|
endif
|
||||||
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),)
|
ifneq ($(CONFIG_CPU_MIPS32_R2),)
|
||||||
ifeq ($(ARCH),mips)
|
ifeq ($(ARCH),mips)
|
||||||
HAL_TARGET:=mips32r2-be-elf
|
HAL_TARGET:=mips32r2-be-elf
|
||||||
@ -156,7 +151,7 @@ define KernelPackage/madwifi
|
|||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=Driver for Atheros wireless chipsets
|
TITLE:=Driver for Atheros wireless chipsets
|
||||||
URL:=http://madwifi.org/
|
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)
|
FILES:=$(MADWIFI_FILES)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
|
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user