diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-14 20:02:37 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-14 20:03:02 +0100 |
commit | ecab50023289fc1626dc0e080462897790039b75 (patch) | |
tree | ec3a07bf9acba938dd42a1264af410c99c61515e /target/linux/lantiq/base-files | |
parent | 4cdbc90a376dd0555201c1434a2081e055e9ceb7 (diff) | |
download | upstream-ecab50023289fc1626dc0e080462897790039b75.tar.gz upstream-ecab50023289fc1626dc0e080462897790039b75.tar.bz2 upstream-ecab50023289fc1626dc0e080462897790039b75.zip |
lantiq: fix port indexing for WBMR-300
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/lantiq/base-files')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network index d9221dab86..16b85a815b 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -154,7 +154,7 @@ WBMR300) lan_mac=$(mtd_get_mac_ascii ubootconfig ethaddr) wan_mac="$lan_mac" ucidef_add_switch "switch0" \ - "2:lan:2" "3:lan:3" "5:lan:4" "4:wan:1" "6t@eth0" + "5:lan:2" "2:lan:3" "3:lan:4" "4:wan:1" "6t@eth0" ;; *) |