X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fmt76x8%2Fbase-files%2Fetc%2Fboard.d%2F02_network;h=408f5f5e01d858aa25b7ac41d06b917bdc3b94b4;hb=a4bf562aa71ad1e3dcffa392b79110d803a93f11;hp=1f833c1820f223888d0115995f08b4c042002431;hpb=6f692c9c497e5e60eb51da741b07ef1c10096355;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network index 1f833c1820..408f5f5e01 100644 --- a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network @@ -35,6 +35,7 @@ ramips_setup_interfaces() ucidef_set_interface_lan "eth0" ;; asus,rt-ac1200|\ + asus,rt-ac1200-v2|\ hilink,hlk-7628n|\ hilink,hlk-7688a|\ hiwifi,hc5861b|\ @@ -178,7 +179,9 @@ ramips_setup_macs() local label_mac="" case $board in - asus,rt-ac1200|\ + asus,rt-ac1200) + wan_mac=$(mtd_get_mac_binary factory 0x22) + ;; elecom,wrc-1167fs) wan_mac=$(mtd_get_mac_binary factory 0x22) label_mac=$wan_mac