diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-09-26 21:23:53 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-09-26 21:23:53 +0000 |
commit | 80574578ec9794f58bd98c1d31fba52c617cb03c (patch) | |
tree | 633a9ec8ccfa6cd59b53894d8b5fb5cd1f09534a /target/linux/generic-2.6/patches-2.6.31 | |
parent | 00eeac51a01cc78346ef51356eb7f03ee48357a0 (diff) | |
download | upstream-80574578ec9794f58bd98c1d31fba52c617cb03c.tar.gz upstream-80574578ec9794f58bd98c1d31fba52c617cb03c.tar.bz2 upstream-80574578ec9794f58bd98c1d31fba52c617cb03c.zip |
small fixes mostly for kernel 2.6.31
- libsas needs symbols from scsi_transport_sas
- autoload line in pppoe was missing
- rfkill-input does not exist in kernel 2.6.31
- password for download server of r8101 changed
- r8101 and siit do not build with kernel 2.6.31
- fix build of net sched esfq
SVN-Revision: 17752
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.31')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.31/200-sched_esfq.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.31/200-sched_esfq.patch b/target/linux/generic-2.6/patches-2.6.31/200-sched_esfq.patch index f72c0e3705..fb28e90858 100644 --- a/target/linux/generic-2.6/patches-2.6.31/200-sched_esfq.patch +++ b/target/linux/generic-2.6/patches-2.6.31/200-sched_esfq.patch @@ -268,7 +268,7 @@ + break; + } + default: -+ info.dst = (u32)(unsigned long)skb->dst; ++ info.dst = (u32)(unsigned long)skb_dst(skb); + info.src = (u32)(unsigned long)skb->sk; + info.proto = skb->protocol; + } |