aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/dsa.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: DSA is missing a OF dependend dep for mdioJohn Crispin2016-02-161-0/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing libphy dep to DSAJohn Crispin2016-02-151-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add dsa driver supportJohn Crispin2016-02-121-0/+136
The Linux Distributed Switch Architecture drivers provide richer support than the swconfig driver API in that each switch port gets its own interface which allows protocols such as STP, LLDP, 802.1x etc. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48713 3c298f89-4303-0410-b956-a3cf2f4a3e73