disable verbose led changes
[openwrt.git] / obsolete-buildroot / sources / openwrt / patches / ppp / pppdump-no-deflate
1 diff -ruN ppp-2.4.1.uus.orig/pppdump/ppp-comp.h ppp-2.4.1.uus/pppdump/ppp-comp.h
2 --- ppp-2.4.1.uus.orig/pppdump/ppp-comp.h 1999-03-23 04:21:01.000000000 +0100
3 +++ ppp-2.4.1.uus/pppdump/ppp-comp.h 2003-08-09 23:54:49.000000000 +0200
4 @@ -37,6 +37,8 @@
5 #ifndef DO_BSD_COMPRESS
6 #define DO_BSD_COMPRESS 1 /* by default, include BSD-Compress */
7 #endif
8 +#undef DO_DEFLATE
9 +#define DO_DEFLATE 0
10 #ifndef DO_DEFLATE
11 #define DO_DEFLATE 1 /* by default, include Deflate */
12 #endif
This page took 0.038924 seconds and 5 git commands to generate.