Explorar o código

target/linux/advanced: don't hardcode date suffix

Use ROOTFS_SUFFIX instead of hardcoding -$(DATE).

Reported by Lars Lockenvitz.
Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
5c662fee80
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target/linux/Makefile.in.advanced

+ 1 - 1
target/linux/Makefile.in.advanced

@@ -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),)