diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-07 07:52:18 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-04-07 07:52:18 +0000 |
commit | b08b21158c4dd6f882d94f850ce578e5d1227b33 (patch) | |
tree | dce27682160dfa38280de3c6396943c017766ca5 | |
parent | 4de0c1bb185fe185e2c219dccf9f1abb96e5a0f6 (diff) | |
download | drakx-b08b21158c4dd6f882d94f850ce578e5d1227b33.tar drakx-b08b21158c4dd6f882d94f850ce578e5d1227b33.tar.gz drakx-b08b21158c4dd6f882d94f850ce578e5d1227b33.tar.bz2 drakx-b08b21158c4dd6f882d94f850ce578e5d1227b33.tar.xz drakx-b08b21158c4dd6f882d94f850ce578e5d1227b33.zip |
Don't compile hande_hid when compiling in NETWORK_STANDALONE mode
-rw-r--r-- | mdk-stage1/stage1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 2c7bfdc83..fda30d233 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -243,6 +243,7 @@ static void handle_pcmcia(void) } #endif +#ifndef ENABLE_NETWORK_STANDALONE static void handle_hid(void) { struct hid_entries entry_list; @@ -259,7 +260,6 @@ static void handle_hid(void) /************************************************************ */ -#ifndef ENABLE_NETWORK_STANDALONE static void method_select_and_prepare(void) { enum return_type results; |