move microcom to miscutils
This commit is contained in:
parent
f588f70b91
commit
23856ab8e6
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user