From 1977be8bd0753406ef5e76bede162827a9514610 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 29 Nov 2018 10:48:03 +0100 Subject: ramips: unifiy sysupgrade file extensions Use .bin as file extension where possible. The user doesn't need to that sysupgrade images for NAND boards are tarballs. Signed-off-by: Mathias Kresin --- target/linux/ramips/image/mt76x8.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/image/mt76x8.mk') diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index af5b0f6d60..d2f402e939 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -399,7 +399,7 @@ define Device/zyxel_keenetic-extra-ii DEVICE_TITLE := ZyXEL Keenetic Extra II DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport IMAGES += factory.bin - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | pad-to $$$$(BLOCKSIZE) | \ + IMAGE/factory.bin := $$(sysupgrade_bin) | pad-to $$$$(BLOCKSIZE) | \ check-size $$$$(IMAGE_SIZE) | zyimage -d 6162 -v "ZyXEL Keenetic Extra II" endef TARGET_DEVICES += zyxel_keenetic-extra-ii -- cgit v1.2.3