package: build-depend on mac80211
headers are not in place if building in parallel. try to address that by adding PKG_BUILD_DEPENDS:=mac80211
This commit is contained in:
parent
ec1fea6930
commit
8d594903f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user