Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-01 01:40:32 +0300
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-01 01:40:32 +0300
commiteb98be02ac246690f35bb8029c7c405a6f1ed67b (patch)
tree0fdacb1a262ce583d2b1dd5d857e27becfdd0b8b /Makefile
parent93f6aa6bca1621fc5bce8f543e3e0b3a0be01378 (diff)
"kernel config" -> "busybox config"
suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fc6fce5b..f13c8b651 100644
--- a/Makefile
+++ b/Makefile
@@ -898,7 +898,7 @@ else # CONFIG_MODULES
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