From 23bcceb058c37e36d3da13b8386daa4d2d4bcfcd Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 30 May 2013 17:38:30 +0000 Subject: [PATCH] ar71xx: create a separated network interface for the RB2011UAS SFP port Signed-off-by: Gabor Juhos SVN-Revision: 36800 --- target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index 3ba240e1c4..86dceabcb6 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -55,6 +55,13 @@ rb-2011uas-2hnd) ucidef_add_switch_vlan "switch0" "2" "0t 1" ucidef_add_switch "switch1" "1" "1" ucidef_add_switch_vlan "switch1" "1" "0 1 2 3 4 5" + + case "$board" in + rb-2011uas*) + ucidef_set_interface_raw "sfp" "eth0.3" + ucidef_add_switch_vlan "switch0" "3" "0t 6" + ;; + esac ;; dir-825-b1|\ -- 2.30.2