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:
dafda4b
)
oxnas: install kernel binaries into bin/ for use with external storage
author
Felix Fietkau
<
[email protected]
>
Mon, 23 May 2016 12:37:23 +0000
(14:37 +0200)
committer
Felix Fietkau
<
[email protected]
>
Tue, 7 Jun 2016 06:58:41 +0000
(08:58 +0200)
Signed-off-by: Felix Fietkau <
[email protected]
>
target/linux/oxnas/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/oxnas/image/Makefile
b/target/linux/oxnas/image/Makefile
index 1d075cfb3244fffa93b48c89cdc3e3b42e7d460c..42bbbc826e953fba72ce1cdfd11453084de58959 100644
(file)
--- a/
target/linux/oxnas/image/Makefile
+++ b/
target/linux/oxnas/image/Makefile
@@
-25,8
+25,11
@@
define Device/Default
KERNEL_DEPENDS = $$(wildcard $$(DTS_DIR)/ox820-$$(DTS).dts)
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/ox820-$$(DTS).dtb
KERNEL_NAME := zImage
+ KERNEL_SUFFIX := -uImage
+ KERNEL_INSTALL := 1
KERNEL_INITRAMFS = kernel-bin | lzma | fit lzma $$(DTS_DIR)/ox820-$$(DTS).dtb | ubootable
KERNEL_INITRAMFS_PREFIX = $$(IMAGE_PREFIX)-u-boot-initramfs
+ KERNEL_INITRAMFS_SUFFIX := .bin
BLOCKSIZE := 128KiB
PAGESIZE := 2048
SUBPAGESIZE := 512