aboutsummaryrefslogtreecommitdiffstats
path: root/ethload/ethload-native_1.2.oe
blob: c7768a7dffffe343e62a1e77c89d1be360d77a6d (plain)
1
2
3
4
5
6
7
SECTION = "console/network"
include ethload_${PV}.oe
inherit native

do_stage() {
	install -m 0755 ethload ${STAGING_BINDIR}
}