aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-16 19:52:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-16 19:52:31 +0000
commite00eaf1545fc722eec8ee56c0f3f5ecdd2038bb2 (patch)
tree8586ea91ba6767fa655932914a710bfb281f92e3 /package
parentf3852317303267f5dc6e02b440ae3c89556e526c (diff)
downloadupstream-e00eaf1545fc722eec8ee56c0f3f5ecdd2038bb2.tar.gz
upstream-e00eaf1545fc722eec8ee56c0f3f5ecdd2038bb2.tar.bz2
upstream-e00eaf1545fc722eec8ee56c0f3f5ecdd2038bb2.zip
mac80211: add intel drivers to PKG_CONFIG_DEPENDS
SVN-Revision: 26695
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 1eca016669..e0c027c19c 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -25,7 +25,8 @@ PKG_DRIVERS = \
rt2500-pci rt2500-usb rt61-pci rt73-usb rt2800-pci rt2800-usb \
rtl8180 rtl8187 zd1211rw mac80211-hwsim carl9170 b43 b43legacy \
ath9k-common ath9k ath9k-htc ath net-libipw net-ipw2100 net-ipw2200 \
- mwl8k net-hermes net-hermes-pci net-hermes-plx net-hermes-pcmcia
+ mwl8k net-hermes net-hermes-pci net-hermes-plx net-hermes-pcmcia \
+ iwl-legacy iwl3945 iwl4965 iwlagn
PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_kmod-mac80211 \