arge(4): flip this on for AR9344 SoCs.
I couldn't test arge0->arge1 bridging, only arge0 VLAN bridging. The DIR-825C1 only hooks up arge0 to the switch GMAC0 and so you need to abuse VLANs to test. Tested: * DIR-825C1 (AR9344)
This commit is contained in:
parent
fc2b053656
commit
141a008498
@ -655,6 +655,9 @@ arge_attach(device_t dev)
|
||||
switch (ar71xx_soc) {
|
||||
case AR71XX_SOC_AR9330:
|
||||
case AR71XX_SOC_AR9331:
|
||||
case AR71XX_SOC_AR9341:
|
||||
case AR71XX_SOC_AR9342:
|
||||
case AR71XX_SOC_AR9344:
|
||||
case AR71XX_SOC_QCA9556:
|
||||
case AR71XX_SOC_QCA9558:
|
||||
/* Arbitrary alignment */
|
||||
|
Loading…
x
Reference in New Issue
Block a user