diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:46 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-19 00:50:46 +0000 |
commit | 3b33adeb9987b52264e56d006784da497eda16f2 (patch) | |
tree | cf4c670b23e7688d18fb98fbb2a66019ecec7ad5 /target/linux/lantiq/base-files | |
parent | 7d2c5682b9bd626759daba4f39b1f7e21c06421b (diff) | |
download | upstream-3b33adeb9987b52264e56d006784da497eda16f2.tar.gz upstream-3b33adeb9987b52264e56d006784da497eda16f2.tar.bz2 upstream-3b33adeb9987b52264e56d006784da497eda16f2.zip |
lantiq: add support for ZyXEL P2601HNFX
SVN-Revision: 38049
Diffstat (limited to 'target/linux/lantiq/base-files')
-rw-r--r-- | target/linux/lantiq/base-files/etc/uci-defaults/02_network | 6 |
1 files changed, 6 insertions, 0 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 a5cf212dde..2cf16f3418 100644 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network @@ -90,6 +90,12 @@ H201L) ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 4t" ;; + +P2601HNFX) + ucidef_set_interface_lan "eth0.1" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 5t" + ;; esac [ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload" |