projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] busybox: implement ms static routes option in udhcpc (#6435)
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-2.6.32
/
990-backport.patch
diff --git
a/target/linux/ar71xx/patches-2.6.32/990-backport.patch
b/target/linux/ar71xx/patches-2.6.32/990-backport.patch
index
2c1c75c
..
78b6c79
100644
(file)
--- a/
target/linux/ar71xx/patches-2.6.32/990-backport.patch
+++ b/
target/linux/ar71xx/patches-2.6.32/990-backport.patch
@@
-1,6
+1,6
@@
--- a/drivers/net/ag71xx/ag71xx_main.c
+++ b/drivers/net/ag71xx/ag71xx_main.c
--- a/drivers/net/ag71xx/ag71xx_main.c
+++ b/drivers/net/ag71xx/ag71xx_main.c
-@@ -68
5,6 +685,7 @@ static netdev_tx_t ag71xx_hard_start_xmi
+@@ -68
6,6 +686,7 @@ err_drop:
static int ag71xx_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
{
static int ag71xx_do_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
{
@@
-8,7
+8,7
@@
struct ag71xx *ag = netdev_priv(dev);
int ret;
struct ag71xx *ag = netdev_priv(dev);
int ret;
-@@ -71
6,7 +717
,7 @@ static int ag71xx_do_ioctl(struct net_de
+@@ -71
7,7 +718
,7 @@ static int ag71xx_do_ioctl(struct net_de
if (ag->phy_dev == NULL)
break;
if (ag->phy_dev == NULL)
break;
This page took
0.025431 seconds
and
4
git commands to generate.