summaryrefslogtreecommitdiffstats
path: root/rules/busybox.make
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2010-06-02 08:37:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-02 11:45:02 +0200
commit81ebe805697ceec4a8150a303ee30b08911a2b79 (patch)
tree4d96ed781876a24f8a2becc05b098b8475a495c2 /rules/busybox.make
parent4c98f0ab66dbdb762e2bdbf068fcabafe1473369 (diff)
downloadptxdist-81ebe805697ceec4a8150a303ee30b08911a2b79.tar.gz
ptxdist-81ebe805697ceec4a8150a303ee30b08911a2b79.tar.xz
[busybox] Install /etc/mdev.conf if PTXCONF_BUSYBOX_FEATURE_MDEV_CONF is enabled
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Diffstat (limited to 'rules/busybox.make')
-rw-r--r--rules/busybox.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/busybox.make b/rules/busybox.make
index bf2eb2bfb..d1f1cf03a 100644
--- a/rules/busybox.make
+++ b/rules/busybox.make
@@ -144,6 +144,10 @@ endif # PTXCONF_INITMETHOD_BBINIT
# # config files
# #
+ifdef PTXCONF_BUSYBOX_FEATURE_MDEV_CONF
+ @$(call install_alternative, busybox, 0, 0, 0644, /etc/mdev.conf)
+endif
+
ifdef PTXCONF_BUSYBOX_UDHCPC
@$(call install_alternative, busybox, 0, 0, 0754, /etc/udhcpc.script)
@$(call install_link, busybox, ../../../etc/udhcpc.script, /usr/share/udhcpc/default.script)