summaryrefslogtreecommitdiffstats
path: root/rules/host-ckermit.make
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-11-11 10:43:54 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-11-11 10:43:54 +0000
commit6591cab3e2a158b98998174c4293b94293aa54bf (patch)
tree6ee57a30c37d2c23aaed5a057741351e25012882 /rules/host-ckermit.make
parent8c6520e03aa571201a920ffb1158cbf9be431aac (diff)
downloadptxdist-6591cab3e2a158b98998174c4293b94293aa54bf.tar.gz
ptxdist-6591cab3e2a158b98998174c4293b94293aa54bf.tar.xz
* tests: add boot and connect
* tests: add possibility to use rfc2217 as serial (comport-over-telnet) * ckermit: use latest version and patch for moxa git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9104 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-ckermit.make')
-rw-r--r--rules/host-ckermit.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/host-ckermit.make b/rules/host-ckermit.make
index dfcdc3cc3..92ef32445 100644
--- a/rules/host-ckermit.make
+++ b/rules/host-ckermit.make
@@ -17,10 +17,12 @@ HOST_PACKAGES-$(PTXCONF_HOST_CKERMIT) += host-ckermit
#
# Paths and names
#
-HOST_CKERMIT_VERSION := 211
+# FIXME: siwtch back to columbia.edu as soon there is a stable release again (will this ever happen?)
+HOST_CKERMIT_VERSION := 212-dev27
HOST_CKERMIT := cku$(HOST_CKERMIT_VERSION)
HOST_CKERMIT_SUFFIX := tar.gz
-HOST_CKERMIT_URL := http://www.columbia.edu/kermit/ftp/archives/$(HOST_CKERMIT).$(HOST_CKERMIT_SUFFIX)
+HOST_CKERMIT_URL := http://www.pengutronix.de/software/ptxdist/temporary-src/$(HOST_CKERMIT).$(HOST_CKERMIT_SUFFIX)
+#HOST_CKERMIT_URL := http://www.columbia.edu/kermit/ftp/archives/$(HOST_CKERMIT).$(HOST_CKERMIT_SUFFIX)
HOST_CKERMIT_SOURCE := $(SRCDIR)/$(HOST_CKERMIT).$(HOST_CKERMIT_SUFFIX)
HOST_CKERMIT_DIR := $(HOST_BUILDDIR)/$(HOST_CKERMIT)