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>
This commit is contained in:
Kin Chan
2018-03-05 07:30:56 +00:00
committed by John Crispin
parent d8d2133c35
commit 18b87b10a9
5 changed files with 10 additions and 10 deletions

View File

@@ -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