aboutsummaryrefslogtreecommitdiffstats
path: root/include/image-commands.mk
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2019-01-05 21:02:33 +0100
committerMathias Kresin <dev@kresin.me>2019-01-13 18:31:10 +0100
commit6a3f8b88185b2ee85bf7a33f6912508e7abcdef9 (patch)
tree21e84b208ed9b00b5dcb032f01b02192effbff41 /include/image-commands.mk
parent0e78af22d95d91f7c2fdfc66fac993c6c5d349d8 (diff)
downloadupstream-6a3f8b88185b2ee85bf7a33f6912508e7abcdef9.tar.gz
upstream-6a3f8b88185b2ee85bf7a33f6912508e7abcdef9.tar.bz2
upstream-6a3f8b88185b2ee85bf7a33f6912508e7abcdef9.zip
build: remove duplicate mksercomfw image recipe
Keep the ramips/mt76x8 copy, since it's only required for this target at the moment. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'include/image-commands.mk')
-rw-r--r--include/image-commands.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/image-commands.mk b/include/image-commands.mk
index c5b64c751d..169c1919e7 100644
--- a/include/image-commands.mk
+++ b/include/image-commands.mk
@@ -131,16 +131,6 @@ define Build/tplink-safeloader
$(if $(findstring sysupgrade,$(word 1,$(1))),-S) && mv $@.new $@ || rm -f $@
endef
-define Build/mksercommfw
- -$(STAGING_DIR_HOST)/bin/mksercommfw \
- $@ \
- $(KERNEL_OFFSET) \
- $(HWID) \
- $(HWVER) \
- $(SWVER)
-endef
-
-
define Build/append-dtb
cat $(KDIR)/image-$(firstword $(DEVICE_DTS)).dtb >> $@
endef