diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-09-04 14:45:09 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-09-04 14:45:09 +0000 |
commit | b958c12d2c646a787f1eb37a334c3492778535c3 (patch) | |
tree | 3e7bfe8ee202ecc0552c97ce7266895929514450 /include | |
parent | 156a25b9c45a91dcd885affa799345e66a0f1319 (diff) | |
download | upstream-b958c12d2c646a787f1eb37a334c3492778535c3.tar.gz upstream-b958c12d2c646a787f1eb37a334c3492778535c3.tar.bz2 upstream-b958c12d2c646a787f1eb37a334c3492778535c3.zip |
image: move netgear-image to top and rename to -dni
Use the same naming as netgear-chk.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46791
Diffstat (limited to 'include')
-rw-r--r-- | include/image.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/image.mk b/include/image.mk index 8ac3593eae..d9fa03e454 100644 --- a/include/image.mk +++ b/include/image.mk @@ -308,6 +308,15 @@ define Build/netgear-chk mv $@.new $@ endef +define Build/netgear-dni + $(STAGING_DIR_HOST)/bin/mkdniimg \ + -B $(NETGEAR_BOARD_ID) -v OpenWrt.$(REVISION) \ + $(if $(NETGEAR_HW_ID),-H $(NETGEAR_HW_ID)) \ + -r "$(1)" \ + -i $@ -o $@.new + mv $@.new $@ +endef + define Build/fit $(TOPDIR)/scripts/mkits.sh \ -D $(DEVICE_NAME) -o $@.its -k $@ \ |