From: Mathias Kresin Date: Mon, 17 Dec 2018 20:56:56 +0000 (+0100) Subject: ath79: replace cameo-factory with existing build commands X-Git-Tag: v19.07.0-rc1~1841 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=38cae44e5107822e55ce762651c93a390e0d0b6e ath79: replace cameo-factory with existing build commands Use pad-offset and append-string to create the cameo factory images for the D-LINK DIR-825 C1/DIR-835 A1 factory images. Tested-by: Sebastian Kemper Signed-off-by: Mathias Kresin --- diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index c8e1bcea4c..c6cecc20d3 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -146,7 +146,8 @@ define Device/dlink_dir-825-c1 IMAGE_SIZE := 15936k IMAGES := factory.bin sysupgrade.bin IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs - IMAGE/factory.bin := $$(IMAGE/default) | cameo-factory $$$$(IMAGE_SIZE) 00DB120AR9344-RT-101214-00 | check-size $$$$(IMAGE_SIZE) + IMAGE/factory.bin := $$(IMAGE/default) | pad-offset $$$$(IMAGE_SIZE) 26 | \ + append-string 00DB120AR9344-RT-101214-00 | check-size $$$$(IMAGE_SIZE) IMAGE/sysupgrade.bin := $$(IMAGE/default) | append-metadata | check-size $$$$(IMAGE_SIZE) endef TARGET_DEVICES += dlink_dir-825-c1 @@ -159,7 +160,8 @@ define Device/dlink_dir-835-a1 IMAGE_SIZE := 15936k IMAGES := factory.bin sysupgrade.bin IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs - IMAGE/factory.bin := $$(IMAGE/default) | cameo-factory $$$$(IMAGE_SIZE) 00DB120AR9344-RT-101214-00 | check-size $$$$(IMAGE_SIZE) + IMAGE/factory.bin := $$(IMAGE/default) | pad-offset $$$$(IMAGE_SIZE) 26 | \ + append-string 00DB120AR9344-RT-101214-00 | check-size $$$$(IMAGE_SIZE) IMAGE/sysupgrade.bin := $$(IMAGE/default) | append-metadata | check-size $$$$(IMAGE_SIZE) endef TARGET_DEVICES += dlink_dir-835-a1