|
|
@ -39,6 +39,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)/www/luci-static/resources/view/dashboard/css
|
|
|
|
|
|
|
|
$(CP) ./css/custom.css $(1)/www/luci-static/resources/view/dashboard/css/custom.css
|
|
|
|
endef
|
|
|
|
endef
|
|
|
|
|
|
|
|
|
|
|
|
define Package/luci-theme-$(THEME_NAME)/postinst
|
|
|
|
define Package/luci-theme-$(THEME_NAME)/postinst
|
|
|
|