ramips: set mac addresses for the NBG-419N

Based on a patch by Nerijus Baliunas <nerijus@users.sourceforge.net>

SVN-Revision: 29454
This commit is contained in:
Gabor Juhos 2011-12-05 17:27:07 +00:00
parent 750d560767
commit 5ef6ec4a31
2 changed files with 7 additions and 1 deletions

View File

@ -60,6 +60,11 @@ ramips_setup_macs()
lan_mac=$(ramips_get_mac_binary factory 4)
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)
;;
esac
[ -n $lan_mac ] && ucidef_set_interface_macaddr lan $lan_mac

View File

@ -13,7 +13,8 @@ preinit_set_mac_address() {
mac=$(maccalc or "$mac" "02:00:00:00:00:00")
ifconfig eth0 hw ether $mac 2>/dev/null
;;
hw550-3g)
hw550-3g |\
nbg-419n)
mac=$(ramips_get_mac_binary factory 40)
ifconfig eth0 hw ether $mac 2>/dev/null
;;