diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 3 | ||||
-rw-r--r-- | include/usage.h | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 2de9c9909..317344511 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -251,6 +251,9 @@ | |||
251 | #ifdef CONFIG_INSMOD | 251 | #ifdef CONFIG_INSMOD |
252 | APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | 252 | APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) |
253 | #endif | 253 | #endif |
254 | #ifdef CONFIG_IP | ||
255 | APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER) | ||
256 | #endif | ||
254 | #ifdef CONFIG_KILL | 257 | #ifdef CONFIG_KILL |
255 | APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 258 | APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
256 | #endif | 259 | #endif |
diff --git a/include/usage.h b/include/usage.h index 2d20722a9..d0aa3243f 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -977,6 +977,11 @@ | |||
977 | "\t-L\tLock to prevent simultaneous loads of a module\n" \ | 977 | "\t-L\tLock to prevent simultaneous loads of a module\n" \ |
978 | "\t-x\tdo not export externs" | 978 | "\t-x\tdo not export externs" |
979 | 979 | ||
980 | #define ip_trivial_usage \ | ||
981 | "not written yet" | ||
982 | #define ip_full_usage \ | ||
983 | "not written yet" | ||
984 | |||
980 | #define kill_trivial_usage \ | 985 | #define kill_trivial_usage \ |
981 | "[-signal] process-id [process-id ...]" | 986 | "[-signal] process-id [process-id ...]" |
982 | #define kill_full_usage \ | 987 | #define kill_full_usage \ |