mirror of https://github.com/hak5/openwrt-owl.git
oxnas: install kernel binaries into bin/ for use with external storage
Signed-off-by: Felix Fietkau <nbd@nbd.name>owl
parent
dafda4b7f8
commit
f6c3f830a0
|
@ -25,8 +25,11 @@ define Device/Default
|
||||||
KERNEL_DEPENDS = $$(wildcard $$(DTS_DIR)/ox820-$$(DTS).dts)
|
KERNEL_DEPENDS = $$(wildcard $$(DTS_DIR)/ox820-$$(DTS).dts)
|
||||||
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/ox820-$$(DTS).dtb
|
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/ox820-$$(DTS).dtb
|
||||||
KERNEL_NAME := zImage
|
KERNEL_NAME := zImage
|
||||||
|
KERNEL_SUFFIX := -uImage
|
||||||
|
KERNEL_INSTALL := 1
|
||||||
KERNEL_INITRAMFS = kernel-bin | lzma | fit lzma $$(DTS_DIR)/ox820-$$(DTS).dtb | ubootable
|
KERNEL_INITRAMFS = kernel-bin | lzma | fit lzma $$(DTS_DIR)/ox820-$$(DTS).dtb | ubootable
|
||||||
KERNEL_INITRAMFS_PREFIX = $$(IMAGE_PREFIX)-u-boot-initramfs
|
KERNEL_INITRAMFS_PREFIX = $$(IMAGE_PREFIX)-u-boot-initramfs
|
||||||
|
KERNEL_INITRAMFS_SUFFIX := .bin
|
||||||
BLOCKSIZE := 128KiB
|
BLOCKSIZE := 128KiB
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
SUBPAGESIZE := 512
|
SUBPAGESIZE := 512
|
||||||
|
|
Loading…
Reference in New Issue