diff options
author | Ron Yorston <rmy@pobox.com> | 2016-11-29 11:26:45 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-11-29 11:26:45 +0000 |
commit | bb8d79eadbba1942dbdb9f9cee5c47833afe269f (patch) | |
tree | b8c517e9ca895d60d7227aef7177b6291df5e2cd /networking/route.c | |
parent | 9fa1e4990e655a85025c9d270a1606983e375e47 (diff) | |
parent | 7d877fc9312a742b06125927bb1d34bd35398c6c (diff) | |
download | busybox-w32-bb8d79eadbba1942dbdb9f9cee5c47833afe269f.tar.gz busybox-w32-bb8d79eadbba1942dbdb9f9cee5c47833afe269f.tar.bz2 busybox-w32-bb8d79eadbba1942dbdb9f9cee5c47833afe269f.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'networking/route.c')
-rw-r--r-- | networking/route.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/networking/route.c b/networking/route.c index 102a6ec67..7dc2b5a3d 100644 --- a/networking/route.c +++ b/networking/route.c | |||
@@ -24,6 +24,16 @@ | |||
24 | * Rewritten to fix several bugs, add additional error checking, and | 24 | * Rewritten to fix several bugs, add additional error checking, and |
25 | * remove ridiculous amounts of bloat. | 25 | * remove ridiculous amounts of bloat. |
26 | */ | 26 | */ |
27 | //config:config ROUTE | ||
28 | //config: bool "route" | ||
29 | //config: default y | ||
30 | //config: select PLATFORM_LINUX | ||
31 | //config: help | ||
32 | //config: Route displays or manipulates the kernel's IP routing tables. | ||
33 | |||
34 | //applet:IF_ROUTE(APPLET(route, BB_DIR_SBIN, BB_SUID_DROP)) | ||
35 | |||
36 | //kbuild:lib-$(CONFIG_ROUTE) += route.o | ||
27 | 37 | ||
28 | //usage:#define route_trivial_usage | 38 | //usage:#define route_trivial_usage |
29 | //usage: "[{add|del|delete}]" | 39 | //usage: "[{add|del|delete}]" |