aboutsummaryrefslogtreecommitdiffstats
path: root/package/p54
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-04-15 02:08:11 +0000
committerNicolas Thill <nico@openwrt.org>2008-04-15 02:08:11 +0000
commit18c2896da93e5ce8d7bb85f9aad39e6a882348a2 (patch)
tree49f45f9c8c9c2a5b03905de86c1afe51428b2a53 /package/p54
parent2fdf0d5b71cfc4b112f84be5f565f150f092c224 (diff)
downloadupstream-18c2896da93e5ce8d7bb85f9aad39e6a882348a2.tar.gz
upstream-18c2896da93e5ce8d7bb85f9aad39e6a882348a2.tar.bz2
upstream-18c2896da93e5ce8d7bb85f9aad39e6a882348a2.zip
explicitely disable a bunch of package on ar7 until we properly detect pci & usb support at configure time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10839 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/p54')
-rw-r--r--package/p54/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/p54/Makefile b/package/p54/Makefile
index c282a09bf1..df2e40433b 100644
--- a/package/p54/Makefile
+++ b/package/p54/Makefile
@@ -1,10 +1,10 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id: $
+# $Id$
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
@@ -18,10 +18,12 @@ PKG_FWP54_MD5SUM:=09f9da7ea757173c9de1a0322a1f9782
include $(INCLUDE_DIR)/package.mk
+# XXX: remove @!TARGET_* later when we have PCI & USB support properly detected on all targets
+
define KernelPackage/p54/Default
SUBMENU:=Wireless Drivers
TITLE:=Prism Wireless Support (mac80211)
- DEPENDS:=+kmod-mac80211 @!TARGET_atheros @!TARGET_uml
+ DEPENDS:=+kmod-mac80211 @!TARGET_ar7 @!TARGET_atheros @!TARGET_uml
endef
define KernelPackage/p54-common