diff options
| author | Scott Mercer | 2025-04-30 18:46:51 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-01 18:11:16 +0000 |
| commit | 6d4ded04ac7524ea241797814d02cad35da8c14c (patch) | |
| tree | 021660ec1e17519a6ad059882e2c6966dd610a3d | |
| parent | c1cbcd35e785faa103f1a299637602bea81fe7e4 (diff) | |
| download | openwrt-6d4ded04ac7524ea241797814d02cad35da8c14c.tar.gz | |
qualcommax: ipq5018: glinet_gl-b3000: fix kernel alignment
fixes the following warning seen in bootlog
"Kernel image misaligned at boot, please fix your bootloader!"
Fixes: 3307fe8 ("qualcommax: ipq50xx: add support for GL.iNET GL-B3000")
Signed-off-by: Scott Mercer <TheRootEd24@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18658
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/image/ipq50xx.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/qualcommax/image/ipq50xx.mk b/target/linux/qualcommax/image/ipq50xx.mk index 08799f43d4..4de3fd292b 100644 --- a/target/linux/qualcommax/image/ipq50xx.mk +++ b/target/linux/qualcommax/image/ipq50xx.mk @@ -40,7 +40,6 @@ define Device/glinet_gl-b3000 DEVICE_VENDOR := GL.iNet DEVICE_MODEL := GL-B3000 SOC := ipq5018 - KERNEL_LOADADDR := 0x41080000 KERNEL_IN_UBI := 1 BLOCKSIZE := 128k PAGESIZE := 2048 |