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