Browse Source

ar71xx: enable ar7240 switch support on the UBNT NanoStation M Fixes broadcast frames on the second ethernet MAC

Signed-off-by: Alexander Couzens <[email protected]>

SVN-Revision: 24723
Felix Fietkau 15 years ago
parent
commit
6acfae9379
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/ar71xx/files/arch/mips/ar71xx/mach-ubnt.c

+ 1 - 0
target/linux/ar71xx/files/arch/mips/ar71xx/mach-ubnt.c

@@ -282,6 +282,7 @@ static void __init ubnt_nano_m_setup(void)
 {
 	ubnt_m_setup();
 
+	ar71xx_eth1_data.has_ar7240_switch = 1;
 	ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
 	ar71xx_eth1_data.speed = SPEED_1000;
 	ar71xx_eth1_data.duplex = DUPLEX_FULL;