projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb1907
)
at91: Install zImage.
author
Sandeep Sheriker Mallikarjun
<
[email protected]
>
Wed, 13 Sep 2017 18:51:15 +0000
(11:51 -0700)
committer
John Crispin
<
[email protected]
>
Wed, 20 Sep 2017 07:00:36 +0000
(09:00 +0200)
Installing zImage to bin folder of device target.
Signed-off-by: Sandeep Sheriker Mallikarjun <
[email protected]
>
target/linux/at91/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/at91/image/Makefile
b/target/linux/at91/image/Makefile
index 6e2b6b6101a91b55b433630f0d5d8fa47c609bdb..99c7e21669e1150006a934b9dd90f6017e561646 100644
(file)
--- a/
target/linux/at91/image/Makefile
+++ b/
target/linux/at91/image/Makefile
@@
-43,9
+43,15
@@
define Device/evaluation
IMAGE/root.ubi := append-ubi
endef
+define Device/evaluation-zImage
+ IMAGES += zImage
+ IMAGE/zImage := install-zImage
+endef
+
define Device/evaluation-dtb
$(Device/evaluation)
$(Device/dtb)
+ $(Device/evaluation-zImage)
IMAGES += dtb
IMAGE/dtb := install-dtb
endef