radxa / debos-radxa

This repo is deprecated, please use https://github.com/radxa-repo/rbuild instead
https://github.com/radxa-repo/rbuild
129 stars 44 forks source link

[rock pi 4c+] CONFIG_NETFILTER_XT_TARGET_TPROXY was not set in kernel defconfig #30

Open magicalne opened 1 year ago

magicalne commented 1 year ago

image: https://github.com/radxa-build/rockpi-4cplus/releases/download/20220901-0148/rockpi-4cplus-ubuntu-focal-server-arm64-20220901-0254-gpt.img.xz

reproduce:

sudo modprobe configs
zcat /proc/config.gz | grep TPROXY
# CONFIG_NETFILTER_XT_TARGET_TPROXY is not set

I just checked the kernel repo. Not sure which branch is used by 4c+. But I can see the CONFIG_NETFILTER_XT_TARGET_TPROXY is set in the default branch.

Can we set CONFIG_NETFILTER_XT_TARGET_TPROXY back to the defconfig file?