[oe-commits] Andre McCurdy : busybox: disable fatattr in defconfig

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 21:25:11 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: ab6b5bc7cfa1e6160919f7aea2671ad79af64507
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ab6b5bc7cfa1e6160919f7aea2671ad79af64507

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Thu Jul 30 13:56:26 2015 -0700

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 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 0274123..c5d3275 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



More information about the Openembedded-commits mailing list