From 170042c6870f1540eb97e3c220383eaecaa51295 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 8 Jul 2020 12:48:24 +0800 Subject: [PATCH] luci-app-flowoffload: remove kernel limite --- include/target.mk | 2 +- package/lean/luci-app-flowoffload/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/target.mk b/include/target.mk index 536bd9173..2f21b8ed4 100644 --- a/include/target.mk +++ b/include/target.mk @@ -25,7 +25,7 @@ DEFAULT_PACKAGES.basic:= # For nas targets DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm # For router targets -DEFAULT_PACKAGES.router:=dnsmasq-full iptables ip6tables ppp ppp-mod-pppoe firewall kmod-ipt-offload +DEFAULT_PACKAGES.router:=dnsmasq-full iptables ip6tables ppp ppp-mod-pppoe firewall ifneq ($(DUMP),) all: dumpinfo diff --git a/package/lean/luci-app-flowoffload/Makefile b/package/lean/luci-app-flowoffload/Makefile index fe33100c0..35db6b6ba 100644 --- a/package/lean/luci-app-flowoffload/Makefile +++ b/package/lean/luci-app-flowoffload/Makefile @@ -6,10 +6,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Flow Offload -LUCI_DEPENDS:=+kmod-ipt-offload +pdnsd-alt +kmod-tcp-bbr @LINUX_5_6 +LUCI_DEPENDS:=+kmod-ipt-offload +pdnsd-alt +kmod-tcp-bbr LUCI_PKGARCH:=all PKG_VERSION:=1.0 -PKG_RELEASE:=20 +PKG_RELEASE:=21 include $(TOPDIR)/feeds/luci/luci.mk