aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-09-26 18:46:53 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-09-26 18:46:53 +0000
commitd5da0a6f1c99f328277b0277a762a8188e25b09e (patch)
tree3901f728cb521f0084dd9bf77caa05470b980387 /target/linux/generic-2.6
parent32e625fc9e355a3546829eed9b39d00cc9874b7d (diff)
downloadmaster-187ad058-d5da0a6f1c99f328277b0277a762a8188e25b09e.tar.gz
master-187ad058-d5da0a6f1c99f328277b0277a762a8188e25b09e.tar.bz2
master-187ad058-d5da0a6f1c99f328277b0277a762a8188e25b09e.zip
[kernel] update to 2.6.26.5 and 2.6.25.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r--target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch12
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/170-netfilter_chaostables_0.8.patch2
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch11
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/970-ocf_20080704.patch2
4 files changed, 2 insertions, 25 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch b/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch
deleted file mode 100644
index c70181c617..0000000000
--- a/target/linux/generic-2.6/patches-2.6.25/965-cdc_acm_unlock.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/drivers/usb/class/cdc-acm.c
-+++ b/drivers/usb/class/cdc-acm.c
-@@ -531,8 +531,8 @@
- tasklet_schedule(&acm->urb_task);
-
- done:
--err_out:
- mutex_unlock(&acm->mutex);
-+err_out:
- mutex_unlock(&open_mutex);
- return rv;
-
diff --git a/target/linux/generic-2.6/patches-2.6.26/170-netfilter_chaostables_0.8.patch b/target/linux/generic-2.6/patches-2.6.26/170-netfilter_chaostables_0.8.patch
index df805f5283..9c69385dfb 100644
--- a/target/linux/generic-2.6/patches-2.6.26/170-netfilter_chaostables_0.8.patch
+++ b/target/linux/generic-2.6/patches-2.6.26/170-netfilter_chaostables_0.8.patch
@@ -833,7 +833,7 @@
+MODULE_ALIAS("ipt_portscan");
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
-@@ -1553,6 +1553,8 @@
+@@ -1554,6 +1554,8 @@
return seq;
}
diff --git a/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch b/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch
deleted file mode 100644
index 51ca9746c2..0000000000
--- a/target/linux/generic-2.6/patches-2.6.26/906-pim_h_compile_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/linux/pim.h
-+++ b/include/linux/pim.h
-@@ -9,7 +9,7 @@
- __u8 pim_type:4, /* PIM message type */
- pim_ver:4; /* PIM version */
- #elif defined(__BIG_ENDIAN_BITFIELD)
-- __u8 pim_ver:4; /* PIM version */
-+ __u8 pim_ver:4, /* PIM version */
- pim_type:4; /* PIM message type */
- #endif
- __u8 pim_rsv; /* Reserved */
diff --git a/target/linux/generic-2.6/patches-2.6.26/970-ocf_20080704.patch b/target/linux/generic-2.6/patches-2.6.26/970-ocf_20080704.patch
index 627f3538af..003d28c0ca 100644
--- a/target/linux/generic-2.6/patches-2.6.26/970-ocf_20080704.patch
+++ b/target/linux/generic-2.6/patches-2.6.26/970-ocf_20080704.patch
@@ -44,7 +44,7 @@
* All of these routines try to estimate how many bits of randomness a
* particular randomness source. They do this by keeping track of the
* first and second order deltas of the event timings.
-@@ -666,6 +676,61 @@
+@@ -667,6 +677,61 @@
}
#endif