1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2023-12-25 12:48:29 +08:00 committed by GitHub
commit ced410d6b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View file

@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libell @(LINUX_5_15||LINUX_6_1||LINUX_6_6)
DEPENDS:=+libell @!(LINUX_5_4)
TITLE:=mptcpd
URL:=https://github.com/intel/mptcpd
endef