add the possibility to put the rootfs to another location (usefull to specify one...
authorRalph Hempel <ralph.hempel@lantiq.com>
Fri, 20 Feb 2009 10:38:08 +0000 (10:38 +0000)
committerRalph Hempel <ralph.hempel@lantiq.com>
Fri, 20 Feb 2009 10:38:08 +0000 (10:38 +0000)
SVN-Revision: 14577

Config.in

index 7c980445300b8832735c51ee59eeefc3aaff7e18..e412338921b185b6d4004067ae2aef2df197fea2 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -166,6 +166,14 @@ config BUILD_SUFFIX
        help
                Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
 
        help
                Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
 
+config TARGET_ROOTFS_DIR
+       string
+       prompt "Override the default TARGET_ROOTFS_DIR variable" if DEVEL
+       default ""
+       help
+               Override the default TARGET_ROOTFS_DIR variable content $(BUILD_DIR) with custom path.
+               Use this option to re-define the location of the target root file system directory.
+
 config CCACHE
        bool
        prompt "Use ccache" if DEVEL
 config CCACHE
        bool
        prompt "Use ccache" if DEVEL