From e7220316405bee3cba9de6d781403124525923be Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 28 Oct 2011 14:09:12 +0000 Subject: scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28658 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/config/mconf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/config/mconf.c') diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 8c58b6238..a62e924dc 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -872,6 +872,8 @@ static void show_help(struct menu *menu) struct gstr help = str_new(); struct symbol *sym = menu->sym; + help.max_width = cols - 10; + if (sym->help) { if (sym->name) { -- cgit v1.2.3