summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.make
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2006-04-10 14:07:16 +0000
committerErwin Rol <erwin@erwinrol.com>2006-04-10 14:07:16 +0000
commit5d9e2ea6b0546156e91297a72211b96cf29f7dea (patch)
treed422ee32600b392acb831c33884705ed0d524e24 /rules/rootfs.make
parent8c0b9ec09bd3f5dcd97b4dd1fe23c127f38ba791 (diff)
downloadptxdist-5d9e2ea6b0546156e91297a72211b96cf29f7dea.tar.gz
ptxdist-5d9e2ea6b0546156e91297a72211b96cf29f7dea.tar.xz
fix the typo also in the comment
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5388 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs.make')
-rw-r--r--rules/rootfs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rootfs.make b/rules/rootfs.make
index a0c5a69ae..a8dbc222c 100644
--- a/rules/rootfs.make
+++ b/rules/rootfs.make
@@ -228,7 +228,7 @@ ifdef PTXCONF_ROOTFS_GENERIC_SHADOW
endif
ifdef PTXCONF_ROOTFS_GENERIC_UDHCPC
@$(call install_copy, rootfs, 0, 0, 0744, $(PTXDIST_TOPDIR)/projects-example/generic/etc/udhcpc.script,/etc/udhcpc.script, n)
- # udhcp expects the script to be called /usr/share/udhcp/default.script, so we make a link
+ # udhcp expects the script to be called /usr/share/udhcpc/default.script, so we make a link
@$(call install_link, rootfs, /etc/udhcpc.script, /usr/share/udhcpc/default.script)
endif