aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
author张 鹏 <sd20@qxwlan.com>2023-02-24 08:58:28 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-05-31 23:14:37 +0200
commitd4d94a1ff37fec554af1d08569e189ea1eede6af (patch)
treeb0bd1df718a935f1e105d52eda8cca80d3962c11 /target
parentdd979547725b37c28f84974a292a44593cef457d (diff)
downloadupstream-d4d94a1ff37fec554af1d08569e189ea1eede6af.tar.gz
upstream-d4d94a1ff37fec554af1d08569e189ea1eede6af.tar.bz2
upstream-d4d94a1ff37fec554af1d08569e189ea1eede6af.zip
ipq40xx: e2600ac-c1 remove KERNEL_SIZE
Currently, e2600ac-c1 cannot be built as the kernel is larger than the defined KERNEL_SIZE, however, there is no bootloader limit for the kernel size so remove KERNEL_SIZE completely. Signed-off-by: 张 鹏 <sd20@qxwlan.com> [ improve commit title, fix merge conflict ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> (cherry picked from commit b764268acb7ed410d1d81e783f1b0ce407efda82)
Diffstat (limited to 'target')
-rw-r--r--target/linux/ipq40xx/image/generic.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 59dfb00628..7c7a4acc5c 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -1028,10 +1028,8 @@ define Device/qxwlan_e2600ac-c1
DEVICE_VARIANT := C1
BOARD_NAME := e2600ac-c1
SOC := qcom-ipq4019
- KERNEL_SIZE := 4096k
IMAGE_SIZE := 31232k
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
- DEFAULT := n
endef
TARGET_DEVICES += qxwlan_e2600ac-c1