From 2abb4333d6638cacad83f7c49c46a6c11feda29e Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 10 Jan 2007 16:20:40 +0000 Subject: [PATCH] enable pretty lsmod output for linux 2.6 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6064 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/modutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/busybox/config/modutils/Config.in b/package/busybox/config/modutils/Config.in index d1e5c3a9e3..9183145c5b 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 -- 2.11.0