aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-01-27 19:07:32 +0100
committerFelix Fietkau <nbd@nbd.name>2023-01-29 10:08:21 +0100
commitd02d4556789f59f472c3134569a341a48f18c1ec (patch)
tree36b2e5fe408d34359f39b2e8252d6a5ebd344783 /target/linux/generic
parent83d3e255f1cc7ca59e51f02857cef2e004d946dc (diff)
downloadupstream-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')
-rw-r--r--target/linux/generic/hack-5.10/251-kconfig.patch11
-rw-r--r--target/linux/generic/hack-5.15/251-kconfig.patch11
2 files changed, 22 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"
diff --git a/target/linux/generic/hack-5.15/251-kconfig.patch b/target/linux/generic/hack-5.15/251-kconfig.patch
index 5a8a820252..0e24c3e804 100644
--- a/target/linux/generic/hack-5.15/251-kconfig.patch
+++ b/target/linux/generic/hack-5.15/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
+@@ -432,7 +432,7 @@ config NET_DEVLINK
+ default n
+
+ config PAGE_POOL
+- bool
++ bool "Page pool support"
+
+ config PAGE_POOL_STATS
+ default n