* luci/libs/uvl: make "proto=dhcp" the default value in network scheme
[project/luci.git] / libs / uvl / root / lib / uci / schema / default / network
index 0c5e993..afd17fb 100644 (file)
@@ -116,6 +116,7 @@ config enum
        option variable 'network.interface.proto'
        option value    'dhcp'
        option title    'Retrieve IP address via DHCP'
+       option default  true
 
 config enum
        option variable 'network.interface.proto'