Changeset 1255a41 in freewrt


Ignore:
Timestamp:
Oct 4, 2007, 3:41:05 PM (18 years ago)
Author:
Dirk Nehring <dnehring@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
56bb70d
Parents:
d47a4f0
Message:

Reenable PPP multilink

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@3585 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/ppp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/ppp/Makefile

    rd47a4f0 r1255a41  
    99PKG_NAME:=              ppp
    1010PKG_VERSION:=           2.4.3
    11 PKG_RELEASE:=           10
     11PKG_RELEASE:=           11
    1212PKG_MD5SUM:=            848f6c3cafeb6074ffeb293c3af79b7c
    1313
  • 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.linux
    2 --- ppp-2.4.3-orig/pppd/Makefile.linux  2004-11-13 13:02:22.000000000 +0100
    3 +++ ppp-2.4.3-3/pppd/Makefile.linux     2004-12-16 04:43:41.000000000 +0100
    4 @@ -48,19 +48,19 @@
     1diff -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 @@
    55 # Uncomment the next line to include support for PPP packet filtering.
    66 # This requires that the libpcap library and headers be installed
     
    1111 # Uncomment the next line to enable multilink PPP (enabled by default)
    1212 # 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 @@
    1714 # Uncomment the next line to enable the TDB database (enabled by default.)
    1815 # If you enable multilink, then TDB is automatically enabled also.
Note: See TracChangeset for help on using the changeset viewer.