summaryrefslogtreecommitdiffstats
path: root/rules/busybox.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-26 11:58:04 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-26 11:58:04 +0000
commitd3b3dd1ab9486c2f0fb94745465352fb65288279 (patch)
tree6add1391497d9f1dfbee7fa95fd0a40afb393db3 /rules/busybox.make
parent5aeab106734fa917abecff6cd6f579a9298f1e60 (diff)
downloadptxdist-d3b3dd1ab9486c2f0fb94745465352fb65288279.tar.gz
ptxdist-d3b3dd1ab9486c2f0fb94745465352fb65288279.tar.xz
[busybox] fix endif -> else type doh!
fixes commit 5aeab106734fa917abecff6cd6f579a9298f1e60 Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9866 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/busybox.make')
-rw-r--r--rules/busybox.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/busybox.make b/rules/busybox.make
index 4337bdcc4..6c5861ca3 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -107,7 +107,7 @@ endif
ifdef PTXCONF_BUSYBOX_TELNETD_STARTSCRIPT
@$(call install_alternative, busybox, 0, 0, 0755, /etc/init.d/telnetd, n)
-endif
+else
@$(call install_alternative, busybox, 0, 0, 0644, /etc/inetd.conf.d/telnetd, n)
endif