vodz writes:
Oops... Last patch 63 have small typo (stable/devel) mixing. Attached patch removing lines from TODO also :)
This commit is contained in:
parent
f02c26f1ef
commit
72e1212ad8
2 changed files with 2 additions and 14 deletions
|
@ -107,10 +107,10 @@
|
|||
#ifdef CONFIG_CPIO
|
||||
APPLET(cpio, cpio_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef BB_CROND
|
||||
#ifdef CONFIG_CROND
|
||||
APPLET(crond, crond_main, _BB_DIR_USR_SBIN)
|
||||
#endif
|
||||
#ifdef BB_CRONTAB
|
||||
#ifdef CONFIG_CRONTAB
|
||||
APPLET(crontab, crontab_main, _BB_DIR_USR_BIN)
|
||||
#endif
|
||||
#ifdef CONFIG_CUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue