Browse Source

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

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 years ago
parent
commit
6036768d46
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/linux/kirkwood/image/Makefile

+ 2 - 0
target/linux/kirkwood/image/Makefile

@@ -18,6 +18,8 @@ define Device/Default
   KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
   KERNEL := kernel-bin | append-dtb | uImage none
   KERNEL_NAME := zImage
+  KERNEL_SUFFIX  := -uImage
+  KERNEL_INSTALL := 1
   KERNEL_IN_UBI :=
 endef