mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Per comment from Ross Miller, update to ppp-2.4.1 final rather
than a no-longer-present beta version
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
# pppd
|
# 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_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_CAT:=zcat
|
||||||
PPPD_BINARY:=pppd/pppd
|
PPPD_BINARY:=pppd/pppd
|
||||||
PPPD_TARGET_BINARY:=usr/sbin/pppd
|
PPPD_TARGET_BINARY:=usr/sbin/pppd
|
||||||
|
|||||||
Reference in New Issue
Block a user