summaryrefslogtreecommitdiffstats
path: root/rules/busybox.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-02-22 19:30:45 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-02-22 19:30:45 +0000
commitb081efeaa6aba71592c1a7f4946feb8481eee20a (patch)
treea3876ebcf16eca103cf12855425dba8d8975f322 /rules/busybox.make
parent2e878658a02ca4651673cad2f41a57f27557d6dc (diff)
downloadptxdist-b081efeaa6aba71592c1a7f4946feb8481eee20a.tar.gz
ptxdist-b081efeaa6aba71592c1a7f4946feb8481eee20a.tar.xz
* busybox: inetd.conf will be autogenerated soon
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9803 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/busybox.make')
-rw-r--r--rules/busybox.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/busybox.make b/rules/busybox.make
index c075ddf4e..efa3d9735 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -146,10 +146,6 @@ ifdef PTXCONF_BUSYBOX_CROND
@$(call install_alternative, busybox, 0, 0, 0644, /etc/cron.daily, n)
endif
-ifdef PTXCONF_BUSYBOX_INETD
- @$(call install_alternative, busybox, 0, 0, 0644, /etc/inetd.conf, n)
-endif
-
@$(call install_finish, busybox)
@$(call touch)