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 | 23751dd7ecca49e5028cab4273619e3a4db74aa9 (patch) | |
tree | 59566df0d64f203d66af8b37aea0c35f186d4d7c /package/ppp/Makefile | |
parent | 6e0c8a6f0ab9508f5e0851a52808a1e0d833ccd5 (diff) |
make pppoe init script re-read nvram settings before restarting pppd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@519 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 046d47beb0..e42a37a76e 100644 --- a/package/ppp/Makefile +++ b/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/ |