X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/65e5ea929c03077feb0697e0f35a6b039ac07a2a..9bca75a757d78c9269276d30a73240d26f727932:/openwrt/package/config/mconf.c diff --git a/openwrt/package/config/mconf.c b/openwrt/package/config/mconf.c index 659e49cd6..22ba1f302 100644 --- a/openwrt/package/config/mconf.c +++ b/openwrt/package/config/mconf.c @@ -308,6 +308,12 @@ static void build_conf(struct menu *menu) return; } } else { + if (menu == current_menu) { + cprint_tag(":%p", menu); + cprint_name("---%*c%s", indent + 1, ' ', menu_get_prompt(menu)); + goto conf_childs; + } + child_count++; val = sym_get_tristate_value(sym); if (sym_is_choice_value(sym) && val == yes) { @@ -705,7 +711,6 @@ int main(int ac, char **av) conf_write(NULL); printf("\n\n" "*** End of Buildroot configuration.\n" - "*** After changing root fs, use make linux-dirclean.\n" "*** Check the top-level Makefile for additional configuration options.\n\n"); } else printf("\n\nYour Buildroot configuration changes were NOT saved.\n\n");