diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-16 11:39:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-16 11:39:19 +0000 |
commit | 02c319c27a3688022c267701cd17f1ba5899b4fa (patch) | |
tree | 8ac3a8149d30a2894c031a081b46e350c1a60129 /target/linux/ramips/base-files | |
parent | c9394a7b9e9ae7e6375491421dd3650ba070c860 (diff) | |
download | upstream-02c319c27a3688022c267701cd17f1ba5899b4fa.tar.gz upstream-02c319c27a3688022c267701cd17f1ba5899b4fa.tar.bz2 upstream-02c319c27a3688022c267701cd17f1ba5899b4fa.zip |
ramips: fix default config breakage on whr-1166d
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43281
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index de0115f6d5..45720c3ab5 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -130,7 +130,7 @@ ramips_setup_interfaces() ucidef_add_switch_vlan "switch0" "2" "4 6t" ;; - whr-1166) + whr-1166d) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 6t" |