diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-22 20:51:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-22 20:51:41 +0000 |
commit | 23856ab8e6805538f907dcf032a0168676df0d90 (patch) | |
tree | 8cb15ef5b68d2681ba75e1af7e8439359d1a8a6a /util-linux | |
parent | f588f70b91f7d4b36bf7c3b7010d2b583b574c12 (diff) | |
download | busybox-w32-23856ab8e6805538f907dcf032a0168676df0d90.tar.gz busybox-w32-23856ab8e6805538f907dcf032a0168676df0d90.tar.bz2 busybox-w32-23856ab8e6805538f907dcf032a0168676df0d90.zip |
move microcom to miscutils
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 6 | ||||
-rw-r--r-- | util-linux/Kbuild | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 7d8e94890..107382f51 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -305,12 +305,6 @@ config FEATURE_MDEV_LOAD_FIRMWARE | |||
305 | /lib/firmware/ and if it exists, send it to the kernel for | 305 | /lib/firmware/ and if it exists, send it to the kernel for |
306 | loading into the hardware. | 306 | loading into the hardware. |
307 | 307 | ||
308 | config MICROCOM | ||
309 | bool "microcom" | ||
310 | default n | ||
311 | help | ||
312 | The poor man's minicom utility for chatting with serial port devices. | ||
313 | |||
314 | config MKSWAP | 308 | config MKSWAP |
315 | bool "mkswap" | 309 | bool "mkswap" |
316 | default n | 310 | default n |
diff --git a/util-linux/Kbuild b/util-linux/Kbuild index 8f3138a87..cc1d0e05d 100644 --- a/util-linux/Kbuild +++ b/util-linux/Kbuild | |||
@@ -30,4 +30,3 @@ lib-$(CONFIG_SETARCH) +=setarch.o | |||
30 | lib-$(CONFIG_SWAPONOFF) +=swaponoff.o | 30 | lib-$(CONFIG_SWAPONOFF) +=swaponoff.o |
31 | lib-$(CONFIG_SWITCH_ROOT) +=switch_root.o | 31 | lib-$(CONFIG_SWITCH_ROOT) +=switch_root.o |
32 | lib-$(CONFIG_UMOUNT) +=umount.o | 32 | lib-$(CONFIG_UMOUNT) +=umount.o |
33 | lib-$(CONFIG_MICROCOM) +=microcom.o | ||