mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
26 lines
775 B
Diff
26 lines
775 B
Diff
From 949cec1e6873109d29ee435d9f2370fbbb7b9700 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Fri, 4 Dec 2020 16:29:16 +0100
|
|
Subject: [PATCH 20/21] ramips: make wifi work
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
target/linux/ramips/mt76x8/config-5.4 | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/target/linux/ramips/mt76x8/config-5.4 b/target/linux/ramips/mt76x8/config-5.4
|
|
index ec21b3722b..725aa9b070 100644
|
|
--- a/target/linux/ramips/mt76x8/config-5.4
|
|
+++ b/target/linux/ramips/mt76x8/config-5.4
|
|
@@ -46,6 +46,7 @@ CONFIG_CPU_R4K_CACHE_TLB=y
|
|
CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y
|
|
CONFIG_CPU_SUPPORTS_HIGHMEM=y
|
|
CONFIG_CPU_SUPPORTS_MSA=y
|
|
+CONFIG_CRYPTO_HASH=y
|
|
CONFIG_CRYPTO_RNG2=y
|
|
CONFIG_CSRC_R4K=y
|
|
CONFIG_DEBUG_PINCTRL=y
|
|
--
|
|
2.25.1
|
|
|