[openwrt/openwrt] archs38: Add CONFIG_HZ=100

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 19 17:04:26 GMT 2021


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/31bca5f2566a4ab8789af89e498412b7c710e40d

commit 31bca5f2566a4ab8789af89e498412b7c710e40d
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Fri Mar 19 17:59:12 2021 +0100

    archs38: Add CONFIG_HZ=100
    
    This kernel config option was missing and resulted in a question when
    building.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
    (cherry picked from commit 047b7621bb3ac266d193cf110a468e42f844be4f)
---
 target/linux/archs38/config-5.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/archs38/config-5.4 b/target/linux/archs38/config-5.4
index 57d708e77a..29246265ad 100644
--- a/target/linux/archs38/config-5.4
+++ b/target/linux/archs38/config-5.4
@@ -140,6 +140,7 @@ CONFIG_HAVE_NET_DSA=y
 CONFIG_HAVE_OPROFILE=y
 CONFIG_HAVE_PCI=y
 CONFIG_HAVE_PERF_EVENTS=y
+CONFIG_HZ=100
 CONFIG_HZ_PERIODIC=y
 CONFIG_I2C=y
 CONFIG_I2C_BOARDINFO=y



More information about the lede-commits mailing list