wlan-ap-Telecominfraproject/feeds/tip/certificates/Makefile
John Crispin e0063c69c7 ucentral: development update
* enhance maverick stability
* add persistent certificate storage
* update schema
* add channel stats to telemetry messages
* make rtty cmd handler work
* add support for recovery images

Signed-off-by: John Crispin <john@phrozen.org>
2021-05-27 13:19:21 +02:00

31 lines
532 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=certificates
PKG_RELEASE:=1
PKG_LICENSE:=BSD-3-Clause
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
include $(INCLUDE_DIR)/package.mk
define Package/certificates
SECTION:=ucentral
CATEGORY:=uCentral
TITLE:=TIP DigiCer certificate store
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
define Build/Compile/Default
endef
Build/Compile = $(Build/Compile/Default)
define Package/certificates/install
$(CP) ./files/* $(1)
endef
$(eval $(call BuildPackage,certificates))