On 24 July 2014 17:04, Lintel Huang <[email protected]> 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 [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
