summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-12-04 17:22:01 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-12-04 17:22:01 +0000
commit36ce60d8329a63541ca9ca0e28aa3cbed1aff430 (patch)
tree5c12178bc7254e0366e866a33a46ba792092a8e8 /rules/rootfs.make
parent795eda8950e2790584bdecc2b58c9a7f4dec7c20 (diff)
downloadptxdist-36ce60d8329a63541ca9ca0e28aa3cbed1aff430.tar.gz
ptxdist-36ce60d8329a63541ca9ca0e28aa3cbed1aff430.tar.xz
move startupscript and link generation into the package itself
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6434 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs.make')
-rw-r--r--rules/rootfs.make13
1 files changed, 0 insertions, 13 deletions
diff --git a/rules/rootfs.make b/rules/rootfs.make
index 61f743f32..5fc5d38a4 100644
--- a/rules/rootfs.make
+++ b/rules/rootfs.make
@@ -305,19 +305,6 @@ endif
endif
# -----------------------------------------------------------------------------
-# FIXME: Move this into dropbear's packet!
-ifdef PTXCONF_ROOTFS_ETC_INITD_DROPBEAR
- @$(call install_copy, rootfs, 0, 0, 0755, \
- $(PTXDIST_TOPDIR)/generic/etc/init.d/dropbear, \
- /etc/init.d/dropbear, n)
-
-ifneq ($(PTXCONF_ROOTFS_ETC_INITD_DROPBEAR_LINK),"")
- @$(call install_link, rootfs, ../init.d/dropbear, \
- /etc/rc.d/$(PTXCONF_ROOTFS_ETC_INITD_DROPBEAR_LINK))
-endif
-endif
-
-# -----------------------------------------------------------------------------
# FIXME: Move this into SSH's packet!
ifdef PTXCONF_ROOTFS_ETC_INITD_SSHD
@$(call install_copy, rootfs, 0, 0, 0755, \