base-files: always set proto passed to _ucidef_set_interface()
[openwrt/staging/lynxis/omap.git] / package / base-files / files / lib / functions / uci-defaults.sh
index f4c1d968e2494b3bfb12e93c5a083c955a7abbbd..9fad1896ec93c2de40de52837aab7fc28688e059 100755 (executable)
@@ -35,7 +35,7 @@ _ucidef_set_interface() {
        json_select_object "$name"
        json_add_string ifname "$iface"
 
-       if ! json_is_a protocol string; then
+       if ! json_is_a protocol string || [ -n "$proto" ]; then
                case "$proto" in
                        static|dhcp|none|pppoe) : ;;
                        *)