mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 06:22:49 +04:00
luci-base: set default mediaurlbase to bootstrap (current default theme)
The mediaurlbase option in the default /etc/config/luci still points to the old openwrt.org theme that is not installed by default. The discrepancy was noted in the commit message for55ab4e4ce2After55ab4e4ce2the installed theme's uci-defaults script will correct the setting at first boot, but we should not have a deprecated theme as the default value. Set the default value to the default theme 'bootstrap'. Related old discussion at #302 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
config core main
|
||||
option lang auto
|
||||
option mediaurlbase /luci-static/openwrt.org
|
||||
option mediaurlbase /luci-static/bootstrap
|
||||
option resourcebase /luci-static/resources
|
||||
|
||||
config extern flash_keep
|
||||
|
||||
Reference in New Issue
Block a user