]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: disable fatattr in defconfig
authorAndre McCurdy <armccurdy@gmail.com>
Thu, 30 Jul 2015 20:56:26 +0000 (13:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Aug 2015 09:49:21 +0000 (10:49 +0100)
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>
meta/recipes-core/busybox/busybox/defconfig

index 027412372dac3b09a7eb526383732faa47042444..c5d3275e838694a109040a9d838de2d44cd93562 100644 (file)
@@ -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