diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-08-21 18:09:36 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-09-01 12:27:02 +0200 |
commit | 723f01dafa2fe577e823711ebaa4656224a4fffa (patch) | |
tree | 54fa2541cc5077dfa87b2e4b2616516cbbd6648c /package/config/conf.c | |
parent | 8b6585a9d3adf35179c988a10edd16ffc2c15346 (diff) |
Remove unnecessary ugly hacks in package/config
Those hacks should not be needed and they even make "mconf" fail to
save the configuration file in $(CONFIG_DIR).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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; } |