mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 08:21:14 +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>
48 lines
1.1 KiB
Groff
48 lines
1.1 KiB
Groff
CONFIG_ADM6996_PHY=y
|
|
CONFIG_AR8216_PHY=y
|
|
CONFIG_AT803X_PHY=y
|
|
CONFIG_BLK_MQ_PCI=y
|
|
CONFIG_CRC16=y
|
|
CONFIG_CRYPTO_ACOMP2=y
|
|
CONFIG_CRYPTO_HASH_INFO=y
|
|
CONFIG_CRYPTO_LZO=y
|
|
CONFIG_GENERIC_ALLOCATOR=y
|
|
CONFIG_INPUT=y
|
|
CONFIG_INPUT_EVDEV=y
|
|
CONFIG_INPUT_POLLDEV=y
|
|
# CONFIG_ISDN is not set
|
|
CONFIG_LANTIQ_ETOP=y
|
|
CONFIG_LZO_COMPRESS=y
|
|
CONFIG_LZO_DECOMPRESS=y
|
|
CONFIG_MTD_NAND_CORE=y
|
|
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
|
|
CONFIG_MTD_NAND_XWAY=y
|
|
CONFIG_MTD_RAW_NAND=y
|
|
CONFIG_MTD_UBI=y
|
|
CONFIG_MTD_UBI_BEB_LIMIT=20
|
|
CONFIG_MTD_UBI_BLOCK=y
|
|
# CONFIG_MTD_UBI_FASTMAP is not set
|
|
# CONFIG_MTD_UBI_GLUEBI is not set
|
|
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
|
CONFIG_NLS=y
|
|
CONFIG_PCI=y
|
|
# CONFIG_PCIE_LANTIQ is not set
|
|
CONFIG_PCI_DOMAINS=y
|
|
CONFIG_PCI_LANTIQ=y
|
|
CONFIG_REGULATOR=y
|
|
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
CONFIG_RTL8306_PHY=y
|
|
CONFIG_RTL8366S_PHY=y
|
|
CONFIG_RTL8367B_PHY=y
|
|
CONFIG_RTL8367_PHY=y
|
|
CONFIG_SGL_ALLOC=y
|
|
CONFIG_UBIFS_FS=y
|
|
CONFIG_UBIFS_FS_ADVANCED_COMPR=y
|
|
CONFIG_UBIFS_FS_LZO=y
|
|
# CONFIG_UBIFS_FS_ZLIB is not set
|
|
# CONFIG_UBIFS_FS_ZSTD is not set
|
|
CONFIG_USB=y
|
|
CONFIG_USB_COMMON=y
|
|
# CONFIG_USB_EHCI_HCD is not set
|
|
CONFIG_USB_SUPPORT=y
|