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:
@@ -52,6 +52,9 @@ get_status_led() {
|
||||
hw550-3g)
|
||||
status_led="hw550-3g:green:status"
|
||||
;;
|
||||
m3)
|
||||
status_led="m3:blue:status"
|
||||
;;
|
||||
mofi3500-3gn)
|
||||
status_led="mofi3500-3gn:green:status"
|
||||
;;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user