[package] util-linux: prevent packaging libtool placeholder scripts (#11224)
[openwrt.git] / package / switch / files / switch.sh
index 6517ca9..2563d41 100644 (file)
@@ -11,6 +11,7 @@ setup_switch_hw() {
 
        local proc="/proc/switch/$dev"
        [ -d "$proc" ] && {
+               ifconfig "$dev" up
                echo "$reset"  > "$proc/reset"
                echo "$evlan"  > "$proc/enable_vlan"
                [ -f "$proc/enable" ] && echo "$enable" > "$proc/enable"
This page took 0.029885 seconds and 4 git commands to generate.