summaryrefslogtreecommitdiff
path: root/dhcpcd/dhcpcd_1.3.22-pl4.oe
blob: b1cc990645f412aa23f5e5a24bb2d098479bdf61 (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