mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 15:51:07 +02:00
prevent madwifi from building on UML
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8855 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ba7d1c517e
commit
01ce4cb6c0
@ -50,6 +50,11 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
# XXX: remove this check later when we have PCI support properly detected on all targets
|
||||
ifneq ($(CONFIG_TARGET_uml),)
|
||||
BUS:=
|
||||
endif
|
||||
|
||||
RATE_CONTROL:=minstrel
|
||||
|
||||
MADWIFI_FILES:= \
|
||||
@ -89,7 +94,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_avr32 @!TARGET_etrax
|
||||
DEPENDS:=+wireless-tools @PCI_SUPPORT||TARGET_atheros @!TARGET_avr32 @!TARGET_etrax @!TARGET_uml
|
||||
FILES:=$(MADWIFI_FILES)
|
||||
AUTOLOAD:=$(call AutoLoad,50,$(MADWIFI_AUTOLOAD))
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user