Explicitely disable p54 for atheros and uml (#2943)
authorFlorian Fainelli <florian@openwrt.org>
Wed, 2 Jan 2008 00:34:28 +0000 (00:34 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 2 Jan 2008 00:34:28 +0000 (00:34 +0000)
SVN-Revision: 10082

package/p54/Makefile

index a0b24a22a55b566a62d8b52d46e26f570c9c64ee..c282a09bf11e5292f2d2d9a23a228bd6583c93bb 100644 (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