diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-26 23:29:03 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-27 17:34:36 +0100 |
commit | e039e689e3c4baefb4b62703429aaf86eef1bd99 (patch) | |
tree | 41d75770e7e1bb36a2662fa9c273ab4c806dc3c3 /scripts | |
parent | a48308701a4d89d7cc0d0557cfabaec94a0bb3b0 (diff) | |
download | busybox-w32-e039e689e3c4baefb4b62703429aaf86eef1bd99.tar.gz busybox-w32-e039e689e3c4baefb4b62703429aaf86eef1bd99.tar.bz2 busybox-w32-e039e689e3c4baefb4b62703429aaf86eef1bd99.zip |
wall: new applet
text data bss dec hex filename
81 0 0 81 51 miscutils/wall.o
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 797f275d1..f8a92d4c3 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -638,6 +638,7 @@ CONFIG_TIME=y | |||
638 | CONFIG_TIMEOUT=y | 638 | CONFIG_TIMEOUT=y |
639 | CONFIG_TTYSIZE=y | 639 | CONFIG_TTYSIZE=y |
640 | CONFIG_VOLNAME=y | 640 | CONFIG_VOLNAME=y |
641 | CONFIG_WALL=y | ||
641 | CONFIG_WATCHDOG=y | 642 | CONFIG_WATCHDOG=y |
642 | 643 | ||
643 | # | 644 | # |