diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:16:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 07:16:54 +0000 |
commit | 518fb1a488ccdfb1337388dd3913ef2344755826 (patch) | |
tree | 604445e07f8e73b5a3ebb21c81b4a16ef582c3f5 /target/linux/atheros/patches-2.6.25/150-bridge-printk.patch | |
parent | b0b3bc5f009249df74c13ec0dc6087cf1943b318 (diff) | |
download | mtk-20170518-518fb1a488ccdfb1337388dd3913ef2344755826.zip mtk-20170518-518fb1a488ccdfb1337388dd3913ef2344755826.tar.gz mtk-20170518-518fb1a488ccdfb1337388dd3913ef2344755826.tar.bz2 |
refresh kernel patches
SVN-Revision: 11197
Diffstat (limited to 'target/linux/atheros/patches-2.6.25/150-bridge-printk.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.25/150-bridge-printk.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-2.6.25/150-bridge-printk.patch b/target/linux/atheros/patches-2.6.25/150-bridge-printk.patch index ffff0cd..8fd3dac 100644 --- a/target/linux/atheros/patches-2.6.25/150-bridge-printk.patch +++ b/target/linux/atheros/patches-2.6.25/150-bridge-printk.patch @@ -1,7 +1,7 @@ -Index: linux-2.6.25.1/net/core/dev.c +Index: linux-2.6.25.4/net/core/dev.c =================================================================== ---- linux-2.6.25.1.orig/net/core/dev.c -+++ linux-2.6.25.1/net/core/dev.c +--- linux-2.6.25.4.orig/net/core/dev.c ++++ linux-2.6.25.4/net/core/dev.c @@ -3755,8 +3755,8 @@ int register_netdevice(struct net_device /* Fix illegal SG+CSUM combinations. */ if ((dev->features & NETIF_F_SG) && |