aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-23 13:44:24 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-23 13:44:24 +0200
commit049490fc53d4ff4640be96a633dc053ab21154ae (patch)
tree680057b71cf64b81b7381be13128ec1948995f66 /target/linux/oxnas
parente2fab8166107ad7b2790440c8501c66cc6bb6fb0 (diff)
downloadmaster-187ad058-049490fc53d4ff4640be96a633dc053ab21154ae.tar.gz
master-187ad058-049490fc53d4ff4640be96a633dc053ab21154ae.tar.bz2
master-187ad058-049490fc53d4ff4640be96a633dc053ab21154ae.zip
oxnas: install kernel binaries into bin/ for use with external storage
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/oxnas')
-rw-r--r--target/linux/oxnas/image/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/oxnas/image/Makefile b/target/linux/oxnas/image/Makefile
index a8cef46572..27e21a5cba 100644
--- a/target/linux/oxnas/image/Makefile
+++ b/target/linux/oxnas/image/Makefile
@@ -29,8 +29,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