don't build acx* kernel modules on UML
SVN-Revision: 10880
This commit is contained in:
parent
ddc57879ec
commit
eb8375839a
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
define KernelPackage/acx-mac80211
|
||||
SUBMENU:=Wireless Drivers
|
||||
TITLE:=ACX111 Mac80211 driver
|
||||
DEPENDS:=+kmod-mac80211 @!TARGET_atheros @BROKEN
|
||||
DEPENDS:=+kmod-mac80211 @!TARGET_atheros @!TARGET_uml @BROKEN
|
||||
FILES:=$(PKG_BUILD_DIR)/acx-mac80211.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,acx-mac80211)
|
||||
endef
|
||||
|
|
|
@ -35,7 +35,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
# XXX: remove @!TARGET_* later when we have PCI support properly detected on all targets
|
||||
define KernelPackage/acx
|
||||
TITLE:=Driver for TI ACX1xx chipset
|
||||
DEPENDS:=@LINUX_2_6 +wireless-tools @!TARGET_atheros @!TARGET_avr32
|
||||
DEPENDS:=@LINUX_2_6 +wireless-tools @!TARGET_atheros @!TARGET_avr32 @!TARGET_uml
|
||||
URL:=http://acx100.sourceforge.net/
|
||||
SUBMENU:=Wireless Drivers
|
||||
FILES:= $(PKG_BUILD_DIR)/acx.$(LINUX_KMOD_SUFFIX)
|
||||
|
|
Loading…
Reference in a new issue