aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox/udhcpc.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/busybox: let udhcpc background if there are no leaseNatanael Copa2017-05-231-0/+36
We need to prevent ifup get stuck forever if there are no lease so we add -b to udhcp opts. To give users a way to disable this, we patch udhcpc to only respect -b flag if -n is not given.