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

View File

@ -305,12 +305,6 @@ config FEATURE_MDEV_LOAD_FIRMWARE
/lib/firmware/ and if it exists, send it to the kernel for
loading into the hardware.
config MICROCOM
bool "microcom"
default n
help
The poor man's minicom utility for chatting with serial port devices.
config MKSWAP
bool "mkswap"
default n

View File

@ -30,4 +30,3 @@ lib-$(CONFIG_SETARCH) +=setarch.o
lib-$(CONFIG_SWAPONOFF) +=swaponoff.o
lib-$(CONFIG_SWITCH_ROOT) +=switch_root.o
lib-$(CONFIG_UMOUNT) +=umount.o
lib-$(CONFIG_MICROCOM) +=microcom.o