mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01:20 +00:00
The chrony interface hotplug script reuses the handle_allow function from the init script to allow NTP access on interfaces specified in uci. The function requires /lib/functions/network.sh. Include the file in the hotplug script to make the function work as expected. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>