make udhcp wait for its interface to be ready

module-based-network
Daniel Barlow 2022-09-25 21:10:57 +01:00
parent 3677ab9cb3
commit a34a3ade08
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ esac
in longrun {
inherit name;
run = "${busybox}/bin/udhcpc -f -i ${interface.device} -s ${script}";
dependencies = [ interface ];
}
# lease=86400