ramips: move zyimage creation to include/image-commands.mk
This is required for upcoming Keenetic KN-3911 support Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16830 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
30ae0b3f1e
commit
79db5d65ca
|
@ -732,6 +732,10 @@ define Build/zip
|
|||
rm -rf $@.tmp
|
||||
endef
|
||||
|
||||
define Build/zyimage
|
||||
$(STAGING_DIR_HOST)/bin/zyimage $(1) $@
|
||||
endef
|
||||
|
||||
define Build/zyxel-ras-image
|
||||
let \
|
||||
newsize="$(call exp_units,$(RAS_ROOTFS_SIZE))"; \
|
||||
|
|
|
@ -167,10 +167,6 @@ define Build/wrg-header
|
|||
mv $@.new $@
|
||||
endef
|
||||
|
||||
define Build/zyimage
|
||||
$(STAGING_DIR_HOST)/bin/zyimage $(1) $@
|
||||
endef
|
||||
|
||||
define Device/Default
|
||||
PROFILES = Default
|
||||
BLOCKSIZE := 64k
|
||||
|
|
Loading…
Reference in New Issue