summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-01-04 15:22:24 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-01-04 15:22:24 +0000
commit24801ced6747059646140aa853619fdb0eb3c46b (patch)
tree4b421a108eefa779e44c958ce82ff212f2038ff2 /rules/rootfs.make
parentba0a8f624d02e7c4a1a4182ed98df584b28a1a02 (diff)
downloadptxdist-24801ced6747059646140aa853619fdb0eb3c46b.tar.gz
ptxdist-24801ced6747059646140aa853619fdb0eb3c46b.tar.xz
typo fixed: tftp is of dgram type
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6729 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs.make')
-rw-r--r--rules/rootfs.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rootfs.make b/rules/rootfs.make
index 0f6710d34..395af6454 100644
--- a/rules/rootfs.make
+++ b/rules/rootfs.make
@@ -598,7 +598,7 @@ endif
# -----------------------------------------------------------------------------
ifdef PTXCONF_ROOTFS_GENERIC_UDHCPC
- @$(call install_copy, rootfs, 0, 0, 0744, \
+ @$(call install_copy, rootfs, 0, 0, 0754, \
$(PTXDIST_TOPDIR)/generic/etc/udhcpc.script, \
/etc/udhcpc.script, n)
# udhcp expects the script to be called /usr/share/udhcpc/default.script,
@@ -844,7 +844,7 @@ else
# add default string to start the tftpd into inetd.conf
@$(call install_replace, rootfs, /etc/inetd.conf, \
@TFTPD@, \
- "tftp stream udp wait nobody /sbin/tftpd tftpd -l @ROOT@" )
+ "tftp dgram udp wait nobody /sbin/tftpd tftpd -l @ROOT@" )
endif
# replace the base dir on demand
ifneq ($(PTXCONF_INETUTILS_TFTPD_BASE_DIR),"")