contrib/meshwizard: Allow setting of luci_splash general values
[project/luci.git] / contrib / package / meshwizard / files / usr / bin / meshwizard / helpers / read_defaults.sh
index e20cc38..f5b4943 100755 (executable)
@@ -15,6 +15,11 @@ for v in system wifi_device wifi_iface interface alias dhcp olsr_interface olsr_
 done
 
 # now read all values from the selected community profile, will override some values from the defaults before
-for v in system wifi_device wifi_iface interface alias dhcp olsr_interface olsr_interfacedefaults profile zone_freifunk include; do
+for v in system wifi_device wifi_iface interface alias dhcp olsr_interface olsr_interfacedefaults profile zone_freifunk include luci_splash; do
        get_var profile_$community.$v
 done
+
+# read values from meshwizard
+for v in system luci_main contact community wan lan general; do
+        get_var meshwizard.$v
+done