mirror of
https://github.com/mkschreder/juci.git
synced 2025-01-08 11:57:39 +08:00
13 lines
273 B
Makefile
13 lines
273 B
Makefile
define Plugin/juci-theme-openwrt
|
|
CODE_LOAD:=80
|
|
STYLE_LOAD:=80
|
|
endef
|
|
|
|
define Plugin/juci-theme-openwrt/install
|
|
$(INSTALL_DIR) $(1)/www/
|
|
$(CP) $(PLUGIN_DIR)/src/favicon.ico $(1)/www/
|
|
$(CP) $(PLUGIN_DIR)/src/img $(1)/www/
|
|
$(CP) $(PLUGIN_DIR)/src/fonts $(1)/www/
|
|
endef
|
|
|