forked from Ivasoft/openwrt
ramips: fix mac addresses on the DIR-300/600 boards
SVN-Revision: 29471
This commit is contained in:
@@ -61,6 +61,13 @@ ramips_setup_macs()
|
||||
wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 1)
|
||||
;;
|
||||
|
||||
dir-300-b1 |\
|
||||
dir-300-b2 |\
|
||||
dir-600-b1)
|
||||
lan_mac=$(ramips_get_mac_binary devdata 16388)
|
||||
wan_mac=$(/usr/sbin/maccalc add "$lan_mac" 1)
|
||||
;;
|
||||
|
||||
nbg-419n)
|
||||
lan_mac=$(ramips_get_mac_binary factory 4)
|
||||
wan_mac=$(ramips_get_mac_binary factory 40)
|
||||
|
||||
Reference in New Issue
Block a user