diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-10 16:20:40 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-10 16:20:40 +0000 |
commit | 2abb4333d6638cacad83f7c49c46a6c11feda29e (patch) | |
tree | 128ab9b5d463285773ee66fa8f34ed119780ffbb | |
parent | 6b7d7d8a9e23d9907dd5a2317cccaee1913caba9 (diff) |
enable pretty lsmod output for linux 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6064 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/busybox/config/modutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/modutils/Config.in b/package/busybox/config/modutils/Config.in index d1e5c3a9e..9183145c5 100644 --- a/package/busybox/config/modutils/Config.in +++ b/package/busybox/config/modutils/Config.in @@ -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 |