We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef01067 commit 8fd8f0fCopy full SHA for 8fd8f0f
meta-rdk-mtk-bpir4/recipes-extended/speedtest-bpi/rdk-speedtest-cli_git.bb
@@ -26,10 +26,12 @@ CFLAGS_append = " \
26
27
do_compile() {
28
${CC} ${S}/source/rdk-speedtest-cli.c ${CFLAGS} ${LDFLAGS} -I ${S}/include -o speedtest-client
29
+ touch speedtest-through-dmcli
30
}
31
32
33
do_install() {
34
install -d ${D}${bindir}
35
install -m 0755 speedtest-client ${D}${bindir}/speedtest-client
36
+ install -m 0755 speedtest-through-dmcli ${D}${bindir}/speedtest-through-dmcli
37
0 commit comments