diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 15:41:31 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 15:41:31 +0000 |
commit | 70c28efe71ecf406c4a66da0fb84b07a131b17cf (patch) | |
tree | 33ca7e66b057fd321cf790ed63b023b1c12636a5 /openwrt/package/ppp/Makefile | |
parent | 4f1db6c93eb42957f37ff207b3c6f52939b14ae3 (diff) |
make pppoe init script re-read nvram settings before restarting pppd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@519 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 046d47beb..e42a37a76 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/ |