mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
make bbr mod in kernel 4.14 only
This commit is contained in:
parent
1df474ba02
commit
a5899e1344
@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define KernelPackage/bbr_mod
|
||||
SUBMENU:=Network Support
|
||||
TITLE:=Modified bbr tcp congestion control
|
||||
DEPENDS:=@!LINUX_3_18
|
||||
DEPENDS:=@LINUX_4_14
|
||||
FILES:=$(PKG_BUILD_DIR)/tcp_bbr_mod.ko
|
||||
KCONFIG:=
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user