Skip to content
Snippets Groups Projects
Verified Commit e8743d62 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse: Committed by Karel Koci
Browse files

configs/common/busybox: Enable $RANDOM

This enables pseudorandom generator and dynamic variable "$RANDOM". It
will be quite useful and we wouldn't need to come with something crazy.
parent bf9457c4
1 merge request!130configs/common/busybox: Enable $RANDOM
......@@ -42,3 +42,4 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_DIFF_DIR=y
CONFIG_BUSYBOX_CONFIG_STAT=y
CONFIG_BUSYBOX_CONFIG_FEATURE_STAT_FORMAT=y
CONFIG_BUSYBOX_CONFIG_FEATURE_STAT_FILESYSTEM=y
CONFIG_BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT=y
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment