diff options
Diffstat (limited to 'target/linux/octeon/base-files/etc')
-rw-r--r-- | target/linux/octeon/base-files/etc/board.d/01_network | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/octeon/base-files/etc/board.d/01_network b/target/linux/octeon/base-files/etc/board.d/01_network index 194faeaad9..906e838a6f 100644 --- a/target/linux/octeon/base-files/etc/board.d/01_network +++ b/target/linux/octeon/base-files/etc/board.d/01_network @@ -7,7 +7,8 @@ board_config_update case "$(board_name)" in -itus,shield-router) +itus,shield-router|\ +ubnt,usg) ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0" ;; ubnt,edgerouter-4) |