mac80211: Enable kmod-rt2800-soc package for rt288x target
authorFelix Fietkau <nbd@openwrt.org>
Tue, 1 Apr 2014 07:35:06 +0000 (07:35 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 1 Apr 2014 07:35:06 +0000 (07:35 +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>
Backport of r39976

SVN-Revision: 40354

package/mac80211/Makefile

index d9149d9cc5905584d33e7109a9e20b890b1077f0..9a7093c681bd0147da3259d3670a46621208007f 100644 (file)
@@ -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 \