aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config/mconf.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-10-28 14:09:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-10-28 14:09:12 +0000
commit5e48d47dfe7134080ef13fddb506a461d109a2de (patch)
treefbb15e9f7b142cd503ce403f7385f1541ba8ee52 /scripts/config/mconf.c
parentab29084cdbd0b1aca1cff4d56856bbdadb065132 (diff)
downloadupstream-5e48d47dfe7134080ef13fddb506a461d109a2de.tar.gz
upstream-5e48d47dfe7134080ef13fddb506a461d109a2de.tar.bz2
upstream-5e48d47dfe7134080ef13fddb506a461d109a2de.zip
scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm)
SVN-Revision: 28658
Diffstat (limited to 'scripts/config/mconf.c')
-rw-r--r--scripts/config/mconf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c
index 8c58b62386..a62e924dcb 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) {