From 19e0b5aab292602c09e89b03f608397568532515 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 26 Apr 2023 20:26:54 +0200 Subject: [PATCH] Limit shortcut-fe to 5.4 kernel --- shortcut-fe/Makefile | 4 ++-- simulated-driver/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/shortcut-fe/Makefile b/shortcut-fe/Makefile index dd53042e5..5b03b9d76 100644 --- a/shortcut-fe/Makefile +++ b/shortcut-fe/Makefile @@ -24,7 +24,7 @@ define KernelPackage/shortcut-fe SECTION:=kernel CATEGORY:=Kernel modules SUBMENU:=Network Support - DEPENDS:=@IPV6 +kmod-nf-conntrack + DEPENDS:=@KERNEL_5_4 @IPV6 +kmod-nf-conntrack TITLE:=Kernel driver for SFE FILES:= \ $(PKG_BUILD_DIR)/shortcut-fe.ko \ @@ -53,7 +53,7 @@ define KernelPackage/shortcut-fe-cm SECTION:=kernel CATEGORY:=Kernel modules SUBMENU:=Network Support - DEPENDS:=+kmod-ipt-conntrack +kmod-shortcut-fe + DEPENDS:=@KERNEL_5_4 +kmod-ipt-conntrack +kmod-shortcut-fe TITLE:=Kernel driver for SFE FILES:=$(PKG_BUILD_DIR)/shortcut-fe-cm.ko KCONFIG:= \ diff --git a/simulated-driver/Makefile b/simulated-driver/Makefile index ecf9c41bd..7dcb320d9 100644 --- a/simulated-driver/Makefile +++ b/simulated-driver/Makefile @@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=shortcut-fe-simulated-driver PKG_RELEASE:=1 -PKG_SOURCE_URL:=https://source.codeaurora.org/quic/qsdk/oss/lklm/shortcut-fe +PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/shortcut-fe.git PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2021-03-17 PKG_SOURCE_VERSION:=697977d8d0ccf0ab596e5692d08608a75dd7f33d @@ -30,7 +30,7 @@ define KernelPackage/shortcut-fe-drv SECTION:=kernel CATEGORY:=Kernel modules SUBMENU:=Network Support - DEPENDS:=@TARGET_ipq806x||TARGET_ipq807x +kmod-shortcut-fe + DEPENDS:=@KERNEL_5_4 @TARGET_ipq806x||TARGET_ipq807x +kmod-shortcut-fe KCONFIG:= \ CONFIG_NET_CLS_ACT=y \ CONFIG_XFRM=y