diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2016-02-25 21:54:39 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2016-02-25 21:54:39 +0000 |
commit | 93b2c06e2f884e075a442f8cb92c6a4082a0f9a2 (patch) | |
tree | db0f84829c686fff7d7ad360755b4e79c226abc4 /target/linux/uml/patches-4.4/102-pseudo-random-mac.patch | |
parent | 2f0e835f370e3ac5c36ca7621f10b99694b2918d (diff) | |
download | master-187ad058-93b2c06e2f884e075a442f8cb92c6a4082a0f9a2.tar.gz master-187ad058-93b2c06e2f884e075a442f8cb92c6a4082a0f9a2.tar.bz2 master-187ad058-93b2c06e2f884e075a442f8cb92c6a4082a0f9a2.zip |
kernel: update kernel 4.4 to version 4.4.3
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48783 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/patches-4.4/102-pseudo-random-mac.patch')
-rw-r--r-- | target/linux/uml/patches-4.4/102-pseudo-random-mac.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/uml/patches-4.4/102-pseudo-random-mac.patch b/target/linux/uml/patches-4.4/102-pseudo-random-mac.patch index 57598f9964..fc54f603c0 100644 --- a/target/linux/uml/patches-4.4/102-pseudo-random-mac.patch +++ b/target/linux/uml/patches-4.4/102-pseudo-random-mac.patch @@ -11,7 +11,7 @@ Applies to vanilla kernel 3.9.4. =============================================================================== --- a/arch/um/Kconfig.net +++ b/arch/um/Kconfig.net -@@ -21,6 +21,19 @@ +@@ -21,6 +21,19 @@ config UML_NET enable at least one of the following transport options to actually make use of UML networking. @@ -47,7 +47,7 @@ Applies to vanilla kernel 3.9.4. #define DRIVER_NAME "uml-netdev" static DEFINE_SPINLOCK(opened_lock); -@@ -295,11 +302,47 @@ +@@ -295,11 +302,47 @@ static void uml_net_user_timer_expire(un #endif } @@ -95,7 +95,7 @@ Applies to vanilla kernel 3.9.4. if (str == NULL) goto random; -@@ -340,9 +383,26 @@ +@@ -340,9 +383,26 @@ static void setup_etheraddr(struct net_d return; random: |