mac80211: Enable kmod-rt2800-soc package for rt288x target
authorFelix Fietkau <nbd@openwrt.org>
Fri, 21 Mar 2014 15:03:08 +0000 (15:03 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 21 Mar 2014 15:03:08 +0000 (15:03 +0000)
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>
SVN-Revision: 39976

package/kernel/mac80211/Makefile

index c3f2bed54d7d7b4580ec8996851d5f1eed0aa6dc..558618412f64f40d00698bfeb595e94d398eb6e4 100644 (file)
@@ -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 \