mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
armbian-next: core extensions for xfs / f2fs / brtfs / LUKS/cryptroot hostdeps; enable in main-config
This commit is contained in:
8
extensions/fs-f2fs-support.sh
Normal file
8
extensions/fs-f2fs-support.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
# `f2fs` support is no longer included by default in prepare-host.sh.
|
||||
# Enable this extension to include the required dependencies for building.
|
||||
# This is automatically enabled if ROOTFS_TYPE is set to f2fs in main-config.sh.
|
||||
|
||||
function add_host_dependencies__add_f2fs_tooling() {
|
||||
display_alert "Adding F2FS to host dependencies" "F2FS" "debug"
|
||||
EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} f2fs-tools" # @TODO: convert to array later
|
||||
}
|
||||
Reference in New Issue
Block a user