Small comm implementatin from Rob Sullivan. Needed to build perl.
This commit is contained in:
@ -113,6 +113,9 @@
|
||||
#ifdef CONFIG_CMP
|
||||
APPLET(cmp, cmp_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_COMM
|
||||
APPLET(comm, comm_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
#ifdef CONFIG_CP
|
||||
APPLET(cp, cp_main, _BB_DIR_BIN, _BB_SUID_NEVER)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user