diff options
Diffstat (limited to 'miscutils/raidautorun.c')
-rw-r--r-- | miscutils/raidautorun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/raidautorun.c b/miscutils/raidautorun.c index ecedf9ce2..caf6e0821 100644 --- a/miscutils/raidautorun.c +++ b/miscutils/raidautorun.c | |||
@@ -15,7 +15,7 @@ | |||
15 | //config: raidautorun tells the kernel md driver to | 15 | //config: raidautorun tells the kernel md driver to |
16 | //config: search and start RAID arrays. | 16 | //config: search and start RAID arrays. |
17 | 17 | ||
18 | //applet:IF_RAIDAUTORUN(APPLET(raidautorun, BB_DIR_SBIN, BB_SUID_DROP)) | 18 | //applet:IF_RAIDAUTORUN(APPLET_NOEXEC(raidautorun, raidautorun, BB_DIR_SBIN, BB_SUID_DROP, raidautorun)) |
19 | 19 | ||
20 | //kbuild:lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o | 20 | //kbuild:lib-$(CONFIG_RAIDAUTORUN) += raidautorun.o |
21 | 21 | ||