[openwrt/openwrt] kernel: move CONFIG_PAGE_POOL to generic

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 4 01:21:32 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/7c5e847827a550ceab5eab4a3b91386fb53fb2b9

commit 7c5e847827a550ceab5eab4a3b91386fb53fb2b9
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu Feb 23 11:45:52 2023 +0100

    kernel: move CONFIG_PAGE_POOL to generic
    
    Move "# CONFIG_PAGE_POOL is not set" to generic.
    
    Suggested-by: Hauke Mehrtens <hauke at hauke-m.de>
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 target/linux/generic/config-5.10 | 1 +
 target/linux/generic/config-5.15 | 1 +
 target/linux/ipq807x/config-5.15 | 1 -
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 01bebbbab4..2f510db344 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -4294,6 +4294,7 @@ CONFIG_PACKET=y
 # CONFIG_PAGE_EXTENSION is not set
 # CONFIG_PAGE_OWNER is not set
 # CONFIG_PAGE_POISONING is not set
+# CONFIG_PAGE_POOL is not set
 # CONFIG_PAGE_REPORTING is not set
 # CONFIG_PAGE_SIZE_16KB is not set
 # CONFIG_PAGE_SIZE_32KB is not set
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 8334117975..5157b831db 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -4488,6 +4488,7 @@ CONFIG_PACKET=y
 # CONFIG_PAGE_EXTENSION is not set
 # CONFIG_PAGE_OWNER is not set
 # CONFIG_PAGE_POISONING is not set
+# CONFIG_PAGE_POOL is not set
 # CONFIG_PAGE_POOL_STATS is not set
 # CONFIG_PAGE_REPORTING is not set
 # CONFIG_PAGE_SIZE_16KB is not set
diff --git a/target/linux/ipq807x/config-5.15 b/target/linux/ipq807x/config-5.15
index 6ab29ebbe6..a3d0628be9 100644
--- a/target/linux/ipq807x/config-5.15
+++ b/target/linux/ipq807x/config-5.15
@@ -268,7 +268,6 @@ CONFIG_OF_IRQ=y
 CONFIG_OF_KOBJ=y
 CONFIG_OF_MDIO=y
 CONFIG_PADATA=y
-# CONFIG_PAGE_POOL is not set
 CONFIG_PARTITION_PERCPU=y
 CONFIG_PCI=y
 CONFIG_PCIEAER=y




More information about the lede-commits mailing list