Allow date to be added to Image

This commit is contained in:
Ulf Samuelsson
2007-10-07 18:23:01 +00:00
parent 06cd2634a2
commit 79d42d3238
2 changed files with 23 additions and 4 deletions

View File

@@ -102,6 +102,19 @@ config BR2_TOPDIR_SUFFIX
build_ARCH -> build_ARCH_[SUFFIX]
toolchain_build_ARCH -> toolchain_build_ARCH_[SUFFIX]
config BR2_ROOTFS_PREFIX
string "Custom root fs prefix"
default "rootfs"
help
Add a custom string to the beginning of the root file system name.
config BR2_ROOTFS_SUFFIX
string "Custom root fs suffix"
default "$(DATE)" if BR2_TARGET_ATMEL
default "" if !BR2_TARGET_ATMEL
help
Add a custom string to the end of the root file system name.
config BR2_GNU_BUILD_SUFFIX
string "GNU build hostname suffix"
default "pc-linux-gnu"