diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-03-31 19:21:13 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-03-31 19:21:13 +0000 |
commit | 35df52f89f896d1e55ab19f8fba9a8b4ace302c5 (patch) | |
tree | 75f787c00828f31f706f2d25b7b6579d86066d30 /target/linux/generic/patches-3.18 | |
parent | 17fb965d6baadc0ac6d39e7cb89954722f2ea7d2 (diff) | |
download | upstream-35df52f89f896d1e55ab19f8fba9a8b4ace302c5.tar.gz upstream-35df52f89f896d1e55ab19f8fba9a8b4ace302c5.tar.bz2 upstream-35df52f89f896d1e55ab19f8fba9a8b4ace302c5.zip |
generic/3.18: upgrade to 3.18.10
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45197
Diffstat (limited to 'target/linux/generic/patches-3.18')
-rw-r--r-- | target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch | 4 | ||||
-rw-r--r-- | target/linux/generic/patches-3.18/701-phy_extension.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch b/target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch index e8b21e5060..3f0dcd3ae2 100644 --- a/target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch +++ b/target/linux/generic/patches-3.18/643-bridge_remove_ipv6_dependency.patch @@ -52,7 +52,7 @@ int __ipv6_get_lladdr(struct inet6_dev *idev, struct in6_addr *addr, u32 banned_flags) -@@ -5434,6 +5433,9 @@ int __init addrconf_init(void) +@@ -5451,6 +5450,9 @@ int __init addrconf_init(void) ipv6_addr_label_rtnl_register(); @@ -62,7 +62,7 @@ return 0; errout: rtnl_af_unregister(&inet6_ops); -@@ -5453,6 +5455,9 @@ void addrconf_cleanup(void) +@@ -5470,6 +5472,9 @@ void addrconf_cleanup(void) struct net_device *dev; int i; diff --git a/target/linux/generic/patches-3.18/701-phy_extension.patch b/target/linux/generic/patches-3.18/701-phy_extension.patch index 6da486bb27..5c63dbec62 100644 --- a/target/linux/generic/patches-3.18/701-phy_extension.patch +++ b/target/linux/generic/patches-3.18/701-phy_extension.patch @@ -1,6 +1,6 @@ --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c -@@ -338,6 +338,50 @@ int phy_ethtool_gset(struct phy_device * +@@ -357,6 +357,50 @@ int phy_ethtool_gset(struct phy_device * } EXPORT_SYMBOL(phy_ethtool_gset); |