build system: move misplaced config entry for script applet
This commit is contained in:
parent
5bb2fc2dc1
commit
376003bbbe
@ -437,11 +437,11 @@ config RX
|
|||||||
help
|
help
|
||||||
Receive files using the Xmodem protocol.
|
Receive files using the Xmodem protocol.
|
||||||
|
|
||||||
config SCRIPT
|
config SETSID
|
||||||
bool "script"
|
bool "setsid"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
The script makes typescript of terminal session.
|
setsid runs a program in a new session
|
||||||
|
|
||||||
config STRINGS
|
config STRINGS
|
||||||
bool "strings"
|
bool "strings"
|
||||||
@ -450,12 +450,6 @@ config STRINGS
|
|||||||
strings prints the printable character sequences for each file
|
strings prints the printable character sequences for each file
|
||||||
specified.
|
specified.
|
||||||
|
|
||||||
config SETSID
|
|
||||||
bool "setsid"
|
|
||||||
default n
|
|
||||||
help
|
|
||||||
setsid runs a program in a new session
|
|
||||||
|
|
||||||
config TASKSET
|
config TASKSET
|
||||||
bool "taskset"
|
bool "taskset"
|
||||||
default n
|
default n
|
||||||
|
@ -717,6 +717,12 @@ config RTCWAKE
|
|||||||
help
|
help
|
||||||
Enter a system sleep state until specified wakeup time.
|
Enter a system sleep state until specified wakeup time.
|
||||||
|
|
||||||
|
config SCRIPT
|
||||||
|
bool "script"
|
||||||
|
default n
|
||||||
|
help
|
||||||
|
The script makes typescript of terminal session.
|
||||||
|
|
||||||
config SETARCH
|
config SETARCH
|
||||||
bool "setarch"
|
bool "setarch"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user