diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 13:21:06 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-07-01 13:21:06 +0000 |
commit | 96f8c15a36dbdde14df63e2e7dfea7a819716428 (patch) | |
tree | fe53bc1a1631dfd020746d97fea1de756b26f5e0 /target/linux/generic/patches-3.10/655-increase_skb_pad.patch | |
parent | 7e19bb1854415df8fb65c017a0d2d64fd6a83bd1 (diff) | |
download | mtk-20170518-96f8c15a36dbdde14df63e2e7dfea7a819716428.zip mtk-20170518-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.gz mtk-20170518-96f8c15a36dbdde14df63e2e7dfea7a819716428.tar.bz2 |
kernel: update linux 3.10 to 3.10 final
3.10 final is out, so refresh patches and add md5sum.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37116
Diffstat (limited to 'target/linux/generic/patches-3.10/655-increase_skb_pad.patch')
-rw-r--r-- | target/linux/generic/patches-3.10/655-increase_skb_pad.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.10/655-increase_skb_pad.patch b/target/linux/generic/patches-3.10/655-increase_skb_pad.patch index d109371..b1a0fb7 100644 --- a/target/linux/generic/patches-3.10/655-increase_skb_pad.patch +++ b/target/linux/generic/patches-3.10/655-increase_skb_pad.patch @@ -1,6 +1,6 @@ --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h -@@ -1847,7 +1847,7 @@ static inline int pskb_network_may_pull( +@@ -1848,7 +1848,7 @@ static inline int pskb_network_may_pull( * NET_IP_ALIGN(2) + ethernet_header(14) + IP_header(20/40) + ports(8) */ #ifndef NET_SKB_PAD |