[OpenWrt-Devel] [PATCH]ramips:support Lenovo AC1200 Wireless router

Roman Yeryomin leroi.lists at gmail.com
Thu Jul 24 11:14:56 EDT 2014


On 24 July 2014 17:04, Lintel Huang <lintel.huang at gmail.com> wrote:
>
> Today, Lenovo released a new product,an 11ac wireless router base MTK's
> mt7620a + mt7612e evaluation board.
> It has Two GE ports(RTL8211E) and 4 FE ports(Internal switch),256MByte DDR2,
> 3xUSB 2.0.
> This patch will make openwrt support it.

sounds interesting

> @@ -254,7 +260,8 @@ ramips_setup_macs()
>          wan_mac=$(macaddr_add "$lan_mac" 1)
>          ;;
>
> -    wr8305rt)
> +    wr8305rt | \
> +    ac1200)
>          lan_mac=$(mtd_get_mac_binary factory 4)
>          wan_mac=$(macaddr_add "$lan_mac" 1)
>          ;;

Could you define ethernet mtd-mac-address in dts?
Then it would be covered by default case here.
I'm trying to cleanup ramips target a bit...

> +CONFIG_ICPLUS_PHY=y
> +CONFIG_MARVELL_PHY=y
> +CONFIG_RA_NAT_NONE=y

what are these for?


Regards,
Roman
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list