From 99df98442e1101607e3e6c902d5d957e72cea1d6 Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Wed, 12 Dec 2018 21:12:27 +0900 Subject: build: move xor-image into image-commands I moved xor-image into image-commands.mk to use it in ath79 target. It required for NEC WG800HP. Signed-off-by: INAGAKI Hiroshi --- target/linux/brcm63xx/image/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target/linux/brcm63xx/image') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 21fc69e24e..1cf64bd8e7 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -132,11 +132,6 @@ define Build/spw303v-bin mv $@.spw303v $@ endef -define Build/xor-image - $(STAGING_DIR_HOST)/bin/xorimage -i $@ -o $@.xor - mv $@.xor $@ -endef - define Build/zyxel-bin $(STAGING_DIR_HOST)/bin/zyxbcm -i $@ -o $@.zyxel mv $@.zyxel $@ -- cgit v1.2.3