Author: blogic Date: 2014-12-08 07:15:11 +0100 (Mon, 08 Dec 2014) New Revision: 43554
Modified: trunk/package/kernel/acx-mac80211/Makefile Log: acx-mac80211: v3.14 related compile fixes Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/kernel/acx-mac80211/Makefile =================================================================== --- trunk/package/kernel/acx-mac80211/Makefile 2014-12-08 06:15:03 UTC (rev 43553) +++ trunk/package/kernel/acx-mac80211/Makefile 2014-12-08 06:15:11 UTC (rev 43554) @@ -196,6 +196,8 @@ -I$(LINUX_DIR)/include -I$(LINUX_DIR)/include/$(LINUX_UAPI_DIR) \ -I$(LINUX_DIR)/include/generated/uapi/ -Iarch/$(LINUX_KARCH)/include \ -Iarch/$(LINUX_KARCH)/include/$(LINUX_UAPI_DIR) \ + -Iarch/$(LINUX_KARCH)/include/generated \ + -Iarch/$(LINUX_KARCH)/include/generated/$(LINUX_UAPI_DIR) \ -include generated/autoconf.h \ -include backport/backport.h " \ V="$(V)" \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
