summaryrefslogtreecommitdiffstats
path: root/rules/initmethod-bbinit.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-26 15:31:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-27 15:24:01 +0200
commita34de6c4b5149b09d54bb0b98c76d7c190820bb5 (patch)
treea92da77c98e9b026a664396d66f00c513eefcc81 /rules/initmethod-bbinit.make
parentc861fe3682ea0e3bda488599c0be664ff1dfc44d (diff)
downloadptxdist-a34de6c4b5149b09d54bb0b98c76d7c190820bb5.tar.gz
ptxdist-a34de6c4b5149b09d54bb0b98c76d7c190820bb5.tar.xz
[smartmontools] install rc.d link with the init script
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/initmethod-bbinit.make')
-rw-r--r--rules/initmethod-bbinit.make6
1 files changed, 0 insertions, 6 deletions
diff --git a/rules/initmethod-bbinit.make b/rules/initmethod-bbinit.make
index f3ec0dc4c..4e1bf95fd 100644
--- a/rules/initmethod-bbinit.make
+++ b/rules/initmethod-bbinit.make
@@ -221,12 +221,6 @@ ifneq ($(call remove_quotes,$(PTXCONF_INITMETHOD_BBINIT_LINK_DIBBLER_RELAY)),)
/etc/rc.d/$(PTXCONF_INITMETHOD_BBINIT_LINK_DIBBLER_RELAY))
endif
-ifneq ($(call remove_quotes,$(PTXCONF_INITMETHOD_BBINIT_SMARTD)),)
- @$(call install_link, initmethod-bbinit, \
- ../init.d/smartd, \
- /etc/rc.d/$(PTXCONF_INITMETHOD_BBINIT_SMARTD))
-endif
-
@$(call install_finish, initmethod-bbinit)
@$(call touch)