fs/*/Config.in: remove useless configuration comments
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 10 Mar 2010 22:05:14 +0000 (23:05 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 9 Apr 2010 09:04:36 +0000 (11:04 +0200)
The dependency on gzip, bzip2 and lzma are properly handled
automatically. No need to tell the user about this.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
fs/cpio/Config.in
fs/ext2/Config.in
fs/tar/Config.in
fs/ubifs/Config.in

index 02fd00d3423604d9800e765c9a156bbf3f3ed73f..374cfe0cd5d0440674fb5d65b6c435afc13159b0 100644 (file)
@@ -19,22 +19,16 @@ config BR2_TARGET_ROOTFS_CPIO_GZIP
         bool "gzip"
         help
          Do compress the cpio filesystem with gzip.
-         Note that you either have to have gzip installed on your host
-         or select to build a gzip for your host. See the packages submenu.
 
 config BR2_TARGET_ROOTFS_CPIO_BZIP2
         bool "bzip2"
         help
          Do compress the cpio filesystem with bzip2.
-         Note that you either have to have bzip2 installed on your host
-         or select to build a bzip2 for your host. See the packages submenu.
 
 config BR2_TARGET_ROOTFS_CPIO_LZMA
         bool "lzma"
         help
          Do compress the cpio filesystem with lzma.
-         Note that you either have to have lzma installed on your host
-         or select to build a lzma for your host. See the packages submenu.
 
 endchoice
 
index 02ec18f406c51611e8100021520551a9b1d2ca9d..5c041d95d7e3e8830852382ef72c4ef50a7534dd 100644 (file)
@@ -40,22 +40,16 @@ config BR2_TARGET_ROOTFS_EXT2_GZIP
        bool "gzip"
        help
          Do compress the ext2 filesystem with gzip.
-         Note that you either have to have gzip installed on your host
-         or select to build a gzip for your host. See the packages submenu.
 
 config BR2_TARGET_ROOTFS_EXT2_BZIP2
        bool "bzip2"
        help
          Do compress the ext2 filesystem with bzip2.
-         Note that you either have to have bzip2 installed on your host
-         or select to build a bzip2 for your host. See the packages submenu.
 
 config BR2_TARGET_ROOTFS_EXT2_LZMA
        bool "lzma"
        help
          Do compress the ext2 filesystem with lzma.
-         Note that you either have to have lzma installed on your host
-         or select to build a lzma for your host. See the packages submenu.
 
 endchoice
 
index 0adca795f01684dbabacdee4682765aa81d340ed..5aaf9bd55c5cd71c07512a57c6254218e5ef1819 100644 (file)
@@ -19,22 +19,16 @@ config BR2_TARGET_ROOTFS_TAR_GZIP
        bool "gzip"
        help
         Do compress the tarball with gzip.
-        Note that you either have to have gzip installed on your host
-        or select to build a gzip for your host. See the packages submenu.
 
 config BR2_TARGET_ROOTFS_TAR_BZIP2
        bool "bzip2"
        help
         Do compress the tarball with bzip2.
-        Note that you either have to have bzip2 installed on your host
-        or select to build a bzip2 for your host. See the packages submenu.
 
 config BR2_TARGET_ROOTFS_TAR_LZMA
        bool "lzma"
        help
         Do compress the tarball with lzma.
-        Note that you either have to have lzma installed on your host
-        or select to build a lzma for your host. See the packages submenu.
 
 endchoice
 
index 9fa510e7528fc1aa5263f1684393688bdf0fc326..bcf409cad6e34879b591d27376e4556463e466ed 100644 (file)
@@ -64,25 +64,16 @@ config BR2_TARGET_ROOTFS_UBIFS_GZIP
        bool "gzip"
        help
          Do compress the ubifs filesystem with gzip.
-         Note that you either have to have gzip installed on your
-         host or select to build a gzip for your host. See the
-         packages submenu.
 
 config BR2_TARGET_ROOTFS_UBIFS_BZIP2
        bool "bzip2"
        help
          Do compress the ubifs filesystem with bzip2.
-         Note that you either have to have bzip2 installed on your
-         host or select to build a bzip2 for your host. See the
-         packages submenu.
 
 config BR2_TARGET_ROOTFS_UBIFS_LZMA
        bool "lzma"
        help
          Do compress the ubifs filesystem with lzma.
-         Note that you either have to have lzma installed on your
-         host or select to build a lzma for your host. See the
-         packages submenu.
 
 endchoice