summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
author张 鹏 <sd20@qxwlan.com>2023-02-24 08:58:28 +0800
committerChristian Marangi <ansuelsmth@gmail.com>2023-05-29 12:25:14 +0200
commitb764268acb7ed410d1d81e783f1b0ce407efda82 (patch)
tree65258c95f3843b9b16511279f8605e60123a37c4 /target/linux
parent0dca52cf595cedcabec5d384ddc83f1954cca46d (diff)
downloadopenwrt-b764268acb7ed410d1d81e783f1b0ce407efda82.tar.gz
openwrt-b764268acb7ed410d1d81e783f1b0ce407efda82.tar.bz2
openwrt-b764268acb7ed410d1d81e783f1b0ce407efda82.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>
Diffstat (limited to 'target/linux')
-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