From 53cc0dbef7235cf2f61dee2c1367e30f689c1417 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens <hauke@hauke-m.de> Date: Wed, 27 May 2009 18:06:38 +0000 Subject: Add buildfix for kernel 2.6.21 SVN-Revision: 16117 --- target/linux/generic-2.6/patches-2.6.21/990-buildfix.patch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 target/linux/generic-2.6/patches-2.6.21/990-buildfix.patch (limited to 'target/linux/generic-2.6/patches-2.6.21/990-buildfix.patch') diff --git a/target/linux/generic-2.6/patches-2.6.21/990-buildfix.patch b/target/linux/generic-2.6/patches-2.6.21/990-buildfix.patch new file mode 100644 index 0000000..9b3152d --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.21/990-buildfix.patch @@ -0,0 +1,7 @@ +--- a/scripts/mod/sumversion.c ++++ b/scripts/mod/sumversion.c +@@ -1,3 +1,4 @@ ++#include <linux/limits.h> + #include <netinet/in.h> + #ifdef __sun__ + #include <inttypes.h> -- cgit v1.1