diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-17 17:16:51 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-17 18:02:16 +0200 |
commit | 5f249333090741ecba190855b13c87fd93ca2520 (patch) | |
tree | c144e95f11cb83088b86750a5c125ec397860bf4 /target/linux/ar71xx/tiny/config-default | |
parent | db6f9d5598a353c94578bd76dbef92dd78f3ae63 (diff) | |
download | upstream-5f249333090741ecba190855b13c87fd93ca2520.tar.gz upstream-5f249333090741ecba190855b13c87fd93ca2520.tar.bz2 upstream-5f249333090741ecba190855b13c87fd93ca2520.zip |
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>
Diffstat (limited to 'target/linux/ar71xx/tiny/config-default')
-rw-r--r-- | target/linux/ar71xx/tiny/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/tiny/config-default b/target/linux/ar71xx/tiny/config-default index 78672940b2..2c7b4b71aa 100644 --- a/target/linux/ar71xx/tiny/config-default +++ b/target/linux/ar71xx/tiny/config-default @@ -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 |