From aabed8229a7a34bf9f7f38bf2ae89e84af2a9c3c Mon Sep 17 00:00:00 2001 From: Hilman Maulana Date: Thu, 22 Feb 2024 23:12:26 +0700 Subject: [PATCH] luci-app-alpha-config: Add uci alpha --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index bde6f9f..f00ad23 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,8 @@ define Package/luci-theme-$(THEME_NAME)/install $(CP) -a ./template/* $(1)/usr/lib/lua/luci/view/themes/$(THEME_NAME)/ 2>/dev/null || true $(INSTALL_DIR) $(1)/www/luci-static/resources $(CP) -a ./js/* $(1)/www/luci-static/resources/ 2>/dev/null || true + $(INSTALL_DIR) $(1)/etc/config + $(CP) -a ./root/etc/config/* $(1)/etc/config/ 2>/dev/null || true endef define Package/luci-theme-$(THEME_NAME)/postinst