diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-07 00:00:41 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-07 00:00:41 +0000 |
commit | ac0918c7225afb17411a7aebf3daa7a168783977 (patch) | |
tree | 9cce79828d095723b075d355303451e55accd7bf /openwrt/package/l2tpd/Makefile | |
parent | 9ec297403310d8f280f65078494a6fc1063adc22 (diff) |
Fix l2tpd blocking on read from ppp childs (closes: #455)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3597 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/l2tpd/Makefile')
-rw-r--r-- | openwrt/package/l2tpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/l2tpd/Makefile b/openwrt/package/l2tpd/Makefile index 0af0c09f4..fa1a0f948 100644 --- a/openwrt/package/l2tpd/Makefile +++ b/openwrt/package/l2tpd/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=l2tpd PKG_VERSION:=0.70pre PKG_UPSTREAM_VERSION:=0.70-pre20031121 -PKG_RELEASE:=2.1 +PKG_RELEASE:=3.1 PKG_MD5SUM:=3f2707b6e16a8cb72e7bf64f574202fa PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/l2tpd |