[OpenWrt-Devel] [PATCH] [packages] util-linux: add blockdev

2014-08-03 Thread Matthew M. Dean
From: Matthew M. Dean Adds blockdev from the util-linux package to the menuconfig. The busybox blockdev does not support functions like setting read-ahead. Signed-off-by: Matthew M. Dean --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -128,6 +128,17 @@ define

[OpenWrt-Devel] [PATCH] Newer mdadm 3.3.2

2014-11-30 Thread Matthew M. Dean
Existing mdadm is from May 18th 2012. 3.3.x now allows backup and restoration of the metadata and thousands of other commits. Signed-off-by: Matthew M. Dean === --- a/package/utils/mdadm/Makefile (revision 43446) +++ b/package

[OpenWrt-Devel] [Patch] Newer e2fsprogs

2014-11-30 Thread Matthew M. Dean
Because the existing e2fsprogs is ~3 years old. Signed-off-by: Matthew M. Dean === --- a/package/utils/e2fsprogs/Makefile (revision 43446) +++ b/package/utils/e2fsprogs/Makefile (working copy) @@ -8,8 +8,8 @@ include $(TOPDIR

Re: [OpenWrt-Devel] [PATCH] Newer mdadm 3.3.2

2014-11-30 Thread Matthew M. Dean
lternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but On Sun, Nov 30, 2014 at 9:41 PM, John Crispin wrote: > Hi, > > the patches that you sent are all whitespace broken. please fix and > resend. > > John > > On 01/12/2014 00:38, Matthew M. Dean wr

Re: [OpenWrt-Devel] [Patch] Newer e2fsprogs

2014-11-30 Thread Matthew M. Dean
h (revision 43446) +++ /package/utils/e2fsprogs/patches/002-no_malloc_h.patch (working copy) @@ -1,10 +0,0 @@ a/util/symlinks.c -+++ b/util/symlinks.c -@@ -8,7 +8,6 @@ - #endif - #include - #include --#include - #include - #include - #include On Sun, Nov 30, 2014 at 5:15 PM, Matthew M. Dean

[OpenWrt-Devel] [PATCH] Mark libnet-1.1.x as broken

2014-12-04 Thread Matthew M. Dean
libnet-1.1.x fails to compile with -Werror=format-security. Instead of adding PKG_CHECK_FORMAT_SECURITY and ignoring potential security vulnerabilities and marked fixed, it should be marked as broken. Signed-off-by: Matthew M. Dean diff --git a/libs/libnet-1.1.x/Makefile b/libs/libnet-1.1.x

[OpenWrt-Devel] [PATCH] disable mips16 for mysql and postgresql

2013-11-03 Thread Matthew M. Dean
)/rules.mk PKG_NAME:=postgresql PKG_VERSION:=9.0.1 PKG_RELEASE:=4 +PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=\ Signed-off-by: Matthew M. Dean ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https