diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-29 15:44:54 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-10-29 16:20:47 +0100 |
commit | d6b63f16984b91b489713c772c49fb9982cdf68e (patch) | |
tree | 147d70a2e811375b23aa86cf319381d7ee5a7155 /target | |
parent | f3b80c36bb01fa7cf4181828d78da8a66f46c31d (diff) | |
download | upstream-d6b63f16984b91b489713c772c49fb9982cdf68e.tar.gz upstream-d6b63f16984b91b489713c772c49fb9982cdf68e.tar.bz2 upstream-d6b63f16984b91b489713c772c49fb9982cdf68e.zip |
ar71xx: disable ap91-5g due to kernel size
This target causes a build failure as the kernel image does not fit
into the kernel partition.
As the kernel is located behind the rootfs, it cannot be enlarged
as the boot entry location would get altered.
Disable this target for now.
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target')
-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 fedd37e219..269865af92 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -148,7 +148,6 @@ define Device/ap91-5g IMAGE/sysupgrade.bin := append-rootfs | pad-rootfs |\ pad-to $$$$(ROOTFS_SIZE) | append-kernel | check-size $$$$(IMAGE_SIZE) endef -TARGET_DEVICES += ap91-5g define Device/arduino-yun DEVICE_TITLE := Arduino Yun |