summaryrefslogtreecommitdiffstats
path: root/recipes/ethload/ethload_1.2.bb
blob: f65dd8bad92b033293355efcad98c5f4b773bc7e (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTION = "console/network"
DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp."
LICENSE = "GPL"
SRC_URI = "http://ludovic.lange.free.fr/CETools/ethload-${PV}.tar.gz"
S = "${WORKDIR}/ethload-${PV}"

inherit autotools

do_configure() {
	oe_runconf
}