blob: 1c83224b8a4107cd42b060e77712b17ef1039675 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
DESCRIPTION = "dhcpcd is an RFC2131-, RFC2132-, and \
RFC1541-compliant DHCP client daemon. It gets an IP address \
and other information from the DHCP server, automatically \
configures the network interface, and tries to renew the \
lease time according to RFC2131 or RFC1541."
SRC_URI = "http://www.phystech.com/ftp/dhcpcd-${PV}.tar.gz \
file://${FILESDIR}/config_dir.patch;patch=1"
inherit autotools
|