projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c3f83
)
kirkwood: install kernel binaries into bin/ for use with external storage
author
Felix Fietkau
<nbd@nbd.name>
Mon, 23 May 2016 12:38:20 +0000
(14:38 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 7 Jun 2016 06:58:41 +0000
(08:58 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/kirkwood/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/kirkwood/image/Makefile
b/target/linux/kirkwood/image/Makefile
index 3cc199f7ce069a4f682865c2fddd5c985de21f0b..0027e74e130845b9ea29edbdf981a2848e4fea1e 100644
(file)
--- a/
target/linux/kirkwood/image/Makefile
+++ b/
target/linux/kirkwood/image/Makefile
@@
-18,6
+18,8
@@
define Device/Default
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
KERNEL := kernel-bin | append-dtb | uImage none
KERNEL_NAME := zImage
+ KERNEL_SUFFIX := -uImage
+ KERNEL_INSTALL := 1
KERNEL_IN_UBI :=
endef