libremesh / lime-packages

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

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

Closed ilario closed 3 months ago

ilario commented 4 months 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 4 months ago

@G10h4ck pls check if the changes are ok

G10h4ck commented 3 months ago

Great. Thanks!

ilario commented 3 months ago

Picked to branch 2024.1 https://github.com/libremesh/lime-packages/tree/2024.1