diff options
| author | Luka Perkov | 2016-05-10 22:37:10 +0000 |
|---|---|---|
| committer | Luka Perkov | 2016-05-10 22:37:10 +0000 |
| commit | e4e1e08f5338b21a10587c8b3375bdcd0d3691e6 (patch) | |
| tree | 5aaf47bbf0283403852199497f38da54f77a2437 | |
| parent | aa6bbdeda62619242fc94d261b87fd0414894e5d (diff) | |
| download | archive-e4e1e08f5338b21a10587c8b3375bdcd0d3691e6.tar.gz | |
brcm47xx: fix wgt634u port assignment, broken since openwrt r47866
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 49353
| -rwxr-xr-x | target/linux/brcm47xx/base-files/etc/board.d/01_detect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/board.d/01_detect b/target/linux/brcm47xx/base-files/etc/board.d/01_detect index 91ac16eed7..16b81d4fe9 100755 --- a/target/linux/brcm47xx/base-files/etc/board.d/01_detect +++ b/target/linux/brcm47xx/base-files/etc/board.d/01_detect @@ -124,7 +124,7 @@ detect_by_model() { # Netgear WGT634U exception if grep -sqE 'mtd0: 000(6|a)0000' /proc/mtd; then ucidef_add_switch "switch0" \ - "0:wan" "1:lan" "2:lan" "3:lan" "4:lan" "5@eth0" + "0:lan" "1:lan" "2:lan" "3:lan" "4:wan" "5@eth0" return fi |