From 8d594903f519c01e806df54e0e705e763c620bb5 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Tue, 23 Aug 2016 14:14:50 +0200 Subject: [PATCH] package: build-depend on mac80211 headers are not in place if building in parallel. try to address that by adding PKG_BUILD_DEPENDS:=mac80211 --- openwrt/freewtp/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/openwrt/freewtp/Makefile b/openwrt/freewtp/Makefile index 712b721..0efb66f 100644 --- a/openwrt/freewtp/Makefile +++ b/openwrt/freewtp/Makefile @@ -25,6 +25,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_FIXUP:=autoreconf +PKG_BUILD_DEPENDS:=mac80211 STAMP_CONFIGURED_DEPENDS := $(STAGING_DIR)/usr/include/mac80211-backport/backport/autoconf.h include $(INCLUDE_DIR)/kernel.mk @@ -45,13 +46,6 @@ define Package/freewtp/description This package contains the Freewtp WTP daemon. endef -define Package/freewtp/conffiles -/etc/capwap/wtp.conf -/etc/capwap/ca.crt -/etc/capwap/wtp.crt -/etc/capwap/wtp.key -endef - define KernelPackage/freewtp SUBMENU:=Network Support TITLE:=Freewtp Data Channel Module