Author: blogic Date: 2014-07-01 12:26:21 +0200 (Tue, 01 Jul 2014) New Revision: 41442
Modified: trunk/package/kernel/mac80211/Makefile Log: mac80211: enable driver compilation for mt7620 Signed-off-by: Roman Yeryomin <[email protected]> Modified: trunk/package/kernel/mac80211/Makefile =================================================================== --- trunk/package/kernel/mac80211/Makefile 2014-07-01 10:26:18 UTC (rev 41441) +++ trunk/package/kernel/mac80211/Makefile 2014-07-01 10:26:21 UTC (rev 41442) @@ -322,7 +322,7 @@ define KernelPackage/rt2800-soc $(call KernelPackage/rt2x00/Default) - DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x||TARGET_ramips_rt3883) +kmod-rt2800-mmio +kmod-rt2800-lib + DEPENDS += @(TARGET_ramips_rt288x||TARGET_ramips_rt305x||TARGET_ramips_rt3883||TARGET_ramips_mt7620n||TARGET_ramips_mt7620a) +kmod-rt2800-mmio +kmod-rt2800-lib TITLE += (RT28xx/RT3xxx SoC) FILES := \ $(PKG_BUILD_DIR)/drivers/net/wireless/rt2x00/rt2x00soc.ko \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
