diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index b1425fa81..6f1295a30 100644 --- a/include/applets.h +++ b/include/applets.h @@ -142,6 +142,9 @@ #ifdef CONFIG_DELUSER APPLET(deluser, deluser_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_DEVFSD + APPLET(devfsd, devfsd_main, _BB_DIR_SBIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_DF APPLET(df, df_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif |