diff options
author | Conor O'Gorman <i@conorogorman.net> | 2017-01-15 22:01:04 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-20 00:40:33 +0100 |
commit | d38ffd8cd916ac23e4247816ab3f4575bd036566 (patch) | |
tree | 8e74ccfbc9c580ab5f7b5ef805993fddee9e188d /target/linux/ar71xx/base-files | |
parent | eb97f41fc23ffbd6635b402d6e0bbd8e8ef029bb (diff) | |
download | upstream-d38ffd8cd916ac23e4247816ab3f4575bd036566.tar.gz upstream-d38ffd8cd916ac23e4247816ab3f4575bd036566.tar.bz2 upstream-d38ffd8cd916ac23e4247816ab3f4575bd036566.zip |
ar71xx: add Abicom SC450 support
Support Abicom International Scorpion SC450 Board
QCA9550 700MHz Extended Temperature Range
256MB DDR2
256MB NAND Flash
16MB NOR Flash
10/100/1000 Ethernet
15W Max, 3x3 Mode, Full Power TX Power
802.3-at POE+ & DC Input options
100x 85mm
USB
PCIe
SFP
GPIO/LED
Signed-off-by: Conor O'Gorman <i@conorogorman.net>
Diffstat (limited to 'target/linux/ar71xx/base-files')
4 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds index 57925c5aae..58f1dd6116 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds @@ -440,6 +440,9 @@ re450) ucidef_set_led_wlan "wlan2g" "WLAN 2.4 GHz" "$board:blue:wlan2g" "phy1tpt" ucidef_set_led_wlan "wlan5g" "WLAN 5 GHz" "$board:blue:wlan5g" "phy0tpt" ;; +sc450) + ucidef_set_led_wlan "wlan" "WLAN" "$board:green:wlan" "phy0tpt" + ;; smart-300) ucidef_set_led_netdev "wan" "WAN" "nc-link:green:wan" "eth0" ucidef_set_led_switch "lan1" "LAN1" "nc-link:green:lan1" "switch0" "0x04" diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 551088b060..83a0e50197 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -44,6 +44,7 @@ get_status_led() { mr12|\ mr16|\ nbg6616|\ + sc450|\ tl-wpa8630) status_led="$board:green:power" ;; diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index fb8997fe89..6c3396b6a5 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -887,6 +887,9 @@ ar71xx_board_detect() { *SC300M) name="sc300m" ;; + *SC450) + name="sc450" + ;; *"SMART-300") name="smart-300" ;; diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index d98f2733f5..f50dd80ef3 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -255,6 +255,7 @@ platform_check_image() { rocket-m|\ rw2458n|\ sc300m|\ + sc450|\ sr3200|\ tew-632brp|\ tew-712br|\ |