ramips: add Poray M4 4M/8M support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org> SVN-Revision: 37637
This commit is contained in:
@@ -75,7 +75,8 @@ preinit_set_mac_address() {
|
||||
mac=$(mtd_get_mac_binary factory 40)
|
||||
ifconfig eth0 hw ether $mac 2>/dev/null
|
||||
;;
|
||||
m3)
|
||||
m3 |\
|
||||
m4)
|
||||
mac=$(mtd_get_mac_binary factory 4)
|
||||
mac=$(macaddr_add "$mac" -1)
|
||||
ifconfig eth0 hw ether $mac 2>/dev/null
|
||||
|
||||
Reference in New Issue
Block a user