New applet, seq. No options, just the basics.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user