diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 15:41:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 15:41:31 +0000 |
commit | 61e9ba342f23e340cad156f830601fe4013c32a3 (patch) | |
tree | 33ca7e66b057fd321cf790ed63b023b1c12636a5 /openwrt/package/ppp/Makefile | |
parent | 51a383c7c3b4a93789ba5f447e396be488c6e74f (diff) | |
download | mtk-20170518-61e9ba342f23e340cad156f830601fe4013c32a3.zip mtk-20170518-61e9ba342f23e340cad156f830601fe4013c32a3.tar.gz mtk-20170518-61e9ba342f23e340cad156f830601fe4013c32a3.tar.bz2 |
make pppoe init script re-read nvram settings before restarting pppd
SVN-Revision: 519
Diffstat (limited to 'openwrt/package/ppp/Makefile')
-rw-r--r-- | openwrt/package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/Makefile b/openwrt/package/ppp/Makefile index 046d47b..e42a37a 100644 --- a/openwrt/package/ppp/Makefile +++ b/openwrt/package/ppp/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME := ppp PKG_VERSION := 2.4.3 -PKG_RELEASE := 3 +PKG_RELEASE := 4 PKG_MD5SUM := 848f6c3cafeb6074ffeb293c3af79b7c PKG_SOURCE_SITE := ftp://ftp.samba.org/pub/ppp/ |