diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-22 23:10:08 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-22 23:15:11 +0200 |
commit | f7a6fd31539be54d14d7c52b491b40b26bf8f740 (patch) | |
tree | 6701620bfd5333b0f4279de0e2b2e5d941acf273 /target/linux/ar71xx/image/generic.mk | |
parent | c84b7eaedd1b3c9b7e3e30248ab3d0050477f6d5 (diff) | |
download | upstream-f7a6fd31539be54d14d7c52b491b40b26bf8f740.tar.gz upstream-f7a6fd31539be54d14d7c52b491b40b26bf8f740.tar.bz2 upstream-f7a6fd31539be54d14d7c52b491b40b26bf8f740.zip |
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>
Diffstat (limited to 'target/linux/ar71xx/image/generic.mk')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 6f5a7016eb..3c5fcc3f3c 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -358,7 +358,6 @@ define Device/dr344 MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,6336k(rootfs),1408k(kernel),64k(nvram),64k(art)ro,7744k@0x50000(firmware) IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs | pad-to $$$$(ROOTFS_SIZE) | append-kernel | check-size $$$$(IMAGE_SIZE) endef -TARGET_DEVICES += dr344 define Device/dr531 DEVICE_TITLE := Wallys DR531 |