aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-01 07:35:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-01 07:35:06 +0000
commite3b430d4c955773cb425da42a5be2ef1f5c001f9 (patch)
treeb1f38113a5f04ebc1237c21b775a64f9fc678da4
parent694f46ccc3a93999482c51cef124ac7b556e164e (diff)
downloadupstream-e3b430d4c955773cb425da42a5be2ef1f5c001f9.tar.gz
upstream-e3b430d4c955773cb425da42a5be2ef1f5c001f9.tar.bz2
upstream-e3b430d4c955773cb425da42a5be2ef1f5c001f9.zip
mac80211: Enable kmod-rt2800-soc package for rt288x target
Trunk and the latest backport to Attitude Adjustment have the kmod-rt2800-soc package hidden for the ramips_rt288x target. This makes the dependency match the dependency given in the TITLE field. Signed-off-by: Claudio Leite <leitec@staticky.com> Backport of r39976 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40354 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index d9149d9cc5..9a7093c681 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -328,7 +328,7 @@ endef
define KernelPackage/rt2800-soc
$(call KernelPackage/rt2x00/Default)
- DEPENDS += @TARGET_ramips_rt305x +kmod-rt2800-mmio +kmod-rt2800-lib
+ DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x) +kmod-rt2800-mmio +kmod-rt2800-lib
TITLE += (RT28xx/RT3xxx SoC)
FILES := \
$(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \