projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd97954
)
ipq40xx: e2600ac-c1 remove KERNEL_SIZE
author
张 鹏
<
[email protected]
>
Fri, 24 Feb 2023 00:58:28 +0000
(08:58 +0800)
committer
Hauke Mehrtens
<
[email protected]
>
Wed, 31 May 2023 21:14:37 +0000
(23:14 +0200)
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: 张 鹏 <
[email protected]
>
[ improve commit title, fix merge conflict ]
Signed-off-by: Christian Marangi <
[email protected]
>
(cherry picked from commit
b764268acb7ed410d1d81e783f1b0ce407efda82
)
target/linux/ipq40xx/image/generic.mk
patch
|
blob
|
history
diff --git
a/target/linux/ipq40xx/image/generic.mk
b/target/linux/ipq40xx/image/generic.mk
index 59dfb0062839a000e170d31dd2504b5265787991..7c7a4acc5ca00266653fcc76dbbc9275a5b36aa3 100644
(file)
--- 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