diff options
author | Clemens Hopfer <openwrt@wireloss.net> | 2022-05-28 21:34:48 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-06-24 23:59:14 +0200 |
commit | 8c0930b70b4f8d7447e34a59d52b1a5485aa4d49 (patch) | |
tree | 6a8625b642e6a1d79752a8f540d346f35528ac78 /target/linux/octeon/base-files/etc/board.d | |
parent | 29ed58c8bee1de5b1779494e88620862edc44700 (diff) | |
download | upstream-8c0930b70b4f8d7447e34a59d52b1a5485aa4d49.tar.gz upstream-8c0930b70b4f8d7447e34a59d52b1a5485aa4d49.tar.bz2 upstream-8c0930b70b4f8d7447e34a59d52b1a5485aa4d49.zip |
octeon: add support for Ubiquiti UniFi Security Gateway
Ubiquiti UniFi Security Gateway (USG) is largely identical to
the EdgeRouter Lite (ERLite-3) apart from a different board ID
and two dome leds.
Device data (from WikiDev):
CPU: Cavium Octeon Plus CN5020 @500MHz 2-cores
Ethernet: 3x Atheros AR8035-A GbE PHY's
Flash: On-board 4MB Flash
Storage: Internal 3.8GB USB Flash (Kingston ID) drive
w/ 1.5GB free for use occupies single internal USB port.
Serial: 1x RJ45 port on front panel. 115200, 8N1
Buttons: 1x Reset
Flash instructions are identical to EdgeRouter Lite.
Signed-off-by: Clemens Hopfer <openwrt@wireloss.net>
Diffstat (limited to 'target/linux/octeon/base-files/etc/board.d')
-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) |