move microcom to miscutils
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 22 Sep 2007 20:51:41 +0000 (20:51 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 22 Sep 2007 20:51:41 +0000 (20:51 -0000)
miscutils/Config.in
miscutils/Kbuild
util-linux/Config.in
util-linux/Kbuild

index 3dd2674d6153e8bc23ca6c7ed55f9ca0e458bc68..e6c65044a2dd7df954214799dc6bb747e1a99b1f 100644 (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
index b420d68e7ce2fc9c133f1484d348c7a8063b39a1..a9dc833e626451517c98d21924dd6473090f3bda 100644 (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
index 7d8e94890a7273a3c3ab9d2ae54d03acf42063b0..107382f51189c9a134f2b82d022dca43c9699fb0 100644 (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
index 8f3138a8761b1be60de91cadf18b816d60b30492..cc1d0e05d06419b71442f9f1df261ac3932c3827 100644 (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