From: luka Date: Tue, 10 May 2016 22:37:10 +0000 (+0000) Subject: brcm47xx: fix wgt634u port assignment, broken since openwrt r47866 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=57a1c2a8fc8adf9644af25fe5708a9acde7f8e7e;ds=sidebyside brcm47xx: fix wgt634u port assignment, broken since openwrt r47866 Signed-off-by: Russell Senior git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49353 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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