ramips: move zyimage define to common Makefile

Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
master
Maxim Anisimov 6 years ago committed by Mathias Kresin
parent faf64056dd
commit 9e2c28472c
  1. 4
      target/linux/ramips/image/Makefile
  2. 4
      target/linux/ramips/image/mt7620.mk

@ -147,6 +147,10 @@ define Build/mkdlinkfw-factory
mv $@.new $@
endef
define Build/zyimage
$(STAGING_DIR_HOST)/bin/zyimage $(1) $@
endef
#
# The real magic happens inside these templates
#

@ -16,10 +16,6 @@ define Build/elecom-header
-f $@ -C $(KDIR) v_0.0.0.bin v_0.0.0.md5
endef
define Build/zyimage
$(STAGING_DIR_HOST)/bin/zyimage $(1) $@
endef
define Device/ai-br100
DTS := AI-BR100
IMAGE_SIZE := 7936k

Loading…
Cancel
Save