aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-03-30 09:16:23 +0000
committerJohn Crispin <blogic@openwrt.org>2014-03-30 09:16:23 +0000
commit6c0ee14c86559472fe20c4320d8a229cb00b5129 (patch)
tree541a27dffdb3a5c9ba323f4a3cbf85eef1edb74f
parent6141a0bda777b13d84b265e50bbff774844bba78 (diff)
downloadmaster-187ad058-6c0ee14c86559472fe20c4320d8a229cb00b5129.tar.gz
master-187ad058-6c0ee14c86559472fe20c4320d8a229cb00b5129.tar.bz2
master-187ad058-6c0ee14c86559472fe20c4320d8a229cb00b5129.zip
lantiq: fix initial VLAN conf for P2601HNFX
Signed-off-by: Antonios Vamporakis <ant@area128.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40321 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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"