summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 10:54:38 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-06-19 11:58:03 +0200
commit8133d06faa217410b470a2750951c478d3330182 (patch)
tree7f0dc2b570c0267297df2befbaf2d7ae3f8c4f09
parent808a7ea2eb535a21ab5170d5334da8dff9b3ad81 (diff)
downloadptxdist-8133d06faa217410b470a2750951c478d3330182.tar.gz
ptxdist-8133d06faa217410b470a2750951c478d3330182.tar.xz
dhcp: fix help text due to generic -> projectroot migration
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/dhcp.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/dhcp.in b/rules/dhcp.in
index f2b920c1b..924882bf9 100644
--- a/rules/dhcp.in
+++ b/rules/dhcp.in
@@ -34,7 +34,7 @@ config DHCP_DHCPD_CONF
Installs (if present) the "./projectroot/etc/dhcpd.conf"
file from your workspace, otherwise a generic one from the
ptxdist installation
- ("<PTXDIST>/generic/etc/dhcpd.conf").
+ ("<PTXDIST>/projectroot/etc/dhcpd.conf").
config DHCP_CLIENT
@@ -54,7 +54,7 @@ config DHCP_DHCLIENT_CONF
Installs (if present) the "./projectroot/etc/dhclient.conf"
file from your workspace, otherwise a generic one from the
ptxdist installation
- ("<PTXDIST>/generic/etc/dhclient.conf").
+ ("<PTXDIST>/projectroot/etc/dhclient.conf").
config DHCP_DHCLIENT_SCRIPT
bool "Install /etc/dhclient-script"
@@ -63,7 +63,7 @@ config DHCP_DHCLIENT_SCRIPT
Installs (if present) the "./projectroot/etc/dhclient-script"
file from your workspace, otherwise a generic one from the
ptxdist installation
- ("<PTXDIST>/generic/etc/dhclient-script").
+ ("<PTXDIST>/projectroot/etc/dhclient-script").
endif