diff options
Diffstat (limited to 'target/linux/bcm53xx/base-files')
-rwxr-xr-x | target/linux/bcm53xx/base-files/etc/board.d/02_network | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network index dc17af4891..8c9e8b3f3f 100755 --- a/target/linux/bcm53xx/base-files/etc/board.d/02_network +++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network @@ -24,6 +24,12 @@ buffalo,wzr-1750dhp) board_config_flush exit 0 ;; +phicomm,k3) + ucidef_add_switch "switch0" \ + "0:lan" "1:lan" "2:lan" "3:wan" "5@eth0" + board_config_flush + exit 0 + ;; esac wan_macaddr="$(nvram get wan_hwaddr)" |