From cb1b25647f1edd02662c87659def821d114cdccd Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 21 Feb 2019 15:42:53 +0800 Subject: [PATCH] sfe: fix kernel 4.19 makefile --- package/lean/shortcut-fe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/shortcut-fe/Makefile b/package/lean/shortcut-fe/Makefile index bc58afe3d..a3f7bdca0 100644 --- a/package/lean/shortcut-fe/Makefile +++ b/package/lean/shortcut-fe/Makefile @@ -23,7 +23,7 @@ define KernelPackage/shortcut-fe SECTION:=kernel CATEGORY:=Kernel modules SUBMENU:=Network Support - DEPENDS:=@IPV6 @!LINUX_4_14 + DEPENDS:=@IPV6 @LINUX_4_9 TITLE:=Kernel driver for SFE FILES:=$(PKG_BUILD_DIR)/shortcut-fe.ko $(PKG_BUILD_DIR)/shortcut-fe-ipv6.ko KCONFIG:=CONFIG_NF_CONNTRACK_EVENTS=y CONFIG_SHORTCUT_FE=y