aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-11-26 09:21:15 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-11-28 11:01:16 +0100
commit950c3e02b4a0ed54ffb983df0c7993ec4848a650 (patch)
treeca452191e71d6dfc536713acaf91a3b132bc6607 /dashboard/config/linux/bits
parentb1062ff67be4e93d1280466e9485bc5665aee410 (diff)
dashboard/config/linux: enable CONFIG_UFS_FS_WRITE
Enable write support for UFS. The description says experimental/dangerous, but seems to mean only that images can be corrupted ("you should back up your UFS partitions beforehand").
Diffstat (limited to 'dashboard/config/linux/bits')
-rw-r--r--dashboard/config/linux/bits/filesystems.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/dashboard/config/linux/bits/filesystems.yml b/dashboard/config/linux/bits/filesystems.yml
index 2bdda7ae7..f62be533b 100644
--- a/dashboard/config/linux/bits/filesystems.yml
+++ b/dashboard/config/linux/bits/filesystems.yml
@@ -44,7 +44,10 @@ config:
- JFFS2_CMODE_PRIORITY
- UFS_FS
- - UFS_FS_WRITE: n
+ # Write support for UFS. The description says experimental/dangerous,
+ # but seems to mean only that images can be corrupted
+ # ("you should back up your UFS partitions beforehand").
+ - UFS_FS_WRITE
- UFS_DEBUG: n
- JFS_FS