summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2007-10-07 20:23:01 +0200
committerUlf Samuelsson2007-10-07 20:23:01 +0200
commit79d42d3238dd7c9f39fdb20715a9b68c8e9252e1 (patch)
treeab79216312b88e4023b8dcd5ffbccb16e4332864 /Config.in
parentDo not create directories, if they exist (diff)
downloadbuildroot-79d42d3238dd7c9f39fdb20715a9b68c8e9252e1.tar.gz
buildroot-79d42d3238dd7c9f39fdb20715a9b68c8e9252e1.tar.xz
buildroot-79d42d3238dd7c9f39fdb20715a9b68c8e9252e1.zip
Allow date to be added to Image
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 407057d43..ead7871bb 100644
--- a/Config.in
+++ b/Config.in
@@ -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"