X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2Fmt7621.mk;h=2ab687fd02aebc54982b8437119c328e1f75dc4a;hb=85a8f58483b223951515219ca9b21c31c36f87c8;hp=b644d52708dcef7c7c1c4365170ea3a7e9955693;hpb=b94ea518193778312f9f8f88f120b5104cf2327e;p=openwrt%2Fstaging%2F981213.git diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index b644d52708..2ab687fd02 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1455,8 +1455,8 @@ define Device/iptime_ax2004m KERNEL_LOADADDR := 0x82000000 KERNEL := kernel-bin | relocate-kernel $(loadaddr-y) | lzma | \ fit lzma $$(KDIR)/image-$$(firstword $$(DEVICE_DTS)).dtb - IMAGES += recovery.bin - IMAGE/recovery.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-ubi | \ + ARTIFACTS := initramfs-factory.bin + ARTIFACT/initramfs-factory.bin := append-image-stage initramfs-kernel.bin | \ check-size | iptime-crc32 ax2004m DEVICE_VENDOR := ipTIME DEVICE_MODEL := AX2004M @@ -1464,7 +1464,7 @@ define Device/iptime_ax2004m DEVICE_COMPAT_VERSION := 2.0 DEVICE_COMPAT_MESSAGE := NMBM has been newly enabled, and its flash block \ mapping might be incompatible with existing installation. \ - New installation via recovery mode is recommended. + New installation with factory image via recovery mode is recommended. endef TARGET_DEVICES += iptime_ax2004m