Author: jogo Date: 2015-06-22 14:27:30 +0200 (Mon, 22 Jun 2015) New Revision: 46110
Modified: trunk/package/kernel/mac80211/Makefile Log: mac80211: disable for kernel 4.1 for now Backports requires updates to compile successfully. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/package/kernel/mac80211/Makefile =================================================================== --- trunk/package/kernel/mac80211/Makefile 2015-06-22 12:27:25 UTC (rev 46109) +++ trunk/package/kernel/mac80211/Makefile 2015-06-22 12:27:30 UTC (rev 46110) @@ -60,7 +60,7 @@ SUBMENU:=$(WMENU) URL:=https://wireless.wiki.kernel.org/ MAINTAINER:=Felix Fietkau <[email protected]> - DEPENDS:=@!TARGET_uml + DEPENDS:=@!TARGET_uml @!LINUX_4_1 endef define KernelPackage/cfg80211 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
