buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Feb 2009 12:47:13 +0000 (12:47 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 4 Feb 2009 12:47:13 +0000 (12:47 -0000)
As suggested on the list by Thiago - Makes more sense to have this together
with the stuff using it.

Config.in
target/Config.in

index 05e9c92afd01afee88cfdfff878e69c7b4a0b164..269e55fd50be098ae1e24805c335a86029c45e8b 100644 (file)
--- 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"
index 522806ab9e7f69fcd62e6d888df852d4634e2169..87abbe666017d7ddeaa1aa473ea21ea79bbc64dd 100644 (file)
@@ -1,5 +1,17 @@
 menu "Target filesystem options"
 
+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.
+
 comment "filesystem for target device"
 
 source "target/cramfs/Config.in"