From: Sven Eckelmann Date: Tue, 19 May 2020 12:43:56 +0000 (+0200) Subject: batman-adv: Provide mac80211's config settings X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F571%2Fhead;p=feed%2Frouting.git batman-adv: Provide mac80211's config settings The mac80211 headers might depend on the actual configuration of mac80211 to generate an ABI compatible structure definition. batman-adv must therefore include the header with these config definitions. Signed-off-by: Sven Eckelmann --- diff --git a/batman-adv/Makefile b/batman-adv/Makefile index 3432986..6ad207d 100644 --- a/batman-adv/Makefile +++ b/batman-adv/Makefile @@ -69,6 +69,7 @@ NOSTDINC_FLAGS = \ -I$(STAGING_DIR)/usr/include/mac80211 \ -I$(STAGING_DIR)/usr/include/mac80211/uapi \ -I$(PKG_BUILD_DIR)/include/ \ + -include backport/autoconf.h \ -include backport/backport.h \ -include $(PKG_BUILD_DIR)/compat-hacks.h \ -DBATADV_SOURCE_VERSION=\\\"$(PKG_VERSION)-openwrt-$(PKG_RELEASE)\\\"