From 5f249333090741ecba190855b13c87fd93ca2520 Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Wed, 17 Oct 2018 17:16:51 +0200 Subject: 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 --- target/linux/ar71xx/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/image/Makefile') diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index c429eb39d9..804532b55c 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -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 -- cgit v1.2.3