diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-10-06 17:14:46 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-10-06 17:14:46 +0200 |
commit | e06c60a0d669bed72e495d51f5e30513b05f5605 (patch) | |
tree | aee98950079ea088ff564f0a971b4e5da84c9891 /modules | |
parent | 067fe5bcce0303f427fbe9351f043d330c7030ce (diff) |
luci-base: remove default diag host from /etc/config/luci
Now that luci-mod-admin-full figures out the proper diagnostics host
during postinstall we can remove the UCI section from the default
configuration file.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/root/etc/config/luci | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/luci-base/root/etc/config/luci b/modules/luci-base/root/etc/config/luci index a443742f9..baa3ac5d1 100644 --- a/modules/luci-base/root/etc/config/luci +++ b/modules/luci-base/root/etc/config/luci @@ -22,8 +22,3 @@ config internal ccache option enable 1 config internal themes - -config internal 'diag' - option ping 'dev.openwrt.org' - option route 'dev.openwrt.org' - option dns 'dev.openwrt.org' |