mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
Allow user configurable kernel name
This commit is contained in:
parent
3de86a029a
commit
3fdcb01579
@ -55,7 +55,9 @@ LINUX26_BINLOC=arch/$(KERNEL_ARCH)/boot/$(LINUX26_FORMAT)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# File name for the Linux kernel binary
|
# File name for the Linux kernel binary
|
||||||
|
ifndef LINUX26_KERNEL
|
||||||
LINUX26_KERNEL=$(BINARIES_DIR)/linux-kernel-$(LINUX26_VERSION)-$(KERNEL_ARCH)
|
LINUX26_KERNEL=$(BINARIES_DIR)/linux-kernel-$(LINUX26_VERSION)-$(KERNEL_ARCH)
|
||||||
|
endif
|
||||||
|
|
||||||
# Version of Linux AFTER patches
|
# Version of Linux AFTER patches
|
||||||
LINUX26_DIR=$(BUILD_DIR)/linux-$(LINUX26_VERSION)
|
LINUX26_DIR=$(BUILD_DIR)/linux-$(LINUX26_VERSION)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user