]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ethload/ethload_1.2.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ethload / ethload_1.2.bb
1 SECTION = "console/network"
2 DESCRIPTION = "Ethload for Linux is a tool to send ROM images over ethernet using tftp."
3 LICENSE = "GPL"
4 SRC_URI = "http://ludovic.lange.free.fr/CETools/ethload-${PV}.tar.gz"
5 S = "${WORKDIR}/ethload-${PV}"
6
7 inherit autotools
8
9 do_configure() {
10         oe_runconf
11 }