summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-03-30 09:16:23 +0000
committerJohn Crispin <john@openwrt.org>2014-03-30 09:16:23 +0000
commit112059073e46bd158541e4a30b13d738342181d2 (patch)
tree34674078219ed83439a70b8ab1a62b4d694fd334 /target
parent5a98a6b9cf31aa52fe4a33a410509602637bb00b (diff)
downloadmaster-31e0f0ae-112059073e46bd158541e4a30b13d738342181d2.tar.gz
master-31e0f0ae-112059073e46bd158541e4a30b13d738342181d2.tar.bz2
master-31e0f0ae-112059073e46bd158541e4a30b13d738342181d2.zip
lantiq: fix initial VLAN conf for P2601HNFX
Signed-off-by: Antonios Vamporakis <ant@area128.com> SVN-Revision: 40321
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/base-files/etc/uci-defaults/02_network5
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
index 329fa2d72e..ad1238437f 100644
--- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
@@ -113,12 +113,13 @@ H201L)
ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4t"
;;
+#rtl8306g
P2601HNFX)
ucidef_set_interface_lan "eth0.1"
ucidef_add_switch "switch0" "1" "1"
- ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t"
+ ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t"
;;
-
+
P2812HNUFX)
ucidef_set_interface_lan 'eth0.1'
ucidef_add_switch "switch0" "1" "1"