Upgrade busybox to 1.7.2
[openwrt-10.03/.git] / package / busybox / config / modutils / Config.in
index d1e5c3a9e36737151978ba1ec3db54dc98ccecd4..7ffca9384d804fc16d87f27ae1b4c7c67cafde53 100644 (file)
@@ -74,7 +74,7 @@ config BUSYBOX_CONFIG_LSMOD
 
 config BUSYBOX_CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT
        bool "lsmod pretty output for 2.6.x Linux kernels "
-       default n
+       default y
        depends on BUSYBOX_CONFIG_LSMOD
        help
          This option makes output format of lsmod adjusted to
@@ -134,7 +134,7 @@ config BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
 config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
        # Simulate indentation
        bool "Support version 2.2.x to 2.4.x Linux kernels"
-       default y
+       default n
        depends on BUSYBOX_CONFIG_INSMOD || BUSYBOX_CONFIG_RMMOD || BUSYBOX_CONFIG_MODPROBE
        help
          Support module loading for 2.2.x and 2.4.x Linux kernels.