mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
luci-theme-netgear: fix self enabled
This commit is contained in:
parent
cd0f7595b3
commit
1c004c50b2
@ -7,6 +7,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=Netgear Theme
|
||||
LUCI_DEPENDS:=
|
||||
PKG_RELEASE:=2
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.themes.netgear=/luci-static/netgear
|
||||
set luci.themes.Netgear=/luci-static/netgear
|
||||
set luci.main.mediaurlbase=/luci-static/netgear
|
||||
commit luci
|
||||
EOF
|
||||
exit 0
|
||||
exit 0
|
||||
# ↑↑↑ DO NOT EDIT THIS LINE
|
||||
|
Loading…
Reference in New Issue
Block a user