mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 06:04:31 +04: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>