Skip to content

Commit

Permalink
luci app flow: add kernel support
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Dec 29, 2018
1 parent 0e3c437 commit 75df1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/lean/luci-app-flowoffload/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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_4_14 @LINUX_4_19
LUCI_DEPENDS:=+kmod-ipt-offload +pdnsd-alt +kmod-tcp-bbr @!LINUX_3_18 @!LINUX_4_9
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=12
PKG_RELEASE:=13

include $(TOPDIR)/feeds/luci/luci.mk

Expand Down

0 comments on commit 75df1a4

Please sign in to comment.