mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
e3eaf57808
The etop driver is used by all targets except xrx200. Remove the UBIFS compression support for zlib and zstd from the xway subtarget. The hardware is EOL for a long time and it's unlikely to ever see a board shipped with an UBIFS using these compression methods. Remove the JFFS2 support. Support for jjfs2 images was dropped years ago. It shrinks the compressed kernel up to 130 KByte. Signed-off-by: Mathias Kresin <dev@kresin.me>
29 lines
676 B
Groff
29 lines
676 B
Groff
CONFIG_ADM6996_PHY=y
|
|
CONFIG_ARCH_HAS_PTE_SPECIAL=y
|
|
CONFIG_CPU_MIPS32_R1=y
|
|
# CONFIG_CPU_MIPS32_R2 is not set
|
|
CONFIG_CPU_MIPSR1=y
|
|
CONFIG_CRC16=y
|
|
CONFIG_CRYPTO_ACOMP2=y
|
|
CONFIG_CRYPTO_DEFLATE=y
|
|
CONFIG_FIRMWARE_MEMMAP=y
|
|
CONFIG_GENERIC_ALLOCATOR=y
|
|
CONFIG_GPIO_GENERIC=y
|
|
CONFIG_GPIO_GENERIC_PLATFORM=y
|
|
# CONFIG_ISDN is not set
|
|
CONFIG_LANTIQ_ETOP=y
|
|
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
|
CONFIG_NLS=y
|
|
# CONFIG_PSB6970_PHY is not set
|
|
# CONFIG_RTL8366_SMI is not set
|
|
CONFIG_SGL_ALLOC=y
|
|
CONFIG_SOC_AMAZON_SE=y
|
|
# CONFIG_SOC_XWAY is not set
|
|
CONFIG_TARGET_ISA_REV=1
|
|
CONFIG_USB=y
|
|
CONFIG_USB_COMMON=y
|
|
# CONFIG_USB_EHCI_HCD is not set
|
|
CONFIG_USB_SUPPORT=y
|
|
CONFIG_ZLIB_DEFLATE=y
|
|
CONFIG_ZLIB_INFLATE=y
|