summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-02 00:19:57 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-01-02 00:19:57 +0000
commit1219484a4be98af4efb911a11c59ffbb2a18d600 (patch)
tree42f8738090bd83e6187b762b1a6d6e5db2630737
parenta202682ca5a9f1de7fd2be66ebd08e4def8eb192 (diff)
fix for linux 2.4.20 (bug #3186)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@529 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-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)