Commit cb7e99c1 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

microcom: upstream missing, mark as deprecated

People should use the busybox version these days anyway.
parent 0f33cd88
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_MICROCOM
	depends on BR2_DEPRECATED
	bool "microcom"
	help
	  A minicom-like serial terminal emulator with scripting support.
+1 −1
Original line number Diff line number Diff line
@@ -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)