busybox/networking
Eric Andersen 0f08e53535 Patch from Lars Kellogg-Stedman:
I'm building BusyBox using a development kit for MontaVista Hardhat Linux
(PPC) -- which, at least in this instance, is based around kernel 2.2.14.
I've had to massage a few files in networking/libiproute/ to make it
compile.  Specifically:

  (1) Added a #include <sys/uio.h> for the iovec structure in
      libnetlink.c,

  (2) Put ifdefs in ll_types.c and ll_proto.c around various
      constants (ETH_P_xxx and ARPHRD_xxx) that weren't defined,

  (3) Make do_changename() in iplink.c require a kernel >=
      2.4.0 -- the ifr structure in my environment doesn't
      have the ifr_name attribute.  I've assumed this is
      a kernel dependency -- let me know if I ought to be
      checking something else.

      In the absence of the correct kernel, do_changename()
      always returns 0.

Attached is a patch against the current CVS that will make these changes.

-- Lars
2003-06-20 09:05:00 +00:00
..
libiproute Patch from Lars Kellogg-Stedman: 2003-06-20 09:05:00 +00:00
udhcp Add missing pieces from vodz' last_patch88 2003-06-14 02:57:53 +00:00
arping.c Major coreutils update. 2003-03-19 09:13:01 +00:00
Config.in Vodz, last_patch_86 2003-05-26 14:07:50 +00:00
ftpgetput.c Major coreutils update. 2003-03-19 09:13:01 +00:00
hostname.c Major coreutils update. 2003-03-19 09:13:01 +00:00
httpd.c Vodz, last_patch_88 2003-06-10 17:22:49 +00:00
ifconfig.c Vodz, last_patch_86 2003-05-26 14:07:50 +00:00
ifupdown.c Patch from Lars Kellogg-Stedman, lars at larsshack.org, to 2003-06-05 19:37:01 +00:00
inetd.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ip.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ipaddr.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
ipcalc.c Major coreutils update. 2003-03-19 09:13:01 +00:00
iplink.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iproute.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
iptunnel.c Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank 2002-12-01 23:04:06 +00:00
Makefile Completely rework the config system so that it no longer annoys me to work on 2002-04-12 12:05:57 +00:00
Makefile.in New applet, inetd, make httpd features more configurable, update authors, last_patch_80 2003-02-09 06:51:14 +00:00
nameif.c Major coreutils update. 2003-03-19 09:13:01 +00:00
nc.c Major coreutils update. 2003-03-19 09:13:01 +00:00
netstat.c Major coreutils update. 2003-03-19 09:13:01 +00:00
nslookup.c Major coreutils update. 2003-03-19 09:13:01 +00:00
ping6.c Patch from Russell Coker: 2003-05-22 07:10:22 +00:00
ping.c Major coreutils update. 2003-03-19 09:13:01 +00:00
route.c Major coreutils update. 2003-03-19 09:13:01 +00:00
telnet.c Major coreutils update. 2003-03-19 09:13:01 +00:00
telnetd.c Patch from Steven Scholz to fix telnetd compile problem 2003-04-25 12:32:37 +00:00
tftp.c Major coreutils update. 2003-03-19 09:13:01 +00:00
traceroute.c Major coreutils update. 2003-03-19 09:13:01 +00:00
vconfig.c Major coreutils update. 2003-03-19 09:13:01 +00:00
wget.c Major coreutils update. 2003-03-19 09:13:01 +00:00