summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-11-12 10:55:58 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-11-12 10:55:58 +0000
commit2d5cf3db1fa9fca9778d81b84b5e0ce8e114e125 (patch)
tree0152aebe9f28738afc2f1773315493b029f02222 /rules
parent30e3b5997b420db5a0ae8f8b49b2b87b263d7040 (diff)
downloadptxdist-2d5cf3db1fa9fca9778d81b84b5e0ce8e114e125.tar.gz
ptxdist-2d5cf3db1fa9fca9778d81b84b5e0ce8e114e125.tar.xz
build in right order
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6311 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/rootfs.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rootfs.make b/rules/rootfs.make
index f3999c123..b15d724f5 100644
--- a/rules/rootfs.make
+++ b/rules/rootfs.make
@@ -185,9 +185,9 @@ rootfs_targetinstall: $(STATEDIR)/rootfs.targetinstall
$(STATEDIR)/rootfs.targetinstall: $(rootfs_targetinstall_deps_default) \
rootfs_sub_start_ipkg \
rootfs_sub_populate_structure \
+ populate_init.d_scripts \
populate_config_files \
- populate_inetd_conf \
- populate_init.d_scripts
+ populate_inetd_conf
@$(call install_finish, rootfs)