diff options
author | Mathias Kresin <dev@kresin.me> | 2020-01-05 09:19:37 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2020-03-17 22:17:59 +0100 |
commit | 132ff90f1d544900e477740e32c86f13b60960ce (patch) | |
tree | 1468084736ad4eca3c4dcda7d18fbce3a4cd202c /target | |
parent | b66af9ac2d03993b86185703cbd63283a93d5ec3 (diff) | |
download | upstream-132ff90f1d544900e477740e32c86f13b60960ce.tar.gz upstream-132ff90f1d544900e477740e32c86f13b60960ce.tar.bz2 upstream-132ff90f1d544900e477740e32c86f13b60960ce.zip |
ramips: do not add metadata to factory images
The image metadata are openwrt specific and not required for factory
images.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/image/mt7620.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index cfcd2598ee..339cd150e0 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -1125,7 +1125,7 @@ define Device/zyxel_keenetic-omni DEVICE_MODEL := Keenetic Omni DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport IMAGES += factory.bin - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | pad-to 64k | \ + IMAGE/factory.bin := $$(sysupgrade_bin) | pad-to 64k | \ check-size $$$$(IMAGE_SIZE) | zyimage -d 4882 -v "ZyXEL Keenetic Omni" SUPPORTED_DEVICES += kn_rc endef @@ -1138,7 +1138,7 @@ define Device/zyxel_keenetic-omni-ii DEVICE_MODEL := Keenetic Omni II DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport IMAGES += factory.bin - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | pad-to 64k | \ + IMAGE/factory.bin := $$(sysupgrade_bin) | pad-to 64k | \ check-size $$$$(IMAGE_SIZE) | \ zyimage -d 2102034 -v "ZyXEL Keenetic Omni II" SUPPORTED_DEVICES += kn_rf |