diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-25 14:38:45 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-03-25 14:38:45 +0000 |
commit | 18679d10a134533164a8b3ef18daa68831f16aec (patch) | |
tree | 4ed4a7bdab2d39260cd091170962b054cf376fc3 /package/busybox/busybox-1.10.0-udhcp.patch | |
parent | 85f8ba8a76947074540433520c2c8855703a5b21 (diff) |
busybox: add 1.10.0 release
Diffstat (limited to 'package/busybox/busybox-1.10.0-udhcp.patch')
-rw-r--r-- | package/busybox/busybox-1.10.0-udhcp.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.10.0-udhcp.patch b/package/busybox/busybox-1.10.0-udhcp.patch new file mode 100644 index 000000000..6a73da0c5 --- /dev/null +++ b/package/busybox/busybox-1.10.0-udhcp.patch @@ -0,0 +1,15 @@ +--- busybox-1.10.0/networking/udhcp/clientsocket.c Thu Mar 20 12:46:42 2008 ++++ busybox-1.10.0-udhcp/networking/udhcp/clientsocket.c Tue Mar 25 07:04:32 2008 +@@ -22,11 +22,11 @@ + */ + + #include <features.h> ++#include <asm/types.h> + #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION) + #include <netpacket/packet.h> + #include <net/ethernet.h> + #else +-#include <asm/types.h> + #include <linux/if_packet.h> + #include <linux/if_ether.h> + #endif |