aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-21 15:03:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-03-21 15:03:08 +0000
commitb71f5661d719adf9f4d8e0986fb2e0c5b19fe5af (patch)
tree51e15707834f315090755585b770b634b2862260 /package
parent625627d080372b4fba13122b2feec2d37431399b (diff)
downloadmaster-187ad058-b71f5661d719adf9f4d8e0986fb2e0c5b19fe5af.tar.gz
master-187ad058-b71f5661d719adf9f4d8e0986fb2e0c5b19fe5af.tar.bz2
master-187ad058-b71f5661d719adf9f4d8e0986fb2e0c5b19fe5af.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39976 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 c3f2bed54d..558618412f 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_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 \