diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-04 21:47:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-04 21:47:29 +0000 |
commit | 815b18051b29d4c65a4dd216e1a0fb21eed93faf (patch) | |
tree | 6d479f5c33bf69b56d4205cf152b97c3f45dc1ab /package/ppp/Makefile | |
parent | e8fe990549525eef4174c43fdb8c994fac7ef1ba (diff) | |
download | upstream-815b18051b29d4c65a4dd216e1a0fb21eed93faf.tar.gz upstream-815b18051b29d4c65a4dd216e1a0fb21eed93faf.tar.bz2 upstream-815b18051b29d4c65a4dd216e1a0fb21eed93faf.zip |
pppd: only remove own default route on shutdown (#7694)
SVN-Revision: 22495
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 e0724fffa7..168895544e 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.4 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |