diff -rduNp config.new.oorig/Makefile config.new/Makefile
--- config.new.oorig/Makefile 2008-04-07 11:03:28.000000000 +0200
+++ config.new/Makefile 2008-04-07 11:06:30.000000000 +0200
@@ -123,6 +123,9 @@ hostprogs-y := conf qconf gconf kxgettex
ifeq ($(MAKECMDGOALS),menuconfig)
+ifeq ($(findstring mconf,$(MAKECMDGOALS)),mconf)
ifeq ($(MAKECMDGOALS),xconfig)
@@ -181,8 +184,8 @@ $(obj)/.tmp_qtcheck:
if [ -z "$$dir" ]; then \
- echo "* Unable to find the QT3 installation. Please make sure that"; \
- echo "* the QT3 development package is correctly installed and"; \
+ echo "* Unable to find the QT installation. Please make sure that"; \
+ echo "* the QT development package is correctly installed and"; \
echo "* either install pkg-config or set the QTDIR environment"; \
echo "* variable to the correct location."; \
diff -rduNp config.new.oorig/conf.c config.new/conf.c
--- config.new.oorig/conf.c 2008-04-07 11:03:28.000000000 +0200
+++ config.new/conf.c 2008-04-07 11:06:30.000000000 +0200
@@ -545,7 +545,7 @@ int main(int ac, char **av)
@@ -560,11 +560,11 @@ int main(int ac, char **av)
if (stat(".config", &tmpstat)) {
- "*** You have not yet configured your kernel!\n"
- "*** (missing kernel .config file)\n"
+ "*** You have not yet configured Buildroot!\n"
+ "*** (missing .config file)\n"
"*** Please run some configurator (e.g. \"make oldconfig\" or\n"
- "*** \"make menuconfig\" or \"make xconfig\").\n"
+ "*** \"make menuconfig\" or \"make config\").\n"
@@ -607,7 +607,7 @@ int main(int ac, char **av)
} else if (conf_get_changed()) {
name = getenv("KCONFIG_NOSILENTUPDATE");
- fprintf(stderr, _("\n*** Kernel configuration requires explicit update.\n\n"));
+ fprintf(stderr, _("\n*** Buildroot configuration requires explicit update.\n\n"));
@@ -618,12 +618,12 @@ int main(int ac, char **av)