F: package/gmrender-resurrect/
F: package/squeezelite/
+N: Horatiu Vultur <horatiu.vultur@microchip.com>
+F: package/easyframes/
+
N: Ian Haylock <haylocki@yahoo.co.uk>
F: package/python-rpi-gpio/
source "package/dnsmasq/Config.in"
source "package/drbd-utils/Config.in"
source "package/dropbear/Config.in"
+ source "package/easyframes/Config.in"
source "package/ebtables/Config.in"
source "package/ejabberd/Config.in"
source "package/ethtool/Config.in"
--- /dev/null
+config BR2_PACKAGE_EASYFRAMES
+ bool "easyframes"
+ select BR2_PACKAGE_LIBPCAP
+ help
+ This is a small and simple command-line tool for network
+ testing. The tool makes it simple to compose a frame,
+ inject and express what and where frames are expected to be
+ received.
+
+ https://github.com/microchip-ung/easyframes
--- /dev/null
+# locally calculated
+sha256 3c0449b3129c29b5ecf67b689f1a75ffc65fde3c5f62811e2f0439ce4f4af392 easyframes-0.3.tar.gz
+sha256 24f37598e822a1411fb7164ce7eb3ef120aea8279016399abc282c2381ce3f57 COPYING
--- /dev/null
+################################################################################
+#
+# easyframes
+#
+################################################################################
+
+EASYFRAMES_VERSION = 0.3
+EASYFRAMES_SITE = $(call github,microchip-ung,easyframes,v$(EASYFRAMES_VERSION))
+EASYFRAMES_DEPENDENCIES = libpcap
+EASYFRAMES_LICENSE = MIT
+EASYFRAMES_LICENSE_FILES = COPYING
+
+$(eval $(cmake-package))