From d38ffd8cd916ac23e4247816ab3f4575bd036566 Mon Sep 17 00:00:00 2001 From: Conor O'Gorman Date: Sun, 15 Jan 2017 22:01:04 +0000 Subject: 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 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') 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" ;; -- cgit v1.2.3