kernel: netsupport: delete duplicate kmod-nsh

This commit is contained in:
CN_SZTL 2019-11-02 12:56:00 +08:00
parent 4b724a2d8a
commit e2e21e9aa5
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -127,21 +127,6 @@ endef
$(eval $(call KernelPackage,geneve))
define KernelPackage/nsh
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Network Service Header (NSH) protocol
DEPENDS:=
KCONFIG:=CONFIG_NET_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/nsh
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Network Service Header (NSH) protocol