Sfoglia il codice sorgente

Allow user configurable kernel name

Ulf Samuelsson 18 anni fa
parent
commit
3fdcb01579
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      target/linux/Makefile.in

+ 2 - 0
target/linux/Makefile.in

@@ -55,7 +55,9 @@ LINUX26_BINLOC=arch/$(KERNEL_ARCH)/boot/$(LINUX26_FORMAT)
 endif
 
 # File name for the Linux kernel binary
+ifndef	LINUX26_KERNEL
 LINUX26_KERNEL=$(BINARIES_DIR)/linux-kernel-$(LINUX26_VERSION)-$(KERNEL_ARCH)
+endif
 
 # Version of Linux AFTER patches
 LINUX26_DIR=$(BUILD_DIR)/linux-$(LINUX26_VERSION)