"kernel config" -> "busybox config"
suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
diff --git a/Makefile b/Makefile
index 1fc6fce..f13c8b6 100644
--- a/Makefile
+++ b/Makefile
@@ -898,7 +898,7 @@
 
 modules modules_install: FORCE
 	@echo
-	@echo "The present kernel configuration has modules disabled."
+	@echo "The present busybox configuration has modules disabled."
 	@echo "Type 'make config' and enable loadable module support."
 	@echo "Then build a kernel with module support enabled."
 	@echo