The fstrim applet (to discard unused blocks on a mounted filesystem) doesn't seem like core functionality, so disable by default.
Signed-off-by: Andre McCurdy <[email protected]> --- meta/recipes-core/busybox/busybox/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 74d12ee..ad0c7e1 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig @@ -546,7 +546,7 @@ CONFIG_DEFAULT_DEPMOD_FILE="modules.dep" # # CONFIG_BLOCKDEV is not set # CONFIG_FATATTR is not set -CONFIG_FSTRIM=y +# CONFIG_FSTRIM is not set # CONFIG_MDEV is not set # CONFIG_FEATURE_MDEV_CONF is not set # CONFIG_FEATURE_MDEV_RENAME is not set -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
