oxnas: install kernel binaries into bin/ for use with external storage
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
dafda4b7f8
commit
f6c3f830a0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue