Browse Source

Merge pull request #10835 from TDT-AG/pr/20191219-net-tools-route

net-tools: add route utility
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
67a95d4984
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 15 deletions
  1. +0
    -10
      net/mii-tool/patches/001-mii-tool-4.9-compatibility.patch
  2. +27
    -5
      net/net-tools/Makefile

+ 0
- 10
net/mii-tool/patches/001-mii-tool-4.9-compatibility.patch View File

@ -1,10 +0,0 @@
--- a/iptunnel.c 2016-07-10 20:15:29.000000000 +0200
+++ b/iptunnel.c 2017-10-19 19:51:09.172782821 +0200
@@ -26,7 +26,6 @@
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
-#include <netinet/ip.h>
#include <arpa/inet.h>
#include <net/if.h>
#include <net/if_arp.h>

net/mii-tool/Makefile → net/net-tools/Makefile View File


Loading…
Cancel
Save