Closed pony1k closed 3 months ago
I start thinking that we have to abandon OpenWrt 22 and previous ones, as shared-state-async is not possible to compile on them. And $RANDOM is available on OpenWrt 23 (https://github.com/libremesh/lime-packages/issues/800#issuecomment-1522950082) so we should eliminate random_numgen at some point and use only $RANDOM. Do you agree?
I agree. I can see no reason to use OpenWrt 22 or earlier on new installations.
These two scripts add lines to crontab that use ash
$RANDOM
, which does not work in OpenWrt 19.07 to OpenWrt 22.03.Are these cronjobs still needed? Should they be repaired?