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/ipq806x/config-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/ipq806x/config-5.10')
-rw-r--r-- | target/linux/ipq806x/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-5.10 b/target/linux/ipq806x/config-5.10 index 77d1bbda42..f2880b5d66 100644 --- a/target/linux/ipq806x/config-5.10 +++ b/target/linux/ipq806x/config-5.10 @@ -144,6 +144,7 @@ CONFIG_DWMAC_IPQ806X=y CONFIG_DYNAMIC_DEBUG=y CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_SUPPORT=y +CONFIG_ETHERNET_PACKET_MANGLE=y CONFIG_FIXED_PHY=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_FW_LOADER_PAGED_BUF=y |