luci-base: remove default diag host from /etc/config/luci
authorJo-Philipp Wich <jo@mein.io>
Thu, 6 Oct 2016 15:14:46 +0000 (17:14 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 6 Oct 2016 15:14:46 +0000 (17:14 +0200)
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>
modules/luci-base/root/etc/config/luci

index a443742..baa3ac5 100644 (file)
@@ -22,8 +22,3 @@ config internal ccache
        option enable 1
                
 config internal themes
        option enable 1
                
 config internal themes
-
-config internal 'diag'
-       option ping 'dev.openwrt.org'
-       option route 'dev.openwrt.org'
-       option dns 'dev.openwrt.org'