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 | dc40819709f16a94de44d8d24264b6ac3e823fc9 (patch) | |
tree | 6b99cd941fb8b2c6d47099672a22c87ab89c590e /package/ppp/Makefile | |
parent | 96e5e35126ea226c526a6a8d84c8af6f70f2e074 (diff) | |
download | master-187ad058-dc40819709f16a94de44d8d24264b6ac3e823fc9.tar.gz master-187ad058-dc40819709f16a94de44d8d24264b6ac3e823fc9.tar.bz2 master-187ad058-dc40819709f16a94de44d8d24264b6ac3e823fc9.zip |
add a lot of debian fixes to ppp (should fix persist and demand, too), clean up patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1417 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 1b95a76c72..4314632838 100644 --- a/package/ppp/Makefile +++ b/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/ |