diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-07 18:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-07 18:40:07 +0000 |
commit | 822ec89c5588ea9152ffd597a7ac178de4029ae6 (patch) | |
tree | 371ad371335516d3cb2f1f3c6ce139b100a14e42 /packages/ppp/ppp_2.4.1.bb | |
parent | 5f5a2bd538f995cfdf20d3c3243b23ad863c707d (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/07 19:30:59+01:00 dyndns.org!reenoo
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded
2005/01/07 19:30:19+01:00 dyndns.org!reenoo
vlc-gpe: s/faad/faad2/ in DEPENDS
2005/01/07 18:58:21+01:00 (none)!br1
ppp-dsl: activate replacedefaultroute
2005/01/07 18:55:17+01:00 (none)!br1
ppp: add "replacedefaultroute" (cifdefroute.dif) patch
BKrev: 41ded787DDaUtSAyr6c7FIuwHOenjg
Diffstat (limited to 'packages/ppp/ppp_2.4.1.bb')
-rw-r--r-- | packages/ppp/ppp_2.4.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/ppp/ppp_2.4.1.bb b/packages/ppp/ppp_2.4.1.bb index 7f4e58e107..44d99f588a 100644 --- a/packages/ppp/ppp_2.4.1.bb +++ b/packages/ppp/ppp_2.4.1.bb @@ -2,11 +2,12 @@ SECTION = "console/network" DESCRIPTION = "Point-to-Point Protocol (PPP) daemon" HOMEPAGE = "http://samba.org/ppp/" LICENSE = "BSD GPLv2" -PR = "r4" +PR = "r5" SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-2.4.1.tar.gz \ file://pppd.patch;patch=1 \ file://man.patch;patch=1 \ + file://cifdefroute.dif;patch=1 \ file://pon \ file://poff \ file://init \ |