aboutsummaryrefslogtreecommitdiffstats
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
commit6e7d825cd26c928544bf715084026379b22c1012 (patch)
treef49fb2dad2ad207997b9c63a03769548723f89e3
parent1aa4cd6974fdf4771ffdb17ae1c905dd63900e06 (diff)
downloadupstream-6e7d825cd26c928544bf715084026379b22c1012.tar.gz
upstream-6e7d825cd26c928544bf715084026379b22c1012.tar.bz2
upstream-6e7d825cd26c928544bf715084026379b22c1012.zip
Explicitely disable p54 for atheros and uml (#2943)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10082 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/p54/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/p54/Makefile b/package/p54/Makefile
index a0b24a22a5..c282a09bf1 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