blob: 758e83042cc2618ab88db5eec4fb25c22f4091c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Reboot command to run after firmware upgrade"
HOMEPAGE = "http://www.multitech.net/"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPL"
PV = "${SRCPV}"
PR = "r0"
SRC_URI = "git://multitech.net/upgrade-reboot.git;protocol=git;tag=1.0.0"
S = "${WORKDIR}/git"
inherit autotools
PARALLEL_MAKE = ""
|