Changeset 1255a41 in freewrt
- Timestamp:
- Oct 4, 2007, 3:41:05 PM (18 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 56bb70d
- Parents:
- d47a4f0
- Location:
- package/ppp
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
patches/200-makefile.patch (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/ppp/Makefile
rd47a4f0 r1255a41 9 9 PKG_NAME:= ppp 10 10 PKG_VERSION:= 2.4.3 11 PKG_RELEASE:= 1 011 PKG_RELEASE:= 11 12 12 PKG_MD5SUM:= 848f6c3cafeb6074ffeb293c3af79b7c 13 13 -
package/ppp/patches/200-makefile.patch
rd47a4f0 r1255a41 1 diff - ruN ppp-2.4.3-orig/pppd/Makefile.linux ppp-2.4.3-3/pppd/Makefile.linux2 --- ppp-2.4.3 -orig/pppd/Makefile.linux 2004-11-13 13:02:22.000000000 +01003 +++ ppp-2.4.3 -3/pppd/Makefile.linux 2004-12-16 04:43:41.000000000 +01004 @@ -48, 19 +48,19@@1 diff -Nur ppp-2.4.3.orig/pppd/Makefile.linux ppp-2.4.3/pppd/Makefile.linux 2 --- ppp-2.4.3.orig/pppd/Makefile.linux 2004-11-13 13:02:22.000000000 +0100 3 +++ ppp-2.4.3/pppd/Makefile.linux 2007-10-04 09:12:52.000000000 +0200 4 @@ -48,7 +48,7 @@ 5 5 # Uncomment the next line to include support for PPP packet filtering. 6 6 # This requires that the libpcap library and headers be installed … … 11 11 # Uncomment the next line to enable multilink PPP (enabled by default) 12 12 # Linux distributions: Please leave multilink ENABLED in your builds 13 # of pppd! 14 -HAVE_MULTILINK=y 15 +#HAVE_MULTILINK=y 16 13 @@ -58,9 +58,9 @@ 17 14 # Uncomment the next line to enable the TDB database (enabled by default.) 18 15 # If you enable multilink, then TDB is automatically enabled also.
Note:
See TracChangeset
for help on using the changeset viewer.
