diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-19 14:09:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-19 14:09:27 +0000 |
commit | a5d0879de78fb3568344c4ea190cb70e3233587e (patch) | |
tree | 00250c6755d352fbe80440c65316de829654cd62 /package/ppp/Makefile | |
parent | 4815de3f265b68bd956984fb128299f00e703acf (diff) | |
download | upstream-a5d0879de78fb3568344c4ea190cb70e3233587e.tar.gz upstream-a5d0879de78fb3568344c4ea190cb70e3233587e.tar.bz2 upstream-a5d0879de78fb3568344c4ea190cb70e3233587e.zip |
ppp: use service_kill()
SVN-Revision: 23088
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 8670dca132..f24ddb6d9c 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:=10 +PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |