From 6a3f8b88185b2ee85bf7a33f6912508e7abcdef9 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sat, 5 Jan 2019 21:02:33 +0100 Subject: [PATCH] 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 --- include/image-commands.mk | 10 ---------- 1 file changed, 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 -- 2.30.2