diff options
Diffstat (limited to 'package/config/conf.c')
-rw-r--r-- | package/config/conf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/config/conf.c b/package/config/conf.c index 2449ca001..2062b57d4 100644 --- a/package/config/conf.c +++ b/package/config/conf.c @@ -640,10 +640,6 @@ int main(int ac, char **av) fprintf(stderr, _("\n*** Error during writing of the Buildroot configuration.\n\n")); exit(1); } - if (conf_write_autoconf()) { - fprintf(stderr, _("\n*** Error during update of the Buildroot configuration.\n\n")); - return 1; - } } return 0; } |