summaryrefslogtreecommitdiff
path: root/package/busybox/busybox-1.10.0-udhcp.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-04-22 09:37:22 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-04-22 09:37:22 +0000
commit7581683ef8773d827d2aa60871076f44b9386c6c (patch)
tree5895fd81456451f6a657d541394db597b0e1e2b0 /package/busybox/busybox-1.10.0-udhcp.patch
parent12ea7146cb0194953edd7814a096ae96e01744f4 (diff)
busybox: bump version
Diffstat (limited to 'package/busybox/busybox-1.10.0-udhcp.patch')
-rw-r--r--package/busybox/busybox-1.10.0-udhcp.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/busybox/busybox-1.10.0-udhcp.patch b/package/busybox/busybox-1.10.0-udhcp.patch
deleted file mode 100644
index 6a73da0c5..000000000
--- a/package/busybox/busybox-1.10.0-udhcp.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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