diff --git a/target/linux/realtek/image/common.mk b/target/linux/realtek/image/common.mk index 2221c7a434..417f3ef0bc 100644 --- a/target/linux/realtek/image/common.mk +++ b/target/linux/realtek/image/common.mk @@ -5,9 +5,16 @@ define Device/cameo-fw KERNEL := \ kernel-bin | \ append-dtb | \ - libdeflate-gzip | \ - uImage gzip | \ + rt-compress | \ + rt-loader | \ + uImage none | \ cameo-tag + KERNEL_INITRAMFS := \ + kernel-bin | \ + append-dtb | \ + rt-compress | \ + rt-loader | \ + uImage none IMAGES += factory_image1.bin IMAGE/factory_image1.bin := \ append-kernel | \