diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-21 05:05:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-21 05:05:17 +0000 |
commit | 376003bbbecec11fff581710b9f48795fe04c7a6 (patch) | |
tree | 803b55b8d936503983800387222156da13d241f3 /util-linux | |
parent | 5bb2fc2dc1c2239e2f593a69a47ef315cf21c0d9 (diff) | |
download | busybox-w32-376003bbbecec11fff581710b9f48795fe04c7a6.tar.gz busybox-w32-376003bbbecec11fff581710b9f48795fe04c7a6.tar.bz2 busybox-w32-376003bbbecec11fff581710b9f48795fe04c7a6.zip |
build system: move misplaced config entry for script applet
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 869ec61d5..8b5bf751c 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -717,6 +717,12 @@ config RTCWAKE | |||
717 | help | 717 | help |
718 | Enter a system sleep state until specified wakeup time. | 718 | Enter a system sleep state until specified wakeup time. |
719 | 719 | ||
720 | config SCRIPT | ||
721 | bool "script" | ||
722 | default n | ||
723 | help | ||
724 | The script makes typescript of terminal session. | ||
725 | |||
720 | config SETARCH | 726 | config SETARCH |
721 | bool "setarch" | 727 | bool "setarch" |
722 | default n | 728 | default n |