diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index e348516ea..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 @@ -682,4 +685,3 @@ }; #endif - |