From 288cad1c2e401e5dfbd029b95f62ca05c85d3d61 Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 14 Jan 2008 11:25:08 +0100 Subject: * Up to 0.3.2 * Add HAVE_USB to config.mk - Now is possible to build a usb-less version of the flasher (only for unpacking and so, offline operations) * Refactor varname. Avoid portability problems: - reboot -> moboreboot --- src/console.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/console.c') diff --git a/src/console.c b/src/console.c index 3aa406c..d03343c 100644 --- a/src/console.c +++ b/src/console.c @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#if HAVE_USB #include "main.h" #include "query.h" #include @@ -164,3 +165,4 @@ int console_prompt() return 0; } +#endif -- cgit v1.2.3