diff options
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 522806ab9..87abbe666 100644 --- a/target/Config.in +++ b/target/Config.in @@ -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" |