From 15f16bf05b8441aed0e0c6000740996b75724ac1 Mon Sep 17 00:00:00 2001 From: Pau Escrich Date: Fri, 12 Jan 2018 16:36:25 +0100 Subject: ar71xx: add support for Gainstrong MiniBox V3.2 Adds MiniBox V3.2 ar71xx target (QCA99531 + QCA9887) Info: http://oolite.cn/minibox-v3-2-qca9531-qca9887-module-pin-specification.html Reference patch: http://oolite.cn/wp-content/uploads/2017/09/minibox_v3_cc15.05_20160325.patch Installation: Upload firmware to uboot via HTTP at 192.168.1.1 (press button for 5 seconds) Signed-off-by: Pau Escrich Signed-off-by: Daniel Golle (daniel@makrotopia.org: rebased and fixed conflicts, fixed LED name, added ath10k eeprom) --- 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 05f497fcbf..b11d2cf926 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -829,6 +829,9 @@ ar71xx_board_detect() { *"MiniBox V1.0") name="minibox-v1" ;; + *"Minibox V3.2") + name="minibox-v3.2" + ;; *"MR12") name="mr12" ;; -- cgit v1.2.3