2013/9/27 Sergej Pupykin <[email protected]>: > package/kernel/switch/ marked as !LINUX_3_10. > > Should I use another ethernet switch driver?
Yes, a PHY based driver using swconfig API. For BCM* switches (BCM5325, BCM53115, BCM53125, etc.) there is already b53 driver. If you happen to have a ADM switch, there isn't driver for that hardware yet. The problem with "switch" driver was it was using own API (/proc/...) and we needed a bcm47xx specific scripts to support it (translate UCI to that own API). That's why we switched to b53 driver. -- Rafał _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
