diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-01 22:41:46 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-01 22:41:46 +0000 |
commit | 302d27f2685957b8d5065b9e1f6f4da26f0e2f2e (patch) | |
tree | 954ec7f9cc9dcecbf7ba17e42c6614b1925ab2d5 | |
parent | c57ac5fcb7887ce79d25aa7a0fe1701b5ade6ee1 (diff) | |
download | upstream-302d27f2685957b8d5065b9e1f6f4da26f0e2f2e.tar.gz upstream-302d27f2685957b8d5065b9e1f6f4da26f0e2f2e.tar.bz2 upstream-302d27f2685957b8d5065b9e1f6f4da26f0e2f2e.zip |
c80211: add iwldvm to iwlwifi, this is needed to support the old wifi card.
This closes #14258
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38277
-rw-r--r-- | package/kernel/mac80211/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 0e36e2e3ec..2ef5169004 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -756,8 +756,10 @@ define KernelPackage/iwlagn $(call KernelPackage/mac80211/Default) DEPENDS:= +kmod-mac80211 @PCI_SUPPORT +@DRIVER_11N_SUPPORT TITLE:=Intel AGN Wireless support - FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/iwlwifi/iwlwifi.ko - AUTOLOAD:=$(call AutoProbe,iwlwifi) + FILES:= \ + $(PKG_BUILD_DIR)/drivers/net/wireless/iwlwifi/iwlwifi.ko \ + $(PKG_BUILD_DIR)/drivers/net/wireless/iwlwifi/dvm/iwldvm.ko + AUTOLOAD:=$(call AutoProbe,iwlwifi iwldvm) MENU:=1 endef @@ -1378,7 +1380,7 @@ config-y += RT2800USB_RT33XX RT2800USB_RT35XX RT2800USB_RT3573 RT2800USB_RT53XX config-$(call config_package,iwl-legacy) += IWLEGACY config-$(call config_package,iwl3945) += IWL3945 config-$(call config_package,iwl4965) += IWL4965 -config-$(call config_package,iwlagn) += IWLWIFI +config-$(call config_package,iwlagn) += IWLWIFI IWLDVM config-$(call config_package,net-libipw) += LIBIPW config-$(call config_package,net-ipw2100) += IPW2100 |