From 59736eb773c43dc39b9b6ba410a0b615a7c28993 Mon Sep 17 00:00:00 2001 From: acoul Date: Sun, 15 Aug 2010 09:53:21 +0000 Subject: package/busybox: update to busybox-1.7.1, include upstream patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22659 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/patches/920-freebsd_fixes.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/busybox/patches/920-freebsd_fixes.patch (limited to 'package/busybox/patches/920-freebsd_fixes.patch') diff --git a/package/busybox/patches/920-freebsd_fixes.patch b/package/busybox/patches/920-freebsd_fixes.patch deleted file mode 100644 index f823417ea..000000000 --- a/package/busybox/patches/920-freebsd_fixes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/include/platform.h -+++ b/include/platform.h -@@ -253,7 +253,7 @@ typedef int socklen_t; - # define HAVE_FEATURES_H - # include - # define HAVE_STDINT_H --#elif !defined __APPLE__ -+#elif !defined(__APPLE__) && !defined(__FreeBSD__) - /* Largest integral types. */ - # if BB_BIG_ENDIAN - /* Looks BROKEN! */ -- cgit v1.2.3