Skip to content
Snippets Groups Projects
Commit 6036768d authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kirkwood: install kernel binaries into bin/ for use with external storage


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent f6c3f830
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ define Device/Default ...@@ -18,6 +18,8 @@ define Device/Default
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts) KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
KERNEL := kernel-bin | append-dtb | uImage none KERNEL := kernel-bin | append-dtb | uImage none
KERNEL_NAME := zImage KERNEL_NAME := zImage
KERNEL_SUFFIX := -uImage
KERNEL_INSTALL := 1
KERNEL_IN_UBI := KERNEL_IN_UBI :=
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment