libremesh / lime-packages

LibreMesh packages configuring OpenWrt for wireless mesh networking
https://libremesh.org/
GNU Affero General Public License v3.0
274 stars 94 forks source link

Stop using random-numgen, not needed in recent OpenWrt #1117

Open ilario opened 6 days ago

ilario commented 6 days ago

The random-numgen package was created in #991 as in OpenWrt 21 BusyBox did not have $RANDOM enabled by default (so it was not present in the official ImageBuilder), see #800.

But since OpenWrt 22 it is present by default, see https://github.com/openwrt/packages/pull/20728 so there is no need to use it.

Maybe we can keep the random-numgen package for a few more years and then delete it.

This commit should be picked also in the 2024.1 branch.

Fix #1075

ilario commented 1 day ago

@G10h4ck pls check if the changes are ok