2
0
forked from Ivasoft/openwrt

ramips: add Poray M3 support

Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>

SVN-Revision: 37636
This commit is contained in:
John Crispin
2013-08-01 14:30:53 +00:00
parent aaedf6c8c6
commit 23d3b705df
8 changed files with 136 additions and 0 deletions

View File

@@ -226,6 +226,11 @@ ramips_setup_macs()
wan_mac=$(macaddr_add "$lan_mac" 1)
;;
m3)
lan_mac=$(mtd_get_mac_binary factory 4)
lan_mac=$(macaddr_add "$lan_mac" -1)
;;
nbg-419n | \
wcr-150gn)
lan_mac=$(mtd_get_mac_binary factory 4)