Specifications: - SoC: QCA9558 - Flash: 128M NAND - RAM: 256M - Ethernet: QCA8337, 1 WAN and 4 LANs - 2.4GHz wireless: SoC integrated - 5GHz wireless: QCA9880 - 2 buttons (Reset and WPS) - 4 GPIO-LEDs - USB 2.0 port Flash instructions: (To be done) Note: This router has an external watchdog connected to SoC's GPIO 18. If the watchdog is not fed for about 2 seconds, it will reset the SoC. Unfortunately, the stock U-boot has a bug that it does not feed the watchdog when decompressing kernel. If the kernel is LZMA-compressed, it might take too long before watchdog timeout. So we have to use gzip instead for faster decompressing speed. For initramfs image, compression is not used because it is bigger and will take even more time to decompress. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
28 lines
639 B
Plaintext
28 lines
639 B
Plaintext
CONFIG_CRC16=y
|
|
CONFIG_CRYPTO_ACOMP2=y
|
|
CONFIG_CRYPTO_DEFLATE=y
|
|
CONFIG_CRYPTO_HASH_INFO=y
|
|
CONFIG_CRYPTO_LZO=y
|
|
CONFIG_GPIO_WATCHDOG=y
|
|
CONFIG_GPIO_WATCHDOG_ARCH_INITCALL=y
|
|
CONFIG_LZO_COMPRESS=y
|
|
CONFIG_LZO_DECOMPRESS=y
|
|
CONFIG_MTD_NAND=y
|
|
CONFIG_MTD_NAND_AR934X=y
|
|
CONFIG_MTD_NAND_CORE=y
|
|
CONFIG_MTD_RAW_NAND=y
|
|
CONFIG_MTD_SPI_NAND=y
|
|
CONFIG_MTD_UBI=y
|
|
CONFIG_MTD_UBI_BEB_LIMIT=20
|
|
CONFIG_MTD_UBI_BLOCK=y
|
|
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
|
# CONFIG_PCI_AR71XX is not set
|
|
CONFIG_PHY_AR7200_USB=y
|
|
CONFIG_SGL_ALLOC=y
|
|
CONFIG_UBIFS_FS=y
|
|
CONFIG_UBIFS_FS_ADVANCED_COMPR=y
|
|
CONFIG_UBIFS_FS_LZO=y
|
|
CONFIG_UBIFS_FS_ZLIB=y
|
|
CONFIG_ZLIB_DEFLATE=y
|
|
CONFIG_ZLIB_INFLATE=y
|