aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/tiny
diff options
context:
space:
mode:
authorKin Chan <kcchan1@outlook.com>2018-03-05 07:30:56 +0000
committerJohn Crispin <john@phrozen.org>2018-07-16 15:12:19 +0200
commit18b87b10a99bc445b3beae737ddce38d228c5d24 (patch)
treeba2d40fba3f297a97d9d6a8591f89694be33aacc /target/linux/ar71xx/tiny
parentd8d2133c35c9c9b410e16cdebe878acd0da6382f (diff)
downloadupstream-18b87b10a99bc445b3beae737ddce38d228c5d24.tar.gz
upstream-18b87b10a99bc445b3beae737ddce38d228c5d24.tar.bz2
upstream-18b87b10a99bc445b3beae737ddce38d228c5d24.zip
ar71xx: Move F9K1115v2 under ar71xx tiny target
F9K1115v2 has a kernel partition size of 1408 kB. Since kernel 4.9.x+ the kernel image for this device compiled had exceeded the kernel partition size limit and thus failing size check. The kernel image generated for this device under ar71xx tiny target is 1329.67 kB < 1408 kB. Signed-off-by: Kin Chan <kcchan1@outlook.com>
Diffstat (limited to 'target/linux/ar71xx/tiny')
-rw-r--r--target/linux/ar71xx/tiny/config-default1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/tiny/config-default b/target/linux/ar71xx/tiny/config-default
index c9368ec6a1..78672940b2 100644
--- a/target/linux/ar71xx/tiny/config-default
+++ b/target/linux/ar71xx/tiny/config-default
@@ -12,6 +12,7 @@ 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_F9K1115V2=y
CONFIG_ATH79_MACH_NBG460N=y
CONFIG_ATH79_MACH_TEW_632BRP=y
CONFIG_ATH79_MACH_TEW_712BR=y