Преглед изворни кода

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 <[email protected]>
Mathias Kresin пре 6 година
родитељ
комит
6a3f8b8818
1 измењених фајлова са 0 додато и 10 уклоњено
  1. 0 10
      include/image-commands.mk

+ 0 - 10
include/image-commands.mk

@@ -131,16 +131,6 @@ define Build/tplink-safeloader
 		$(if $(findstring sysupgrade,$(word 1,$(1))),-S) && mv [email protected] $@ || 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