diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-10-26 20:39:47 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-10-30 19:20:30 +0100 |
commit | 1cdba3d19e32fcfc32037ceb3591e6c78fc34f20 (patch) | |
tree | 37c234bce31ca4e932b424f7b50826eef2050583 | |
parent | 846e66153390d342a537d858c458c4e5763501c1 (diff) | |
download | upstream-1cdba3d19e32fcfc32037ceb3591e6c78fc34f20.tar.gz upstream-1cdba3d19e32fcfc32037ceb3591e6c78fc34f20.tar.bz2 upstream-1cdba3d19e32fcfc32037ceb3591e6c78fc34f20.zip |
image: drop combined-image build recipe
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@adrianschmutzler.de>
-rw-r--r-- | include/image-commands.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/image-commands.mk b/include/image-commands.mk index ea94059d20..454ce79e07 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -285,14 +285,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))" \ |