mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
* removed needless subshell calls * add memory measurements: - size of the final blocklist in MB - free memory in MB (MemAvailable from /proc/meminfo) - script max. used RAM (VmHWM from /proc/$$/status) * optimized restart logic * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>