projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8a5ac1
)
build: add image command for installing zImage file.
author
Sandeep Sheriker Mallikarjun
<
[email protected]
>
Wed, 13 Sep 2017 18:51:14 +0000
(11:51 -0700)
committer
John Crispin
<
[email protected]
>
Wed, 20 Sep 2017 07:00:25 +0000
(09:00 +0200)
Signed-off-by: Sandeep Sheriker Mallikarjun <
[email protected]
>
include/image-commands.mk
patch
|
blob
|
history
diff --git
a/include/image-commands.mk
b/include/image-commands.mk
index 2aac8fb15d2e125de10ef5179952173b01b63b00..acf25d64da83d4f1d3577474b717978a7c95cc09 100644
(file)
--- a/
include/image-commands.mk
+++ b/
include/image-commands.mk
@@
-114,6
+114,11
@@
define Build/install-dtb
)
endef
+define Build/install-zImage
+ $(CP) $(KDIR)/zImage \
+ $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-zImage
+endef
+
define Build/fit
$(TOPDIR)/scripts/mkits.sh \
-D $(DEVICE_NAME) -o
[email protected]
-k $@ \