projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
omap24xx: Workaround n810 FN key issue
[openwrt.git]
/
target
/
linux
/
atheros
/
base-files
/
lib
/
preinit
/
15_preinit_iface_atheros
diff --git
a/target/linux/atheros/base-files/lib/preinit/15_preinit_iface_atheros
b/target/linux/atheros/base-files/lib/preinit/15_preinit_iface_atheros
index
9807365
..
434103e
100644
(file)
--- a/
target/linux/atheros/base-files/lib/preinit/15_preinit_iface_atheros
+++ b/
target/linux/atheros/base-files/lib/preinit/15_preinit_iface_atheros
@@
-29,5
+29,7
@@
preinit_ip_deconfig() {
-e "/sys/bus/mdio_bus/drivers/Marvell 88E6060/0:10" ]; then
vconfig rem eth0.1 2>/dev/null
ifconfig $pi_ifname down
+ elif [ -n "$pi_ifname" ]; then
+ ifconfig $pi_ifname 0.0.0.0
fi
}
This page took
0.025562 seconds
and
4
git commands to generate.