summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zconfig.h b/zconfig.h
index 1b63cf2..696628c 100755
--- a/zconfig.h
+++ b/zconfig.h
@@ -57,7 +57,7 @@
/* We now use the linux kernel config to detect which options to use */
/* You can still override them below */
-#ifdef CONFIG_HDLC
+#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)
#define CONFIG_ZAPATA_NET
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,20)
#define CONFIG_OLD_HDLC_API