mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-17 08:55:29 +08: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_TITLE:=Netgear Theme
|
||||||
LUCI_DEPENDS:=
|
LUCI_DEPENDS:=
|
||||||
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
uci batch <<-EOF
|
uci batch <<-EOF
|
||||||
set luci.themes.netgear=/luci-static/netgear
|
set luci.themes.Netgear=/luci-static/netgear
|
||||||
set luci.main.mediaurlbase=/luci-static/netgear
|
set luci.main.mediaurlbase=/luci-static/netgear
|
||||||
commit luci
|
commit luci
|
||||||
EOF
|
EOF
|
||||||
exit 0
|
exit 0
|
||||||
|
# ↑↑↑ DO NOT EDIT THIS LINE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user