testing: Fetch the FreeRADIUS tarball from the "old" directory

Fixes #483.
This commit is contained in:
Martin Willi
2014-01-31 17:51:45 +01:00
parent 1f4883008e
commit 0c5dfb741f
+1 -1
View File
@@ -3,7 +3,7 @@
PV = 2.2.1
PKG = freeradius-server-$(PV)
TAR = $(PKG).tar.bz2
SRC = ftp://ftp.freeradius.org/pub/freeradius/$(TAR)
SRC = ftp://ftp.freeradius.org/pub/freeradius/old/$(TAR)
NUM_CPUS := $(shell getconf _NPROCESSORS_ONLN)