generic: rtl8366: add rtl8366_smi_write_reg_noack helper
[openwrt.git] / package / busybox / config / archival / Config.in
index 1424c86..d2bfa48 100644 (file)
@@ -1,3 +1,4 @@
+# DO NOT EDIT. This file is generated from Config.src
 #
 # For a description of the syntax of this configuration file,
 # see scripts/kbuild/config-language.txt.
@@ -5,6 +6,8 @@
 
 menu "Archival Utilities"
 
+
+
 config BUSYBOX_CONFIG_FEATURE_SEAMLESS_XZ
        bool "Make tar, rpm, modprobe etc understand .xz data"
        default n
@@ -37,7 +40,7 @@ config BUSYBOX_CONFIG_FEATURE_SEAMLESS_Z
 
 config BUSYBOX_CONFIG_AR
        bool "ar"
-       default n
+       default n  # needs to be improved to be able to replace binutils ar
        help
          ar is an archival utility program used to create, modify, and
          extract contents from archives. An archive is a single file holding
@@ -192,7 +195,7 @@ config BUSYBOX_CONFIG_LZOP
          Lzop compression/decompresion.
 
 config BUSYBOX_CONFIG_LZOP_COMPR_HIGH
-       bool "lzop complession levels 7,8,9 (not very useful)"
+       bool "lzop compression levels 7,8,9 (not very useful)"
        default n
        depends on BUSYBOX_CONFIG_LZOP
        help
@@ -204,7 +207,7 @@ config BUSYBOX_CONFIG_RPM2CPIO
        bool "rpm2cpio"
        default n
        help
-         Converts an RPM file into a CPIO archive.
+         Converts a RPM file into a CPIO archive.
 
 config BUSYBOX_CONFIG_RPM
        bool "rpm"
This page took 0.026268 seconds and 4 git commands to generate.