diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-14 22:22:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-14 22:22:46 +0000 |
commit | 5193e7db6659d6ea95f9d303d747c97aee7a512f (patch) | |
tree | 66f14d01ae73781d551bad2e8efc5ee560206988 /openwrt/package/freeradius/Makefile | |
parent | f09edf92bfbcda95e9c19937f5e751e24c09c1a0 (diff) | |
download | mtk-20170518-5193e7db6659d6ea95f9d303d747c97aee7a512f.zip mtk-20170518-5193e7db6659d6ea95f9d303d747c97aee7a512f.tar.gz mtk-20170518-5193e7db6659d6ea95f9d303d747c97aee7a512f.tar.bz2 |
Update to new upstream release (v1.0.3) Add some mirror URLs Split patches
SVN-Revision: 1244
Diffstat (limited to 'openwrt/package/freeradius/Makefile')
-rw-r--r-- | openwrt/package/freeradius/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/openwrt/package/freeradius/Makefile b/openwrt/package/freeradius/Makefile index 9615922..b9ea127 100644 --- a/openwrt/package/freeradius/Makefile +++ b/openwrt/package/freeradius/Makefile @@ -3,11 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freeradius -PKG_VERSION:=1.0.2 -PKG_RELEASE:=2 -PKG_MD5SUM:=f5dfce4efbb03bbc47ceae08270a875e +PKG_VERSION:=1.0.3 +PKG_RELEASE:=1 +PKG_MD5SUM:=7fe6732fa69ff4351f51d69212e89bb6 -PKG_SOURCE_URL:=ftp://ftp.freeradius.org/pub/radius/ +PKG_SOURCE_URL:=ftp://ftp.freeradius.org/pub/radius/ \ + http://freeradius.portal-to-web.de/ \ + ftp://ftp.uk.freeradius.org/pub/radius/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |