aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-04-23 07:52:47 +0000
committerJohn Crispin <john@openwrt.org>2014-04-23 07:52:47 +0000
commit0a1f5643811982482c55fc00ff5001c5dcd408dd (patch)
tree4fd8979c090092eabc8743f15c76580e431225c9 /package/kernel
parentca27248c9f131f2d1528e405f7a51d92dc4885f0 (diff)
downloadupstream-0a1f5643811982482c55fc00ff5001c5dcd408dd.tar.gz
upstream-0a1f5643811982482c55fc00ff5001c5dcd408dd.tar.bz2
upstream-0a1f5643811982482c55fc00ff5001c5dcd408dd.zip
mac80211: allow to select the rt2x00-soc module for the ramips/rt3883 subtarget
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40560
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile
index 40f08e218c..bb80cfe59e 100644
--- a/package/kernel/mac80211/Makefile
+++ b/package/kernel/mac80211/Makefile
@@ -321,7 +321,7 @@ endef
define KernelPackage/rt2800-soc
$(call KernelPackage/rt2x00/Default)
- DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x) +kmod-rt2800-mmio +kmod-rt2800-lib
+ DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x||TARGET_ramips_rt3883) +kmod-rt2800-mmio +kmod-rt2800-lib
TITLE += (RT28xx/RT3xxx SoC)
FILES := \
$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \