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 | 4bc4de5afa1ede5a19fd0dcc7080f797a1651a72 (patch) | |
tree | 639c111501e9806444e757b610c74d493af35a85 /package/ppp/Makefile | |
parent | aff855b16d7f794ac9d59cb1fff05d95021d8a30 (diff) | |
download | master-187ad058-4bc4de5afa1ede5a19fd0dcc7080f797a1651a72.tar.gz master-187ad058-4bc4de5afa1ede5a19fd0dcc7080f797a1651a72.tar.bz2 master-187ad058-4bc4de5afa1ede5a19fd0dcc7080f797a1651a72.zip |
[package] pppd: only remove own default route on shutdown (#7694)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22495 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 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/ |