diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 19:54:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-28 19:54:11 +0000 |
commit | 892b77ebe16a053f6266fa79fa2e514214b37341 (patch) | |
tree | eba99a4358f2b0ad76f5187b4f60be74be7f7d8f /scripts/slugimage.pl | |
parent | 3649909c09cc8b7009f53f649dba4fa87647b0a2 (diff) | |
download | upstream-892b77ebe16a053f6266fa79fa2e514214b37341.tar.gz upstream-892b77ebe16a053f6266fa79fa2e514214b37341.tar.bz2 upstream-892b77ebe16a053f6266fa79fa2e514214b37341.zip |
swconfig: fix backward compatibility
swconfig fails to load uci configuration after the generic switch
identifier changes.
root@OpenWrt:/# uci show network | grep switch
network.@switch[0]=switch
network.@switch[0].name=eth0
network.@switch[0].reset=1
network.@switch[0].enable_vlan=1
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device=eth0
network.@switch_vlan[0].vlan=1
network.@switch_vlan[0].ports=0t 2 3 4 5
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device=eth0
network.@switch_vlan[1].vlan=2
network.@switch_vlan[1].ports=0t 1
root@OpenWrt:/# swconfig dev eth0 load /etc/config/network
Failed to apply configuration for switch 'switch0'
root@OpenWrt:/# swconfig dev switch0 load /etc/config/network
Failed to apply configuration for switch 'switch0'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27820 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/slugimage.pl')
0 files changed, 0 insertions, 0 deletions