From 7a3b3b9d732111b929a91254242f5ce3d2ccd2bc Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 26 Jul 2014 12:33:48 +0000 Subject: brcm47xx: don't create named switch_vlan sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn't seem to be used anywhere, it's incompatible with other targets and can be confusing. People may think they need to update section name every time they change VLAN ID (well, even I was doing that). Signed-off-by: Rafał Miłecki SVN-Revision: 41835 --- target/linux/brcm47xx/base-files/etc/init.d/netconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/brcm47xx/base-files/etc/init.d') diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig b/target/linux/brcm47xx/base-files/etc/init.d/netconfig index 193d4336cb..1890cd0069 100755 --- a/target/linux/brcm47xx/base-files/etc/init.d/netconfig +++ b/target/linux/brcm47xx/base-files/etc/init.d/netconfig @@ -218,11 +218,9 @@ start() { [ -n "$cfg" ] && uci rename network.$cfg=eth0 [ -n "$vlan1ports" ] && { cfg=`ucidef_add_switch_vlan "$switchname" 1 "$vlan1ports"` - [ -n "$cfg" ] && uci rename network.$cfg=eth0_1 } [ -n "$vlan2ports" ] && { cfg=`ucidef_add_switch_vlan "$switchname" 2 "$vlan2ports"` - [ -n "$cfg" ] && uci rename network.$cfg=eth0_2 } } -- cgit v1.2.3