summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-02-04 12:47:13 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-02-04 12:47:13 +0000
commit4d12298c677df0e1ac60dbd9d48e56ef73d100ea (patch)
tree28005b75fd79c22ed2ccaea9af3497937229b09d /Config.in
parent8bc48ee10818870823c010d2a2ebcdca45687377 (diff)
downloadbuildroot-novena-4d12298c677df0e1ac60dbd9d48e56ef73d100ea.tar.gz
buildroot-novena-4d12298c677df0e1ac60dbd9d48e56ef73d100ea.zip
buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu
As suggested on the list by Thiago - Makes more sense to have this together with the stuff using it.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/Config.in b/Config.in
index 05e9c92af..269e55fd5 100644
--- a/Config.in
+++ b/Config.in
@@ -116,18 +116,6 @@ 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 ""
- 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"