Add support for the network packet generator
SVN-Revision: 9091
This commit is contained in:
parent
58fcfa7ea0
commit
cce66b1965
1 changed files with 16 additions and 0 deletions
|
@ -458,6 +458,22 @@ endef
|
|||
$(eval $(call KernelPackage,mp-alg))
|
||||
|
||||
|
||||
define KernelPackage/pktgen
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=Network packet generator
|
||||
DEPENDS:=@LINUX_2_6
|
||||
KCONFIG:=CONFIG_NET_PKTGEN
|
||||
FILES:=$(LINUX_DIR)/net/core/pktgen.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,99,pktgen)
|
||||
endef
|
||||
|
||||
define KernelPackage/pktgen/description
|
||||
Kernel modules for the Network Packet Generator
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,pktgen))
|
||||
|
||||
|
||||
NETWORK_DEVICES_MENU:=Network Devices
|
||||
|
||||
define KernelPackage/natsemi
|
||||
|
|
Loading…
Reference in a new issue