From dd1ccddf1b33972966760857092eb9b659b7a40a Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Thu, 16 Feb 2006 15:40:24 +0000 Subject: 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 --- include/busybox.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/busybox.h') diff --git a/include/busybox.h b/include/busybox.h index 9fb95036e..18f9dd56e 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -21,11 +21,7 @@ #error "Sorry, this libc version is not supported :(" #endif -#ifndef BB_EXTRA_VERSION -#define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")" -#else -#define BB_BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")" -#endif +extern const char BB_BANNER[]; #include -- cgit v1.2.3