diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-12 09:38:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-12 09:38:18 +0000 |
commit | a7382605445a9292f0df34ef1668205c5013ecdb (patch) | |
tree | a60aaa79e8582b3e378abecf745808b63d4cccc7 /openwrt/package/ppp/Makefile | |
parent | aeb0c701b3159b6289958ae297e5c55264310b74 (diff) | |
download | mtk-20170518-a7382605445a9292f0df34ef1668205c5013ecdb.zip mtk-20170518-a7382605445a9292f0df34ef1668205c5013ecdb.tar.gz mtk-20170518-a7382605445a9292f0df34ef1668205c5013ecdb.tar.bz2 |
add a lot of debian fixes to ppp (should fix persist and demand, too), clean up patches
SVN-Revision: 1417
Diffstat (limited to 'openwrt/package/ppp/Makefile')
-rw-r--r-- | openwrt/package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ppp/Makefile b/openwrt/package/ppp/Makefile index 1b95a76..4314632 100644 --- a/openwrt/package/ppp/Makefile +++ b/openwrt/package/ppp/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ppp PKG_VERSION:=2.4.3 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_MD5SUM:=848f6c3cafeb6074ffeb293c3af79b7c PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |