[ixp4xx] remove support for older kernels
[openwrt.git] / target / linux / amazon / patches / 140-net_drivers.patch
1 --- a/drivers/net/Makefile
2 +++ b/drivers/net/Makefile
3 @@ -219,3 +219,6 @@ obj-$(CONFIG_NETCONSOLE) += netconsole.o
4 obj-$(CONFIG_FS_ENET) += fs_enet/
5
6 obj-$(CONFIG_NETXEN_NIC) += netxen/
7 +
8 +obj-$(CONFIG_AMAZON_NET_SW) += amazon_sw.o
9 +obj-$(CONFIG_ADM6996_SUPPORT) += admmod.o
This page took 0.048249 seconds and 5 git commands to generate.