summaryrefslogtreecommitdiffstats
path: root/package/config/mconf.c
diff options
context:
space:
mode:
authorThomas Petazzoni2010-08-21 18:09:36 +0200
committerThomas Petazzoni2010-09-01 12:27:02 +0200
commit723f01dafa2fe577e823711ebaa4656224a4fffa (patch)
tree54fa2541cc5077dfa87b2e4b2616516cbbd6648c /package/config/mconf.c
parentAdd support for the new nconf configuration tool (diff)
downloadbuildroot-723f01dafa2fe577e823711ebaa4656224a4fffa.tar.gz
buildroot-723f01dafa2fe577e823711ebaa4656224a4fffa.tar.xz
buildroot-723f01dafa2fe577e823711ebaa4656224a4fffa.zip
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/mconf.c')
-rw-r--r--package/config/mconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/config/mconf.c b/package/config/mconf.c
index 317e47857..3d1ed3ac4 100644
--- a/package/config/mconf.c
+++ b/package/config/mconf.c
@@ -862,6 +862,6 @@ int main(int ac, char **av)
"\n\n"));
}
- return conf_write_autoconf();
+ return 0;
}