luci-app-alpha-config: Add uci alpha
This commit is contained in:
parent
01e7171238
commit
aabed8229a
2
Makefile
2
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
|
$(CP) -a ./template/* $(1)/usr/lib/lua/luci/view/themes/$(THEME_NAME)/ 2>/dev/null || true
|
||||||
$(INSTALL_DIR) $(1)/www/luci-static/resources
|
$(INSTALL_DIR) $(1)/www/luci-static/resources
|
||||||
$(CP) -a ./js/* $(1)/www/luci-static/resources/ 2>/dev/null || true
|
$(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
|
endef
|
||||||
|
|
||||||
define Package/luci-theme-$(THEME_NAME)/postinst
|
define Package/luci-theme-$(THEME_NAME)/postinst
|
||||||
|
|
Loading…
Reference in New Issue