# HG changeset patch # User attila # Date 1154184818 0 # Node ID a7e5d72343e5927d88af84a03298fdbb9b4aab7e # Parent d18fa9b85287585e5da469d003b0d550cc81acc5 disable dha kernelhelper support by default. gets rid of an error message that confuses users diff -r d18fa9b85287 -r a7e5d72343e5 libdha/config.h --- a/libdha/config.h Sat Jul 29 14:47:24 2006 +0000 +++ b/libdha/config.h Sat Jul 29 14:53:38 2006 +0000 @@ -5,7 +5,7 @@ #ifdef TARGET_LINUX #ifndef __powerpc__ -#define CONFIG_DHAHELPER +//#define CONFIG_DHAHELPER #endif #endif