Files
wlan-ap/feeds/tip/tip-defaults/Makefile
John Crispin 1f1e7c2e04 ucentral: development update
* properly pass current firmware hash to the gateway
* revert lldp downgrade patch
* update ucentral-client - fixes zlib/b64 error
* add radius disctionary to ucentral-defaults
* several additional hostapd patches

Signed-off-by: John Crispin <john@phrozen.org>
2021-05-03 10:44:10 +02:00

35 lines
600 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=tip-defaults
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
include $(INCLUDE_DIR)/package.mk
define Package/tip-defaults
SECTION:=ucentral
CATEGORY:=uCentral
TITLE:=tip-defaults
endef
define Package/tip-defaults/description
The default configuration of the AP.
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
define Build/Compile/Default
endef
Build/Compile = $(Build/Compile/Default)
define Package/tip-defaults/install
$(CP) ./files/* $(1)
endef
$(eval $(call BuildPackage,tip-defaults))