ar71xx: change firmware image name for th TP-Link boards
[openwrt.git] / target / linux / brcm-2.4 / base-files / etc / init.d / netconfig
index b5d900a..638f664 100755 (executable)
@@ -15,10 +15,10 @@ start() {
                                        vlan[0-9]|vlan1[0-5])
                                                local id="${1#vlan}"
                                                append batch "delete network.eth0.${1}${N}"
                                        vlan[0-9]|vlan1[0-5])
                                                local id="${1#vlan}"
                                                append batch "delete network.eth0.${1}${N}"
-                                               append batch "set network.eth0_${n}=switch_vlan${N}"
-                                               append batch "set network.eth0_${n}.device=eth0${N}"
-                                               append batch "set network.eth0_${n}.vlan=${id}${N}"
-                                               append batch "set network.eth0_${n}.ports='${2}'${N}"
+                                               append batch "set network.eth0_${id}=switch_vlan${N}"
+                                               append batch "set network.eth0_${id}.device=eth0${N}"
+                                               append batch "set network.eth0_${id}.vlan=${id}${N}"
+                                               append batch "set network.eth0_${id}.ports='${2}'${N}"
                                        ;;
                                        esac
                                }
                                        ;;
                                        esac
                                }
This page took 0.052661 seconds and 4 git commands to generate.