mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
target/linux/advanced: don't hardcode date suffix
Use ROOTFS_SUFFIX instead of hardcoding -$(DATE). Reported by Lars Lockenvitz.
This commit is contained in:
@@ -162,7 +162,7 @@ endif
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# File name for the Linux kernel binary
|
||||
LINUX26_KERNEL_NAME:=$(BOARD_NAME)-linux-$(LINUX26_VERSION)-$(DATE)$(KERNEL_EXT)
|
||||
LINUX26_KERNEL_NAME:=$(BOARD_NAME)-linux-$(LINUX26_VERSION)$(ROOTFS_SUFFIX)$(KERNEL_EXT)
|
||||
|
||||
|
||||
ifeq ($(BOARD_NAME),)
|
||||
|
||||
Reference in New Issue
Block a user