projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ramips: add support for Sitecom WL-341v3 and other Sercomm IP1006RRv2 boards
[openwrt.git]
/
target
/
linux
/
ramips
/
base-files
/
lib
/
preinit
/
06_set_iface_mac
diff --git
a/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac
b/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac
index
9a4d515
..
f6884c8
100644
(file)
--- a/
target/linux/ramips/base-files/lib/preinit/06_set_iface_mac
+++ b/
target/linux/ramips/base-files/lib/preinit/06_set_iface_mac
@@
-29,6
+29,10
@@
preinit_set_mac_address() {
mac=$(ramips_get_mac_binary factory 40)
ifconfig eth0 hw ether $mac 2>/dev/null
;;
+ wl341v3)
+ mac=$(ramips_get_mac_binary board-nvram 65440)
+ ifconfig eth0 hw ether $mac 2>/dev/null
+ ;;
esac
}
This page took
0.026464 seconds
and
4
git commands to generate.