From 4ecae78c1605e48d35f130dbd62b7b3dcb9a0540 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 14 Aug 2015 13:05:14 +0000 Subject: image.mk: replace all Build/netgear-chk with a generic implementation Instead of letting each target define it themselves, create on in include/image.mk and let the targets use it. Signed-off-by: Jonas Gorski SVN-Revision: 46596 --- target/linux/brcm47xx/image/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'target/linux/brcm47xx/image') diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index b2516a994c..7405d0f28d 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -126,15 +126,6 @@ define Build/linksys-bin mv $@.new $@ endef -define Build/netgear-chk - $(STAGING_DIR_HOST)/bin/mkchkimg \ - -o $@.new \ - -k $@ \ - -b $(NETGEAR_BOARD_ID) \ - -r $(NETGEAR_REGION) - mv $@.new $@ -endef - ################################################# # Devices ################################################# -- cgit v1.2.3