Explicitely disable p54 for atheros and uml (#2943)

SVN-Revision: 10082
This commit is contained in:
Florian Fainelli 2008-01-02 00:34:28 +00:00
parent 7eec65be78
commit 48b1f3645b

View file

@ -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