ar71xx: Move some targets to tiny
Recent changes on ar71xx (switch to 4.14, memory compaction, ...) cause an increase in kernel size, making it too big for some devices. Move these devices to the tiny target, where kernel symbols and optimization for speed are disabled, reducing the kernel size. Devices: - EnGenius ENS202EXT - OCEDO Koala Compile-tested targets: - ar71xx->generic->default - ar71xx->smallFlash->Default Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
parent
db6f9d5598
commit
5f24933309
4 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,6 @@ CONFIG_ATH79_MACH_EAP300V2=y
|
|||
CONFIG_ATH79_MACH_EAP7660D=y
|
||||
CONFIG_ATH79_MACH_EL_M150=y
|
||||
CONFIG_ATH79_MACH_EL_MINI=y
|
||||
CONFIG_ATH79_MACH_ENS202EXT=y
|
||||
CONFIG_ATH79_MACH_EPG5000=y
|
||||
CONFIG_ATH79_MACH_ESR1750=y
|
||||
CONFIG_ATH79_MACH_ESR900=y
|
||||
|
@ -107,7 +106,6 @@ CONFIG_ATH79_MACH_HORNET_UB=y
|
|||
CONFIG_ATH79_MACH_JA76PF=y
|
||||
CONFIG_ATH79_MACH_JWAP003=y
|
||||
CONFIG_ATH79_MACH_JWAP230=y
|
||||
CONFIG_ATH79_MACH_KOALA=y
|
||||
CONFIG_ATH79_MACH_LAN_TURTLE=y
|
||||
CONFIG_ATH79_MACH_LIMA=y
|
||||
CONFIG_ATH79_MACH_MC_MAC1200R=y
|
||||
|
|
|
@ -15,7 +15,6 @@ DEVICE_VARS += BOARDNAME CMDLINE CONSOLE IMAGE_SIZE LOADER_TYPE
|
|||
ifeq ($(SUBTARGET),generic)
|
||||
include ./generic.mk
|
||||
include ./generic-legacy-devices.mk
|
||||
include ./generic-senao.mk
|
||||
include ./generic-tp-link.mk
|
||||
include ./generic-ubnt.mk
|
||||
endif
|
||||
|
@ -23,6 +22,7 @@ ifeq ($(SUBTARGET),tiny)
|
|||
include ./tiny.mk
|
||||
include ./tiny-tp-link.mk
|
||||
include ./tiny-legacy-devices.mk
|
||||
include ./tiny-senao.mk
|
||||
endif
|
||||
ifeq ($(SUBTARGET),nand)
|
||||
include ./nand.mk
|
||||
|
|
|
@ -12,7 +12,9 @@ CONFIG_ATH79_MACH_BHR_4GRV2=y
|
|||
CONFIG_ATH79_MACH_DIR_600_A1=y
|
||||
CONFIG_ATH79_MACH_DIR_615_C1=y
|
||||
CONFIG_ATH79_MACH_DIR_615_I1=y
|
||||
CONFIG_ATH79_MACH_ENS202EXT=y
|
||||
CONFIG_ATH79_MACH_F9K1115V2=y
|
||||
CONFIG_ATH79_MACH_KOALA=y
|
||||
CONFIG_ATH79_MACH_NBG460N=y
|
||||
CONFIG_ATH79_MACH_TEW_632BRP=y
|
||||
CONFIG_ATH79_MACH_TEW_712BR=y
|
||||
|
|
Loading…
Reference in a new issue