summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconfig.h')
-rwxr-xr-xzconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zconfig.h b/zconfig.h
index 8052a37..b17a40e 100755
--- a/zconfig.h
+++ b/zconfig.h
@@ -71,7 +71,7 @@
/* You can still override them below */
#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)
/* #define CONFIG_ZAPATA_NET */ /* NEVER implicitly turn on ZAPATA_NET */
-#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,20)
+#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,19)
#define CONFIG_OLD_HDLC_API
#else
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)