From b1e24f4d7f256be00f19063c997624d9e445e94a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 08:50:58 +0800 Subject: [PATCH] update 2022-12-07 08:50:58 --- natflow/files/natflow-boot.preinit | 1 + 1 file changed, 1 insertion(+) diff --git a/natflow/files/natflow-boot.preinit b/natflow/files/natflow-boot.preinit index e8007f0e5..8e22bcc19 100644 --- a/natflow/files/natflow-boot.preinit +++ b/natflow/files/natflow-boot.preinit @@ -2,6 +2,7 @@ do_pre_kmodload() { + return test -e /etc/modules.d/mt7915e && { cat /etc/modules.d/mt7915e | grep -q wed_enable=Y || echo mt7915e wed_enable=Y >/etc/modules.d/mt7915e }