diff options
| author | Tim Lunn | 2024-04-26 01:27:45 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2024-11-08 12:37:14 +0000 |
| commit | 5b406bccaccadb494cad139b3f69e17ab62d3968 (patch) | |
| tree | 33dfefe4217103e3bb123506d2f62b0bcd1a44cf | |
| parent | 4d90b79704efba57ab158c47ae6936ce4c1ef185 (diff) | |
| download | openwrt-5b406bccaccadb494cad139b3f69e17ab62d3968.tar.gz | |
rampis: mt7621: Edgerouter-X adjust IMAGE_SIZE to reflect new kernel size
IMAGE_SIZE was previously set to kernel1 + ubi size = 256768k, now
kernel1 is 6MB adjust this value to add 3072k to total image size.
Signed-off-by: Tim Lunn <tim@feathertop.org>
Link: https://github.com/openwrt/openwrt/pull/15194
Signed-off-by: Petr Štetiar <ynezz@true.cz>
| -rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index bebe40c216..1dc1219d24 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -2834,7 +2834,7 @@ define Device/ubnt_edgerouter_common $(Device/dsa-migration) $(Device/uimage-lzma-loader) DEVICE_VENDOR := Ubiquiti - IMAGE_SIZE := 256768k + IMAGE_SIZE := 259840k FILESYSTEMS := squashfs KERNEL_SIZE := 6144k IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata |