mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:04:40 +02:00
[brcm-2.4] fix typo in switch config migration script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18657 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a1ca4142c7
commit
8ea05ffd2b
@ -15,10 +15,10 @@ start() {
|
|||||||
vlan[0-9]|vlan1[0-5])
|
vlan[0-9]|vlan1[0-5])
|
||||||
local id="${1#vlan}"
|
local id="${1#vlan}"
|
||||||
append batch "delete network.eth0.${1}${N}"
|
append batch "delete network.eth0.${1}${N}"
|
||||||
append batch "set network.eth0_${n}=switch_vlan${N}"
|
append batch "set network.eth0_${id}=switch_vlan${N}"
|
||||||
append batch "set network.eth0_${n}.device=eth0${N}"
|
append batch "set network.eth0_${id}.device=eth0${N}"
|
||||||
append batch "set network.eth0_${n}.vlan=${id}${N}"
|
append batch "set network.eth0_${id}.vlan=${id}${N}"
|
||||||
append batch "set network.eth0_${n}.ports='${2}'${N}"
|
append batch "set network.eth0_${id}.ports='${2}'${N}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user