aboutsummaryrefslogtreecommitdiffstats
path: root/package/swconfig/src/uci.c
Commit message (Collapse)AuthorAgeFilesLines
* swconfig: fix vlan/port configs being applied to all switchesJonas Gorski2011-10-031-2/+2
| | | | | | Check devn instead of dev (which will never be null at this point). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: fix backward compatibilityGabor Juhos2011-07-281-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* swconfig: make reset and enable_vlan default to 1 (based on patch by Nikolay ↵Felix Fietkau2011-07-031-2/+2
| | | | | | Martynov) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: support providing the switch device name in an option instead of ↵Felix Fietkau2010-01-181-0/+18
| | | | | | the section name - necessary to support switches that contain characters such as "-" git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: implement uci loading supportFelix Fietkau2009-04-211-0/+224
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15315 3c298f89-4303-0410-b956-a3cf2f4a3e73