From: Eric Andersen Date: Sat, 6 Mar 2004 19:35:46 +0000 (-0000) Subject: Per comment from Ross Miller, update to ppp-2.4.1 final rather X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b228a0ca962b958700d9b5de4ca2f81004c0bd13;p=buildroot.git Per comment from Ross Miller, update to ppp-2.4.1 final rather than a no-longer-present beta version --- diff --git a/make/pppd.mk b/make/pppd.mk index 217f5fae7f..a76149b9aa 100644 --- a/make/pppd.mk +++ b/make/pppd.mk @@ -3,9 +3,9 @@ # pppd # ############################################################# -PPPD_SOURCE:=ppp-2.4.1b2.tar.gz +PPPD_SOURCE:=ppp-2.4.1.tar.gz PPPD_SITE:=ftp://ftp.samba.org/pub/ppp -PPPD_DIR:=$(BUILD_DIR)/ppp-2.4.1b2 +PPPD_DIR:=$(BUILD_DIR)/ppp-2.4.1 PPPD_CAT:=zcat PPPD_BINARY:=pppd/pppd PPPD_TARGET_BINARY:=usr/sbin/pppd