summaryrefslogtreecommitdiff
path: root/package/p54/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-01-02 00:34:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-01-02 00:34:28 +0000
commit48b1f3645bf91c0655c05fc052546d24edd3ac2b (patch)
treecd895bbc7e97612e5abbf651d882e2c427705f6f /package/p54/Makefile
parent7eec65be78a3bea7514d0aa199c1ec5f9ceecd1e (diff)
downloadmtk-20170518-48b1f3645bf91c0655c05fc052546d24edd3ac2b.zip
mtk-20170518-48b1f3645bf91c0655c05fc052546d24edd3ac2b.tar.gz
mtk-20170518-48b1f3645bf91c0655c05fc052546d24edd3ac2b.tar.bz2
Explicitely disable p54 for atheros and uml (#2943)
SVN-Revision: 10082
Diffstat (limited to 'package/p54/Makefile')
-rw-r--r--package/p54/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/p54/Makefile b/package/p54/Makefile
index a0b24a2..c282a09 100644
--- a/package/p54/Makefile
+++ b/package/p54/Makefile
@@ -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