Browse Source

busybox: Updated (1.20.2 -> 1.21.1)

stable/0.6
Christian Wiese 11 years ago
parent
commit
9f47d2c367
  1. 4
      base/busybox/busybox.desc
  2. 14
      base/busybox/dietlibc.patch

4
base/busybox/busybox.desc

@ -29,7 +29,7 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 1.20.2 [V] 1.21.1
[P] X -?---5---9 107.000 [P] X -?---5---9 107.000
[D] 38526958 busybox-1.20.2.tar.bz2 http://busybox.net/downloads/ [D] 4015610088 busybox-1.21.1.tar.bz2 http://busybox.net/downloads/

14
base/busybox/dietlibc.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../busybox/dietlibc.patch # Filename: package/.../busybox/dietlibc.patch
# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2008 - 2013 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -14,15 +14,15 @@
# version. # version.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
--- ./networking/libiproute/iplink.c.orig 2008-09-13 23:21:55.000000000 -0400 --- a/networking/libiproute/iplink.c 2013-12-22 10:54:01.996120050 +0100
+++ ./networking/libiproute/iplink.c 2008-09-13 23:29:07.000000000 -0400 +++ b/networking/libiproute/iplink.c 2013-12-22 10:54:54.025299335 +0100
@@ -10,7 +10,9 @@ @@ -5,7 +5,9 @@
//#include <sys/ioctl.h> * Licensed under GPLv2 or later, see file LICENSE in this source tree.
//#include <sys/socket.h> */
#include <net/if.h> #include <net/if.h>
+#ifndef __dietlibc__ +#ifndef __dietlibc__
#include <net/if_packet.h> #include <net/if_packet.h>
+#endif +#endif
#include <netpacket/packet.h> #include <netpacket/packet.h>
#include <net/ethernet.h> #include <netinet/if_ether.h>

Loading…
Cancel
Save