move microcom to miscutils

This commit is contained in:
Denis Vlasenko
2007-09-22 20:51:41 +00:00
parent f588f70b91
commit 23856ab8e6
4 changed files with 7 additions and 7 deletions

View File

@@ -276,6 +276,12 @@ config FEATURE_MAKEDEVS_TABLE
endchoice
config MICROCOM
bool "microcom"
default n
help
The poor man's minicom utility for chatting with serial port devices.
config MOUNTPOINT
bool "mountpoint"
default n

View File

@@ -17,6 +17,7 @@ lib-$(CONFIG_HDPARM) += hdparm.o
lib-$(CONFIG_LAST) += last.o
lib-$(CONFIG_LESS) += less.o
lib-$(CONFIG_MAKEDEVS) += makedevs.o
lib-$(CONFIG_MICROCOM) += microcom.o
lib-$(CONFIG_MOUNTPOINT) += mountpoint.o
lib-$(CONFIG_MT) += mt.o
lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o