From a360c331169a0885f71645784d7b9b76acb3413f Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 10 Jan 2007 16:20:40 +0000
Subject: [PATCH] enable pretty lsmod output for linux 2.6

SVN-Revision: 6064
---
 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
-- 
GitLab