Browse Source

linux: Updated (3.14.17 -> 3.18.5)

master
Nagy Karoly Gabriel 10 years ago
parent
commit
429b344120
  1. 24
      base/linux/eth-naming.patch
  2. 8
      base/linux/linux.desc

24
base/linux/eth-naming.patch

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../linux/eth-naming.patch
# Copyright (C) 2015 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -14,18 +15,6 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -ur linux-2.6.16/drivers/net/wireless/airo.c linux-2.6.16/drivers/net/wireless-unified/airo.c
--- linux-2.6.16/drivers/net/wireless/airo.c 2006-03-20 06:53:29.000000000 +0100
+++ linux-2.6.16/drivers/net/wireless-unified/airo.c 2006-06-06 17:25:52.000000000 +0200
@@ -2659,7 +2659,7 @@
struct net_device *ethdev)
{
int err;
- struct net_device *dev = alloc_netdev(0, "wifi%d", wifi_setup);
+ struct net_device *dev = alloc_netdev(0, "eth%d", wifi_setup);
if (!dev)
return NULL;
dev->priv = ethdev->priv;
diff -ur linux-2.6.16/drivers/net/wireless/hostap/hostap_hw.c linux-2.6.16/drivers/net/wireless-unified/hostap/hostap_hw.c
--- linux-2.6.16/drivers/net/wireless/hostap/hostap_hw.c 2006-03-20 06:53:29.000000000 +0100
+++ linux-2.6.16/drivers/net/wireless-unified/hostap/hostap_hw.c 2006-06-06 17:26:58.000000000 +0200
@ -42,3 +31,14 @@ diff -ur linux-2.6.16/drivers/net/wireless/hostap/hostap_hw.c linux-2.6.16/drive
#ifdef final_version
#define EXTRA_EVENTS_WTERR 0
--- linux-3.18/drivers/net/wireless/airo.c.orig 2014-12-07 23:21:05.000000000 +0100
+++ linux-3.18/drivers/net/wireless/airo.c 2015-02-11 18:36:26.014467875 +0100
@@ -2685,7 +2685,7 @@
struct net_device *ethdev)
{
int err;
- struct net_device *dev = alloc_netdev(0, "wifi%d", NET_NAME_UNKNOWN,
+ struct net_device *dev = alloc_netdev(0, "eth%d", NET_NAME_UNKNOWN,
wifi_setup);
if (!dev)
return NULL;

8
base/linux/linux.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../linux/linux.desc
[COPY] Copyright (C) 2006 - 2014 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2015 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -31,8 +31,8 @@
[L] GPL
[S] Stable
[V] 3.14.17
[V] 3.18.5
[P] X -?---5---9 110.000
[D] 1618061545 linux-3.14.tar.xz http://ftp.kernel.org/pub/linux/kernel/v3.0/
[D] 930520033 patch-3.14.17.xz http://kernel.org/pub/linux/kernel/v3.0/
[D] 3692499236 linux-3.18.tar.xz http://ftp.kernel.org/pub/linux/kernel/v3.0/
[D] 3428982911 patch-3.18.5.xz http://kernel.org/pub/linux/kernel/v3.0/

Loading…
Cancel
Save