diff options
author | Mathias Kresin <dev@kresin.me> | 2021-10-23 21:14:03 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2021-11-02 22:36:41 +0100 |
commit | 1470009bf88ddde3c5e22ecb8e0f38d20757d6bd (patch) | |
tree | 896d816b7498b8cf89c497e175aaf026810911c7 /target/linux/generic/hack-5.10 | |
parent | 9201ff54766f60318db3870dc94275c61138773b (diff) | |
download | upstream-1470009bf88ddde3c5e22ecb8e0f38d20757d6bd.tar.gz upstream-1470009bf88ddde3c5e22ecb8e0f38d20757d6bd.tar.bz2 upstream-1470009bf88ddde3c5e22ecb8e0f38d20757d6bd.zip |
kernel: 5.10: packet mangling code only for ar8216 driver
Only the ar8216 switch driver uses the packet mangling code.
Update the kernel configs accordingly.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/generic/hack-5.10')
-rw-r--r-- | target/linux/generic/hack-5.10/700-swconfig_switch_drivers.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.10/700-swconfig_switch_drivers.patch b/target/linux/generic/hack-5.10/700-swconfig_switch_drivers.patch index 560937a7c1..b90e1fc441 100644 --- a/target/linux/generic/hack-5.10/700-swconfig_switch_drivers.patch +++ b/target/linux/generic/hack-5.10/700-swconfig_switch_drivers.patch @@ -38,6 +38,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> +config AR8216_PHY + tristate "Driver for Atheros AR8216 switches" + select SWCONFIG ++ select ETHERNET_PACKET_MANGLE + +config AR8216_PHY_LEDS + bool "Atheros AR8216 switch LED support" @@ -52,7 +53,6 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> +config PSB6970_PHY + tristate "Lantiq XWAY Tantos (PSB6970) Ethernet switch" + select SWCONFIG -+ select ETHERNET_PACKET_MANGLE + +config RTL8306_PHY + tristate "Driver for Realtek RTL8306S switches" |