forked from Ivasoft/openwrt
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)
This commit is contained in:
committed by
Daniel Golle
parent
c6a1bcac16
commit
15f16bf05b
@@ -924,6 +924,18 @@ config ATH79_MACH_EAP300V2
|
||||
select ATH79_DEV_M25P80
|
||||
select ATH79_DEV_WMAC
|
||||
|
||||
config ATH79_MACH_GS_MINIBOX_V32
|
||||
bool "Gainstrong Minibox V3.2 support"
|
||||
select SOC_QCA953X
|
||||
select ATH79_DEV_AP9X_PCI if PCI
|
||||
select ATH79_DEV_GPIO_BUTTONS
|
||||
select ATH79_DEV_LEDS_GPIO
|
||||
select ATH79_DEV_SPI
|
||||
select ATH79_DEV_USB
|
||||
select ATH79_DEV_WMAC
|
||||
select ATH79_DEV_ETH
|
||||
select ATH79_DEV_M25P80
|
||||
|
||||
config ATH79_MACH_GS_OOLITE_V1
|
||||
bool "GainStrong Oolite/Minibox V1.0 support"
|
||||
select SOC_AR933X
|
||||
|
||||
Reference in New Issue
Block a user