diff options
Diffstat (limited to 'scripts/config/mconf.c')
-rw-r--r-- | scripts/config/mconf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 5bc2abdd8..1b21575ad 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c | |||
@@ -967,9 +967,8 @@ int main(int ac, char **av) | |||
967 | 967 | ||
968 | if (stat == 0) { | 968 | if (stat == 0) { |
969 | conf_write(NULL); | 969 | conf_write(NULL); |
970 | printf("\n\n" | 970 | printf("\n" |
971 | "*** End of BusyBox configuration.\n" | 971 | "*** End of BusyBox configuration.\n"); |
972 | "*** Check the top-level Makefile for additional configuration options.\n\n"); | ||
973 | } else | 972 | } else |
974 | printf("\n\nYour BusyBox configuration changes were NOT saved.\n\n"); | 973 | printf("\n\nYour BusyBox configuration changes were NOT saved.\n\n"); |
975 | 974 | ||