diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-08 22:48:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-08 22:48:05 +0000 |
commit | 72de194d1633e52b4000d9021e35a30716cfb21a (patch) | |
tree | d6dda648dc86a8cbb99be512be1b4bb98c312fce /package/ppp/Makefile | |
parent | ec11af20f6bfeee7f9deeb7225c47a5027b919c3 (diff) | |
download | mtk-20170518-72de194d1633e52b4000d9021e35a30716cfb21a.zip mtk-20170518-72de194d1633e52b4000d9021e35a30716cfb21a.tar.gz mtk-20170518-72de194d1633e52b4000d9021e35a30716cfb21a.tar.bz2 |
package/ppp: use new service wrappers
SVN-Revision: 28868
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 ed69210..0c40090 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.5 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |