update udhcp.conf to add router/subnet/broadcast

... otherwise busybox-udhcpc is not happy with it
This commit is contained in:
Harald Welte 2013-02-07 15:42:53 +01:00
parent d0d30fee99
commit 489f392cc6
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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"