From 4aca87515a5083ae0e31ce3177189fd43b6d05ac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 3 Jan 2015 13:58:15 +0100 Subject: patch to Vanilla Tomato 1.28 --- release/src/router/busybox/networking/iproute.c | 27 ------------------------- 1 file changed, 27 deletions(-) delete mode 100644 release/src/router/busybox/networking/iproute.c (limited to 'release/src/router/busybox/networking/iproute.c') 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, - * - * - * Changes: - * - * Rani Assaf 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); -} -- cgit v1.2.3-54-g00ecf