Author: hauke Date: 2016-03-18 00:09:20 +0100 (Fri, 18 Mar 2016) New Revision: 49034
Modified: trunk/package/kernel/mac80211/Makefile Log: mac80211: libertas-spi: deactivate for UML target The UML target does not have spi support. This fixes a build problem found by the build bot. Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/package/kernel/mac80211/Makefile =================================================================== --- trunk/package/kernel/mac80211/Makefile 2016-03-17 22:36:27 UTC (rev 49033) +++ trunk/package/kernel/mac80211/Makefile 2016-03-17 23:09:20 UTC (rev 49034) @@ -979,7 +979,7 @@ define KernelPackage/libertas-spi $(call KernelPackage/mac80211/Default) SUBMENU:=Wireless Drivers - DEPENDS+= +kmod-cfg80211 +kmod-lib80211 +@DRIVER_WEXT_SUPPORT +libertas-spi-firmware + DEPENDS+= +kmod-cfg80211 +kmod-lib80211 +@DRIVER_WEXT_SUPPORT @!TARGET_uml +libertas-spi-firmware KCONFIG := \ CONFIG_SPI=y \ CONFIG_SPI_MASTER=y _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
