Files
wlan-ap/patches/0067-mediatek-sdk-build-tree-hacks.patch
John Crispin d329e3a9ca patches/: re-order and fold patches
Signed-off-by: John Crispin <john@phrozen.org>
2024-04-27 16:15:25 +02:00

41 lines
1.4 KiB
Diff

From 055af3cc5627530a564b5d85fb0edd14107af564 Mon Sep 17 00:00:00 2001
From: John Crispin <john@phrozen.org>
Date: Fri, 8 Mar 2024 09:34:02 +0100
Subject: [PATCH 67/68] mediatek-sdk: build tree hacks
Signed-off-by: John Crispin <john@phrozen.org>
---
package/kernel/linux/modules/crypto.mk | 2 +-
package/network/config/firewall4/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index 53dcd24444..0d6f1e10b3 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -42,7 +42,7 @@ define KernelPackage/crypto-aead
CONFIG_CRYPTO_AEAD2
FILES:= \
$(LINUX_DIR)/crypto/aead.ko \
- $(LINUX_DIR)/crypto/geniv.ko
+ $(LINUX_DIR)/crypto/geniv.ko@gt5.4
AUTOLOAD:=$(call AutoLoad,09,aead,1)
$(call AddDepends/crypto, +kmod-crypto-null)
endef
diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile
index 809f3d3f04..a3be65d8ac 100644
--- a/package/network/config/firewall4/Makefile
+++ b/package/network/config/firewall4/Makefile
@@ -22,7 +22,7 @@ define Package/firewall4
CATEGORY:=Base system
TITLE:=OpenWrt 4th gen firewall
DEPENDS:= \
- +kmod-nft-core +kmod-nft-fib +kmod-nft-offload \
+ +kmod-nft-core +kmod-nft-fib +!TARGET_mediatek:kmod-nft-offload \
+kmod-nft-nat \
+nftables-json \
+ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uci
--
2.34.1