Author: luka Date: 2016-05-11 00:37:10 +0200 (Wed, 11 May 2016) New Revision: 49353
Modified: trunk/target/linux/brcm47xx/base-files/etc/board.d/01_detect Log: brcm47xx: fix wgt634u port assignment, broken since openwrt r47866 Signed-off-by: Russell Senior <[email protected]> Modified: trunk/target/linux/brcm47xx/base-files/etc/board.d/01_detect =================================================================== --- trunk/target/linux/brcm47xx/base-files/etc/board.d/01_detect 2016-05-10 22:37:09 UTC (rev 49352) +++ trunk/target/linux/brcm47xx/base-files/etc/board.d/01_detect 2016-05-10 22:37:10 UTC (rev 49353) @@ -124,7 +124,7 @@ # 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
