Explicitely disable p54 for atheros and uml (#2943)
SVN-Revision: 10082
This commit is contained in:
parent
7eec65be78
commit
48b1f3645b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define KernelPackage/p54/Default
|
define KernelPackage/p54/Default
|
||||||
SUBMENU:=Wireless Drivers
|
SUBMENU:=Wireless Drivers
|
||||||
TITLE:=Prism Wireless Support (mac80211)
|
TITLE:=Prism Wireless Support (mac80211)
|
||||||
DEPENDS:=+kmod-mac80211
|
DEPENDS:=+kmod-mac80211 @!TARGET_atheros @!TARGET_uml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/p54-common
|
define KernelPackage/p54-common
|
||||||
|
|
Loading…
Reference in a new issue