Explicitely disable p54 for atheros and uml (#2943)

SVN-Revision: 10082
lede-17.01
Florian Fainelli 2008-01-02 00:34:28 +00:00
parent 7eec65be78
commit 48b1f3645b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/p54/Default
SUBMENU:=Wireless Drivers
TITLE:=Prism Wireless Support (mac80211)
DEPENDS:=+kmod-mac80211
DEPENDS:=+kmod-mac80211 @!TARGET_atheros @!TARGET_uml
endef
define KernelPackage/p54-common