summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-27 18:06:38 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-27 18:06:38 +0000
commit8ccd126beda02afce9a1a4b19c851e51b0fa0ad6 (patch)
tree4dc2560451606d5a91ee9d5edc7cb89fa688bd3b
parentc79364f1f8d0121df5af426f30161428584b15d3 (diff)
[kernel] Add buildfix for kernel 2.6.21
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16117 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/generic-2.6/patches-2.6.21/990-buildfix.patch7
1 files changed, 7 insertions, 0 deletions
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 000000000..9b3152de0
--- /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>