AA: ramips: fix ASUS WL-330N3G MAC address
[openwrt/svn-archive/archive.git] / target / linux / ramips / base-files / lib / preinit / 06_set_iface_mac
index eea0e5943c53a8c8ef36f42588739b540d4ecd4c..20b9a959697c83d51f4feb11718a436659442a6f 100644 (file)
@@ -8,7 +8,9 @@ preinit_set_mac_address() {
        . /lib/ramips.sh
 
        case $(ramips_board_name) in
-       3g-6200n)
+       3g-6200n |\
+       wl-330n |\
+       wl-330n3g)
                mac=$(ramips_get_mac_binary factory 4)
                ifconfig eth0 hw ether $mac 2>/dev/null
                ;;
@@ -48,11 +50,10 @@ preinit_set_mac_address() {
        hw550-3g |\
        nbg-419n |\
        omni-emb |\
+       tew-691gr |\
        tew-692gr |\
        w306r-v20 |\
        w502u    |\
-       wl-330n |\
-       wl-330n3g |\
        wr6202 |\
        xdxrn502j)
                mac=$(ramips_get_mac_binary factory 40)