diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-06-27 23:26:03 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-10-19 12:27:42 +0200 |
commit | 2c9aff289e71689c07770efb2ce9e5f1b30960f2 (patch) | |
tree | d75f00e22eeaed547c8ec3d4b323404ed3ee708c /target/linux/ar71xx/config-4.4 | |
parent | 2af10c30fe5a7f1d13a790187868c1ee2209a575 (diff) | |
download | upstream-2c9aff289e71689c07770efb2ce9e5f1b30960f2.tar.gz upstream-2c9aff289e71689c07770efb2ce9e5f1b30960f2.tar.bz2 upstream-2c9aff289e71689c07770efb2ce9e5f1b30960f2.zip |
ar71xx: add support for Nokia WI2A-AC200i
Specifications:
- SoC: Qualcomm QCA9558 (720 MHz)
- RAM: 256MB
- Storage: 1MB NOR, 128 MB NAND flash
- Ethernet: 1x1000M
Installation:
1. Connect to serial console on the board
2. Boot initramfs image over u-boot
3. Copy image to the device and run sysupgrade
Installation without serial console is not supported at this time
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/config-4.4')
-rw-r--r-- | target/linux/ar71xx/config-4.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-4.4 b/target/linux/ar71xx/config-4.4 index 0e77560414..4793bf4deb 100644 --- a/target/linux/ar71xx/config-4.4 +++ b/target/linux/ar71xx/config-4.4 @@ -223,6 +223,7 @@ CONFIG_ATH79_MACH_UBNT=y CONFIG_ATH79_MACH_UBNT_UNIFIAC=y CONFIG_ATH79_MACH_UBNT_XM=y CONFIG_ATH79_MACH_WEIO=y +# CONFIG_ATH79_MACH_WI2A_AC200I is not set CONFIG_ATH79_MACH_WHR_HP_G300N=y CONFIG_ATH79_MACH_WLAE_AG300N=y CONFIG_ATH79_MACH_WLR8100=y |