projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b4558
)
target/linux/advanced: don't hardcode date suffix
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 22 Sep 2008 12:04:05 +0000
(12:04 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 22 Sep 2008 12:04:05 +0000
(12:04 -0000)
Use ROOTFS_SUFFIX instead of hardcoding -$(DATE).
Reported by Lars Lockenvitz.
target/linux/Makefile.in.advanced
patch
|
blob
|
history
diff --git
a/target/linux/Makefile.in.advanced
b/target/linux/Makefile.in.advanced
index c3d713a3d9632fe6d1081044c6cc4792bc0c0c0a..402830c7af4850e865366b66cd8418602c5fbb8d 100644
(file)
--- a/
target/linux/Makefile.in.advanced
+++ b/
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),)