diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-04-15 02:08:11 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-04-15 02:08:11 +0000 |
commit | 18c2896da93e5ce8d7bb85f9aad39e6a882348a2 (patch) | |
tree | 49f45f9c8c9c2a5b03905de86c1afe51428b2a53 /package/mac80211 | |
parent | 2fdf0d5b71cfc4b112f84be5f565f150f092c224 (diff) | |
download | master-187ad058-18c2896da93e5ce8d7bb85f9aad39e6a882348a2.tar.gz master-187ad058-18c2896da93e5ce8d7bb85f9aad39e6a882348a2.tar.bz2 master-187ad058-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/mac80211')
-rw-r--r-- | package/mac80211/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 9370b1d113..749c8c1714 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -19,6 +19,8 @@ PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/compat-wireless-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk +# XXX: remove @!TARGET_* later when we have PCI & USB support properly detected on all targets + define KernelPackage/mac80211 SUBMENU:=Wireless Drivers TITLE:=Linux 802.11 Wireless Networking Stack @@ -54,7 +56,7 @@ $(eval $(call Download,rt71w)) define KernelPackage/rt2x00/Default SUBMENU:=Wireless Drivers TITLE:=Ralink Drivers for RT2x00 cards - DEPENDS:=@LINUX_2_6_24 @!TARGET_atheros @!TARGET_uml + DEPENDS:=@LINUX_2_6_24 @!TARGET_ar7 @!TARGET_atheros @!TARGET_uml endef define KernelPackage/rt2x00-lib |