xref: /OK3568_Linux_fs/buildroot/package/easyframes/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_EASYFRAMES
2*4882a593Smuzhiyun	bool "easyframes"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBPCAP
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  This is a small and simple command-line tool for network
7*4882a593Smuzhiyun	  testing.  The tool makes it simple to compose a frame,
8*4882a593Smuzhiyun	  inject and express what and where frames are expected to be
9*4882a593Smuzhiyun	  received.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://github.com/microchip-ung/easyframes
12