linux-modules: add nsh support

This commit is contained in:
CN_SZTL 2019-08-05 17:49:12 +08:00
parent 4502803638
commit 064040e4af
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -135,6 +135,13 @@ define KernelPackage/nsh
FILES:=$(LINUX_DIR)/net/nsh/nsh.ko@ge4.14
endef
define KernelPackage/nsh/description
Network Service Header is an implementation of Service Function
Chaining (RFC 7665). Requires kernel 4.14 or newer
endef
$(eval $(call KernelPackage,nsh))
define KernelPackage/capi
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=CAPI (ISDN) Support