From: nbd Date: Tue, 1 Apr 2014 07:35:06 +0000 (+0000) Subject: mac80211: Enable kmod-rt2800-soc package for rt288x target X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=76b0b7d1a7964313761aef2d3b6c256c943ee0d8;p=12.09%2Fopenwrt.git 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 Backport of r39976 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@40354 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index d9149d9..9a7093c 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 \