ar71xx: deactivate some boards with too small kernel partitions
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 22 Oct 2017 21:10:08 +0000 (23:10 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 22 Oct 2017 21:15:11 +0000 (23:15 +0200)
commitf7a6fd31539be54d14d7c52b491b40b26bf8f740
tree6701620bfd5333b0f4279de0e2b2e5d941acf273
parentc84b7eaedd1b3c9b7e3e30248ab3d0050477f6d5
ar71xx: deactivate some boards with too small kernel partitions

This affects the following boards:
 * dr344
 * archer-c58-v1
 * archer-c60-v1
 * tl-wr902ac-v1
 * tl-wr942n-v1
 * ubnt-uap-pro
 * ubnt-unifi-outdoor-plus

The build fails for any of these boards because the resulting kernel
image will not fit into the kernel partition.

When CONFIG_KERNEL_KALLSYMS  is not set it could be that the kernel will
fit onto the board again, this is the case for release images.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ar71xx/image/generic.mk
target/linux/ar71xx/image/tp-link.mk
target/linux/ar71xx/image/ubnt.mk