All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre McCurdy <armccurdy@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 8/8] busybox: disable volumeid support for exFAT, F2FS and NILFS
Date: Tue, 28 Jul 2015 16:21:05 -0700	[thread overview]
Message-ID: <1438125665-14966-9-git-send-email-armccurdy@gmail.com> (raw)
In-Reply-To: <1438125665-14966-1-git-send-email-armccurdy@gmail.com>

These are less common filesystem formats, so disable volumeid support
for them by default.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-core/busybox/busybox/defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index ad0c7e1..5122007 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -636,9 +636,9 @@ CONFIG_VOLUMEID=y
 #
 # CONFIG_FEATURE_VOLUMEID_BTRFS is not set
 # CONFIG_FEATURE_VOLUMEID_CRAMFS is not set
-CONFIG_FEATURE_VOLUMEID_EXFAT=y
+# CONFIG_FEATURE_VOLUMEID_EXFAT is not set
 CONFIG_FEATURE_VOLUMEID_EXT=y
-CONFIG_FEATURE_VOLUMEID_F2FS=y
+# CONFIG_FEATURE_VOLUMEID_F2FS is not set
 CONFIG_FEATURE_VOLUMEID_FAT=y
 # CONFIG_FEATURE_VOLUMEID_HFS is not set
 # CONFIG_FEATURE_VOLUMEID_ISO9660 is not set
@@ -646,7 +646,7 @@ CONFIG_FEATURE_VOLUMEID_FAT=y
 # CONFIG_FEATURE_VOLUMEID_LINUXRAID is not set
 # CONFIG_FEATURE_VOLUMEID_LINUXSWAP is not set
 # CONFIG_FEATURE_VOLUMEID_LUKS is not set
-CONFIG_FEATURE_VOLUMEID_NILFS=y
+# CONFIG_FEATURE_VOLUMEID_NILFS is not set
 # CONFIG_FEATURE_VOLUMEID_NTFS is not set
 # CONFIG_FEATURE_VOLUMEID_OCFS2 is not set
 # CONFIG_FEATURE_VOLUMEID_REISERFS is not set
-- 
1.9.1



  parent reply	other threads:[~2015-07-28 23:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-28 23:20 [PATCH 0/8 v2] refresh busybox defconfig Andre McCurdy
2015-07-28 23:20 ` [PATCH 1/8] busybox: merge login-utilities.cfg into defconfig Andre McCurdy
2015-07-29 22:08   ` Richard Purdie
2015-07-30 11:45     ` Otavio Salvador
2015-07-28 23:20 ` [PATCH 2/8] busybox: re-order defconfig to align with busybox 1.23.2 Andre McCurdy
2015-07-28 23:21 ` [PATCH 3/8] busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig Andre McCurdy
2015-07-28 23:21 ` [PATCH 4/8] busybox: refresh defconfig for busybox v1.23.2 Andre McCurdy
2015-07-28 23:21 ` [PATCH 5/8] busybox: disable sha3sum in defconfig Andre McCurdy
2015-07-28 23:21 ` [PATCH 6/8] busybox: disable fatattr " Andre McCurdy
2015-07-28 23:21 ` [PATCH 7/8] busybox: disable fstrim " Andre McCurdy
2015-07-29 14:22   ` Burton, Ross
2015-07-29 16:28     ` Otavio Salvador
2015-07-29 18:39       ` Andre McCurdy
2015-07-28 23:21 ` Andre McCurdy [this message]
2015-07-29 16:33   ` [PATCH 8/8] busybox: disable volumeid support for exFAT, F2FS and NILFS Otavio Salvador
2015-07-29 18:49     ` Andre McCurdy
2015-07-29 18:50       ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438125665-14966-9-git-send-email-armccurdy@gmail.com \
    --to=armccurdy@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.