[PATCH 1/2] image: drop combined-image build recipe

Adrian Schmutzler freifunk at adrianschmutzler.de
Mon Oct 26 15:39:47 EDT 2020


Build/combined-image is only used in ath25 target, and that defines
its own version. Thus, drop the unused definition in image-commands.mk.

Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 include/image-commands.mk | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/include/image-commands.mk b/include/image-commands.mk
index 740d627fc7..25a9dc84c8 100644
--- a/include/image-commands.mk
+++ b/include/image-commands.mk
@@ -278,14 +278,6 @@ define Build/check-size
 	}
 endef
 
-define Build/combined-image
-	-sh $(TOPDIR)/scripts/combined-image.sh \
-		"$(IMAGE_KERNEL)" \
-		"$@" \
-		"$@.new"
-	@mv $@.new $@
-endef
-
 define Build/linksys-image
 	$(TOPDIR)/scripts/linksys-image.sh \
 		"$(call param_get_default,type,$(1),$(DEVICE_NAME))" \
-- 
2.20.1




More information about the openwrt-devel mailing list