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/generic/config-default | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ar71xx/generic/config-default') diff --git a/target/linux/ar71xx/generic/config-default b/target/linux/ar71xx/generic/config-default index 26717b107c..25b58ae91e 100644 --- a/target/linux/ar71xx/generic/config-default +++ b/target/linux/ar71xx/generic/config-default @@ -99,6 +99,7 @@ CONFIG_ATH79_MACH_GL_DOMINO=y CONFIG_ATH79_MACH_GL_INET=y CONFIG_ATH79_MACH_GL_MIFI=y CONFIG_ATH79_MACH_GL_USB150=y +CONFIG_ATH79_MACH_GS_MINIBOX_V32=y CONFIG_ATH79_MACH_GS_OOLITE_V1=y CONFIG_ATH79_MACH_GS_OOLITE_V5_2=y CONFIG_ATH79_MACH_HIWIFI_HC6361=y -- cgit v1.2.3