diff options
author | David Bauer <mail@david-bauer.net> | 2018-10-18 20:43:42 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-29 11:21:23 +0100 |
commit | f89fc43a50998a69bd401268020ab78b90ff7a34 (patch) | |
tree | 1526afdbd570174bd4f2afb09eaea18bd67415d5 /target/linux/ar71xx/generic | |
parent | 374e64672447e2c0af7a4cd2d10baa71757a0dd9 (diff) | |
download | upstream-f89fc43a50998a69bd401268020ab78b90ff7a34.tar.gz upstream-f89fc43a50998a69bd401268020ab78b90ff7a34.tar.bz2 upstream-f89fc43a50998a69bd401268020ab78b90ff7a34.zip |
ar71xx: move OCEDO Koala to generic and use dynamic partitioning
This changes the OCEDO Koala flash-layout to a unified firmware
partition, thus making the ar71xx-generic kernel fit in flash.
Compile and runtested on OCEDO Koala.
Signed-off-by: David Bauer <mail@david-bauer.net>
[small title reword]
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/config-default b/target/linux/ar71xx/generic/config-default index 5f3adecc22..26717b107c 100644 --- a/target/linux/ar71xx/generic/config-default +++ b/target/linux/ar71xx/generic/config-default @@ -106,6 +106,7 @@ 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 |