blob: 3c3c742b33275b8852efaae839f09af656f94b7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require dhcp3.inc
SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-3.0-history/dhcp-${PV}.tar.gz \
file://noattrmode.patch;patch=1 \
file://fixincludes.patch;patch=1 \
file://useless-use-of-bash.patch;patch=1 \
file://dhclient-script-exit-status.dpatch;patch=1 \
file://dhcp-3.0.3-dhclient-dbus.patch;patch=1;pnum=0 \
file://init-relay file://default-relay \
file://init-server file://default-server \
file://dhclient.conf file://dhcpd.conf"
PR = "${INC_PR}.0"
|