aboutsummaryrefslogtreecommitdiffstats
path: root/ethload/ethload_1.2.oe
blob: 5e1dfe4b6050d69737ce95ac09fb3abc9cc75dc9 (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."

SRC_URI = "http://ludovic.lange.free.fr/CETools/ethload-${PV}.tar.gz"
S = "${WORKDIR}/ethload-${PV}"

inherit autotools

do_configure() {
	oe_runconf
}