Skip to content

Commit

Permalink
squashfs: Add initial support
Browse files Browse the repository at this point in the history
It's required at least in selftest to test read-only file systems.

Signed-off-by: Vyacheslav Yurkov <[email protected]>
Signed-off-by: Bruce Ashfield <[email protected]>
  • Loading branch information
UVV-gh authored and MrCry0 committed Apr 3, 2024
1 parent 7bccc35 commit ae5f998
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfg/fs/squashfs.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SPDX-License-Identifier: MIT
CONFIG_SQUASHFS=y
5 changes: 5 additions & 0 deletions cfg/fs/squashfs.scc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable squashfs filesystem support"
define KFEATURE_COMPATIBILITY all

kconf non-hardware squashfs.cfg

0 comments on commit ae5f998

Please sign in to comment.