mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 01:47:28 -04:00
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 <dev@kresin.me>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user