diff options
author | Felix Fietkau <nbd@nbd.name> | 2023-01-27 19:07:32 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2023-01-29 10:08:21 +0100 |
commit | d02d4556789f59f472c3134569a341a48f18c1ec (patch) | |
tree | 36b2e5fe408d34359f39b2e8252d6a5ebd344783 /target/linux/generic/hack-5.10 | |
parent | 83d3e255f1cc7ca59e51f02857cef2e004d946dc (diff) | |
download | upstream-d02d4556789f59f472c3134569a341a48f18c1ec.tar.gz upstream-d02d4556789f59f472c3134569a341a48f18c1ec.tar.bz2 upstream-d02d4556789f59f472c3134569a341a48f18c1ec.zip |
kernel: make it possible for packages to select page pool support
Will be used by the next mt76 update
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/generic/hack-5.10')
-rw-r--r-- | target/linux/generic/hack-5.10/251-kconfig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic/hack-5.10/251-kconfig.patch b/target/linux/generic/hack-5.10/251-kconfig.patch index 30b8ee23ea..d692d137f1 100644 --- a/target/linux/generic/hack-5.10/251-kconfig.patch +++ b/target/linux/generic/hack-5.10/251-kconfig.patch @@ -197,3 +197,14 @@ Signed-off-by: John Crispin <john@phrozen.org> config SND_JACK bool +--- a/net/Kconfig ++++ b/net/Kconfig +@@ -436,7 +436,7 @@ config NET_DEVLINK + default n + + config PAGE_POOL +- bool ++ bool "Page pool support" + + config FAILOVER + tristate "Generic failover module" |