X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fapplets.h;h=f3b5f3d1c7c2fe2b487c1b81f02de20450463e34;hb=ef8cd3be17f0be6017af50f70e09093f5908c7c3;hp=1119a9ea66cfa646d4b2ad61b12f8236461c8e49;hpb=8f3bc4ce52448a6d1c188055d6920e5bb05334b1;p=oweals%2Fbusybox.git diff --git a/include/applets.h b/include/applets.h index 1119a9ea6..f3b5f3d1c 100644 --- a/include/applets.h +++ b/include/applets.h @@ -508,6 +508,9 @@ #ifdef CONFIG_SED APPLET(sed, sed_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_SEQ + APPLET(seq, seq_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_SETKEYCODES APPLET(setkeycodes, setkeycodes_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif @@ -553,6 +556,9 @@ #ifdef CONFIG_SYNC APPLET(sync, sync_main, _BB_DIR_BIN, _BB_SUID_NEVER) #endif +#ifdef CONFIG_SYSCTL + APPLET(sysctl, sysctl_main, _BB_DIR_SBIN, _BB_SUID_NEVER) +#endif #ifdef CONFIG_SYSLOGD APPLET(syslogd, syslogd_main, _BB_DIR_SBIN, _BB_SUID_NEVER) #endif @@ -679,4 +685,3 @@ }; #endif -