microcom: upstream missing, mark as deprecated

People should use the busybox version these days anyway.
This commit is contained in:
Peter Korsgaard 2009-03-02 08:33:55 +00:00
parent 0f33cd88c8
commit cb7e99c1ab
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
config BR2_PACKAGE_MICROCOM
depends on BR2_DEPRECATED
bool "microcom"
help
A minicom-like serial terminal emulator with scripting support.

View File

@ -26,7 +26,7 @@
# TARGETS
# http://microcom.port5.com/m102.tar.gz
MICROCOM_VERSION:=1.02
MICROCOM_SITE:=http://buildroot.uclibc.org/downloads/buildroot-sources/
MICROCOM_SITE:=http://buildroot.net/downloads/sources/
MICROCOM_SOURCE:=m102.tar.gz
MICROCOM_DIR:=$(BUILD_DIR)/microcom-$(MICROCOM_VERSION)