summaryrefslogtreecommitdiffstats
path: root/rules/initmethod-bbinit.make
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2012-07-30 18:32:55 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-09-03 17:26:24 +0200
commiteb2d9e63ae110b7f3069307ee89a4d281f12d118 (patch)
treebc441fcf0b2edf79da332130397a2b84db9d1877 /rules/initmethod-bbinit.make
parentdd9f9b65cba46edfb3348c306529e9008c4d54e9 (diff)
downloadptxdist-eb2d9e63ae110b7f3069307ee89a4d281f12d118.tar.gz
ptxdist-eb2d9e63ae110b7f3069307ee89a4d281f12d118.tar.xz
initmethod-bbinit: add more empty folders for ifupdown
After upgrading to busybox v1.20.1 ifupdown complains about two missing folders if-pre-down.d and if-post-up.d. This patch just adds two lines for creating those empty folders. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/initmethod-bbinit.make')
-rw-r--r--rules/initmethod-bbinit.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/initmethod-bbinit.make b/rules/initmethod-bbinit.make
index b71d1af4d..f59c32105 100644
--- a/rules/initmethod-bbinit.make
+++ b/rules/initmethod-bbinit.make
@@ -60,8 +60,10 @@ ifdef PTXCONF_INITMETHOD_BBINIT_ETC_INITD_NETWORKING
@$(call install_alternative, initmethod-bbinit, 0, 0, 0644, /etc/network/interfaces, n)
@$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-down.d)
@$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-up.d)
+ @$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-pre-down.d)
@$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-post-down.d)
@$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-pre-up.d)
+ @$(call install_copy, initmethod-bbinit, 0, 0, 0755, /etc/network/if-post-up.d)
endif
ifdef PTXCONF_INITMETHOD_BBINIT_ETC_INITD_RT_SET_BANDWIDTH