mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
ramips: move zyimage define to common Makefile
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
This commit is contained in:
parent
faf64056dd
commit
9e2c28472c
@ -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…
Reference in New Issue
Block a user