mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
622be8e3d9
The ase subtarget supports two devices. ALLNET ALL0333CJ has one Ethernet port and uses only the built-in MAC and PHY. The second device is the Netgear DGN1000, which uses an AR8216 switch. The driver for the adm6996 switch was probably accidentally enabled instead of the ar8216 in commit that restores ase support 9b321bc60de3 ("lantiq: add Amazon-SE subtarget"). Before removing the ase subtarget, only ar8216 was enabled c82183639512 ("lantiq: remove unmaintained code"). Reduce uncompressed kernel size by 15.6 kB. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Link: https://github.com/openwrt/openwrt/pull/15332 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
24 lines
515 B
Groff
24 lines
515 B
Groff
CONFIG_CPU_MIPS32_R1=y
|
|
# CONFIG_CPU_MIPS32_R2 is not set
|
|
CONFIG_CPU_MIPSR1=y
|
|
CONFIG_CRC16=y
|
|
CONFIG_CRYPTO_DEFLATE=y
|
|
CONFIG_FIRMWARE_MEMMAP=y
|
|
CONFIG_FORCE_NR_CPUS=y
|
|
CONFIG_GENERIC_ALLOCATOR=y
|
|
CONFIG_GPIO_GENERIC=y
|
|
CONFIG_GPIO_GENERIC_PLATFORM=y
|
|
CONFIG_HW_RANDOM=y
|
|
# CONFIG_ISDN is not set
|
|
CONFIG_LANTIQ_ETOP=y
|
|
CONFIG_NLS=y
|
|
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_SUPPORT=y
|
|
CONFIG_ZLIB_DEFLATE=y
|
|
CONFIG_ZLIB_INFLATE=y
|