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 22:24:14 +0100 |
commit | a2fad2b36bdf170cf442898910dd91838902df3d (patch) | |
tree | c91997b51c2a5d97081b9a40bceef1741e74a56a /meta | |
parent | 6618cb4f56f96f4a37bc71df22e1dab9cf98f2d6 (diff) | |
download | poky-a2fad2b36bdf170cf442898910dd91838902df3d.tar.gz |
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.
(From OE-Core rev: ab6b5bc7cfa1e6160919f7aea2671ad79af64507)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
545 | # Linux System Utilities | 545 | # Linux System Utilities |
546 | # | 546 | # |
547 | # CONFIG_BLOCKDEV is not set | 547 | # CONFIG_BLOCKDEV is not set |
548 | CONFIG_FATATTR=y | 548 | # CONFIG_FATATTR is not set |
549 | CONFIG_FSTRIM=y | 549 | CONFIG_FSTRIM=y |
550 | # CONFIG_MDEV is not set | 550 | # CONFIG_MDEV is not set |
551 | # CONFIG_FEATURE_MDEV_CONF is not set | 551 | # CONFIG_FEATURE_MDEV_CONF is not set |