diff options
author | Pau Escrich <p4u@dabax.net> | 2018-01-12 16:36:25 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-11-15 19:49:51 +0100 |
commit | 15f16bf05b8441aed0e0c6000740996b75724ac1 (patch) | |
tree | 497db6a28495edfdf3d0d144e711e63ddc4157ad /target/linux/ar71xx/generic | |
parent | c6a1bcac16f92afa1e41eaceafc85075d97a74cd (diff) | |
download | upstream-15f16bf05b8441aed0e0c6000740996b75724ac1.tar.gz upstream-15f16bf05b8441aed0e0c6000740996b75724ac1.tar.bz2 upstream-15f16bf05b8441aed0e0c6000740996b75724ac1.zip |
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 <p4u@dabax.net>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(daniel@makrotopia.org: rebased and fixed conflicts, fixed LED name,
added ath10k eeprom)
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
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 |