[git commit] Remove redundant 'config FEATURE_VOLUMEID_SQUASHFS'

Denys Vlasenko vda.linux at googlemail.com
Mon Jan 14 01:24:27 UTC 2013


commit: http://git.busybox.net/busybox/commit/?id=90801dadfa06e2277d136132f71a75569593eda4
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 util-linux/volume_id/squashfs.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/util-linux/volume_id/squashfs.c b/util-linux/volume_id/squashfs.c
index 331ac20..c5b4f9c 100644
--- a/util-linux/volume_id/squashfs.c
+++ b/util-linux/volume_id/squashfs.c
@@ -6,16 +6,6 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
-//config:config FEATURE_VOLUMEID_SQUASHFS
-//config:	bool "SquashFS filesystem"
-//config:	default y
-//config:	depends on VOLUMEID && FEATURE_BLKID_TYPE
-//config:	help
-//config:	  Squashfs is a compressed read-only filesystem for Linux. Squashfs is
-//config:	  intended for general read-only filesystem use and in constrained block
-//config:	  device/memory systems (e.g. embedded systems) where low overhead is
-//config:	  needed.
-
 //kbuild:lib-$(CONFIG_FEATURE_VOLUMEID_SQUASHFS) += squashfs.o
 
 #include "volume_id_internal.h"


More information about the busybox-cvs mailing list