diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-07-30 13:56:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 10:49:21 +0100 |
commit | ab6b5bc7cfa1e6160919f7aea2671ad79af64507 (patch) | |
tree | 3d4838fb0f26f49a446af7609ef49319391795f2 | |
parent | fd095486e24ef2d40bc9b61af66fffb0d6578156 (diff) | |
download | openembedded-core-ab6b5bc7cfa1e6160919f7aea2671ad79af64507.tar.gz openembedded-core-ab6b5bc7cfa1e6160919f7aea2671ad79af64507.tar.bz2 openembedded-core-ab6b5bc7cfa1e6160919f7aea2671ad79af64507.zip |
busybox: disable fatattr in defconfig
The fatattr applet (to display or change file attributes on a fat file
system) doesn't seem to be core functionality, so disable by default.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 027412372d..c5d3275e83 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig @@ -545,7 +545,7 @@ CONFIG_DEFAULT_DEPMOD_FILE="modules.dep" # Linux System Utilities # # CONFIG_BLOCKDEV is not set -CONFIG_FATATTR=y +# CONFIG_FATATTR is not set CONFIG_FSTRIM=y # CONFIG_MDEV is not set # CONFIG_FEATURE_MDEV_CONF is not set |