X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2FMakefile;h=f5e8e58ef93afee7a8830750371e5e54af9f2113;hb=11d7d468a12a5bf917d4f76e78f4ef3a0db37f80;hp=eb50cddeaf75b772729f1e76ddc1e1001432766a;hpb=fe13f5ca5f22af84826bea68d9925732012e168e;p=openwrt.git diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index eb50cddeaf..f5e8e58ef9 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -1115,9 +1115,10 @@ define Device/wf-2881 DTS := WF-2881 BLOCKSIZE := 128KiB PAGESIZE := 2048 - KERNEL_SIZE := 2097152 FILESYSTEMS := squashfs - IMAGE/sysupgrade.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-ubi | check-size $$$$(IMAGE_SIZE) + IMAGE_SIZE := 132382720 + KERNEL := $(KERNEL_DTB) | pad-offset 131072 64 | uImage lzma + IMAGE/sysupgrade.bin := append-kernel | append-ubi | check-size $$$$(IMAGE_SIZE) endef define Device/ubnt-erx