From aa8705683e217601ee6c2d3b0f3792fe46ec94cb Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 19 May 2020 14:43:56 +0200 Subject: [PATCH] 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 --- batman-adv/Makefile | 1 + 1 file changed, 1 insertion(+) 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)\\\"