update udhcp.conf to add router/subnet/broadcast

... otherwise busybox-udhcpc is not happy with it
hfreyther/master-next
Harald Welte 10 years ago
parent d0d30fee99
commit 489f392cc6

@ -3,3 +3,6 @@ end 10.23.24.254
interface eth1
option subnet 10.23.24.0
option router 10.23.24.1
option broadcast 10.23.24.255

@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "file://udhcpd.conf"
PR = "r2"
CONFFILES_${PN} = "${sysconfdir}/udhcpd.conf"

Loading…
Cancel
Save