last_patch58_2 from vodz -- add FEATURE_CPU_USAGE_PERCENTAGE option
This commit is contained in:
parent
adb058b0de
commit
1bb1e83454
@ -19,6 +19,9 @@ if [ "$CONFIG_PS" = "y" ] ; then
|
||||
fi
|
||||
bool 'renice' CONFIG_RENICE
|
||||
bool 'top' CONFIG_TOP
|
||||
if [ "$CONFIG_TOP" = "y" ] ; then
|
||||
bool ' Support show CPU usage percentage (add 2k bytes)' FEATURE_CPU_USAGE_PERCENTAGE
|
||||
fi
|
||||
bool 'uptime' CONFIG_UPTIME
|
||||
endmenu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user