ramips: set mac addresses for the NBG-419N
[openwrt.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index 9fef7d4..69b9cdf 100644 (file)
@@ -13,6 +13,11 @@ preinit_set_mac_address() {
                mac=$(maccalc or "$mac" "02:00:00:00:00:00")
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
+       hw550-3g |\
+       nbg-419n)
+               mac=$(ramips_get_mac_binary factory 40)
+               ifconfig eth0 hw ether $mac 2>/dev/null
+               ;;
        esac
 }
 
This page took 0.018695 seconds and 4 git commands to generate.