From 35031a5dafcd01840c706fc26215244d8d173345 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 6 Jun 2010 10:51:52 +0000 Subject: orion: Update Orion in trunk to kernel 2.6.34. Was flashed on WRT350Nv2, booted and is running for several days. Closes #7405 Thank you maddes for your patch. SVN-Revision: 21682 --- target/linux/orion/patches/300-skb_cb_align.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 target/linux/orion/patches/300-skb_cb_align.patch (limited to 'target/linux/orion/patches/300-skb_cb_align.patch') diff --git a/target/linux/orion/patches/300-skb_cb_align.patch b/target/linux/orion/patches/300-skb_cb_align.patch deleted file mode 100644 index 3fefa4d..0000000 --- a/target/linux/orion/patches/300-skb_cb_align.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/include/linux/skbuff.h -+++ b/include/linux/skbuff.h -@@ -332,7 +332,7 @@ struct sk_buff { - * want to keep them across layers you have to do a skb_clone() - * first. This is owned by whoever has the skb queued ATM. - */ -- char cb[48]; -+ char cb[48] __attribute__((aligned(8))); - #if defined(CONFIG_IMQ) || defined(CONFIG_IMQ_MODULE) - void *cb_next; - #endif -- cgit v1.1