diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 18:15:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 18:15:43 +0000 |
commit | 0d31dcd7f7d3afb0d844bfb9a12414f6c26d4773 (patch) | |
tree | 4ad63702e81c113e3664818db335177128c454ca /openwrt/package/openvpn/Makefile | |
parent | ef4e05c426c2796c9d9aea9c1ba1e5c041096e62 (diff) | |
download | mtk-20170518-0d31dcd7f7d3afb0d844bfb9a12414f6c26d4773.zip mtk-20170518-0d31dcd7f7d3afb0d844bfb9a12414f6c26d4773.tar.gz mtk-20170518-0d31dcd7f7d3afb0d844bfb9a12414f6c26d4773.tar.bz2 |
add main download url for openvpn
SVN-Revision: 527
Diffstat (limited to 'openwrt/package/openvpn/Makefile')
-rw-r--r-- | openwrt/package/openvpn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openvpn/Makefile b/openwrt/package/openvpn/Makefile index d3ce065..bab2528 100644 --- a/openwrt/package/openvpn/Makefile +++ b/openwrt/package/openvpn/Makefile @@ -7,7 +7,7 @@ PKG_VERSION:=2.0_rc19 PKG_RELEASE:=1 PKG_MD5SUM:=4b3ea6815d87643a5ebdc811e87b5de3 -PKG_SOURCE_URL:=@SF/openvpn +PKG_SOURCE_URL:=http://openvpn.net/release @SF/openvpn PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_CAT:=zcat |