summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/networking/iproute.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/busybox/networking/iproute.c')
-rw-r--r--release/src/router/busybox/networking/iproute.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/release/src/router/busybox/networking/iproute.c b/release/src/router/busybox/networking/iproute.c
deleted file mode 100644
index d049a87c..00000000
--- a/release/src/router/busybox/networking/iproute.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * ip.c "ip" utility frontend.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
- *
- * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
- *
- *
- * Changes:
- *
- * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses
- */
-
-#include "./libiproute/utils.h"
-#include "./libiproute/ip_common.h"
-
-#include "busybox.h"
-
-int iproute_main(int argc, char **argv)
-{
- ip_parse_common_args(&argc, &argv);
-
- return do_iproute(argc-1, argv+1);
-}