netifd: add flow steering mode to the packet steering script
[openwrt/openwrt.git] / target / linux / ath79 / patches-5.10 / 420-net-use-downstream-ag71xx.patch
1 --- a/drivers/net/ethernet/atheros/Kconfig
2 +++ b/drivers/net/ethernet/atheros/Kconfig
3 @@ -17,13 +17,7 @@ config NET_VENDOR_ATHEROS
4
5 if NET_VENDOR_ATHEROS
6
7 -config AG71XX
8 - tristate "Atheros AR7XXX/AR9XXX built-in ethernet mac support"
9 - depends on ATH79
10 - select PHYLINK
11 - help
12 - If you wish to compile a kernel for AR7XXX/91XXX and enable
13 - ethernet support, then you should always answer Y to this.
14 +source "drivers/net/ethernet/atheros/ag71xx/Kconfig"
15
16 config ATL2
17 tristate "Atheros L2 Fast Ethernet support"
18 --- a/drivers/net/ethernet/atheros/Makefile
19 +++ b/drivers/net/ethernet/atheros/Makefile
20 @@ -3,7 +3,7 @@
21 # Makefile for the Atheros network device drivers.
22 #
23
24 -obj-$(CONFIG_AG71XX) += ag71xx.o
25 +obj-$(CONFIG_AG71XX) += ag71xx/
26 obj-$(CONFIG_ATL1) += atlx/
27 obj-$(CONFIG_ATL2) += atlx/
28 obj-$(CONFIG_ATL1E) += atl1e/