diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-30 22:40:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-30 22:40:32 +0000 |
commit | eb98be02ac246690f35bb8029c7c405a6f1ed67b (patch) | |
tree | 0fdacb1a262ce583d2b1dd5d857e27becfdd0b8b /Makefile | |
parent | 93f6aa6bca1621fc5bce8f543e3e0b3a0be01378 (diff) | |
download | busybox-w32-eb98be02ac246690f35bb8029c7c405a6f1ed67b.tar.gz busybox-w32-eb98be02ac246690f35bb8029c7c405a6f1ed67b.tar.bz2 busybox-w32-eb98be02ac246690f35bb8029c7c405a6f1ed67b.zip |
"kernel config" -> "busybox config"
suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -898,7 +898,7 @@ else # CONFIG_MODULES | |||
898 | 898 | ||
899 | modules modules_install: FORCE | 899 | modules modules_install: FORCE |
900 | @echo | 900 | @echo |
901 | @echo "The present kernel configuration has modules disabled." | 901 | @echo "The present busybox configuration has modules disabled." |
902 | @echo "Type 'make config' and enable loadable module support." | 902 | @echo "Type 'make config' and enable loadable module support." |
903 | @echo "Then build a kernel with module support enabled." | 903 | @echo "Then build a kernel with module support enabled." |
904 | @echo | 904 | @echo |