moved BB_BANNER to applets/version.c file: make kernel like version,

removed depend loop: busybox.h depend with BB_BT, and all sources depend with busybox.h
This commit is contained in:
"Vladimir N. Oleynik"
2006-02-16 15:40:24 +00:00
parent 21e68703ce
commit dd1ccddf1b
10 changed files with 33 additions and 19 deletions

View File

@@ -568,7 +568,7 @@ static void doSyslogd(void)
}
#endif
logMessage(LOG_SYSLOG | LOG_INFO, "syslogd started: " BB_BANNER);
logMessage(LOG_SYSLOG | LOG_INFO, "syslogd started: " "BusyBox v" BB_VER );
for (;;) {