Home
last modified time | relevance | path

Searched refs:DROPBEAR_EXTRA_ARGS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/dropbear/
H A Dinit23 DROPBEAR_EXTRA_ARGS=
35 DROPBEAR_EXTRA_ARGS="$DROPBEAR_EXTRA_ARGS -b $DROPBEAR_BANNER"
55 -p "$DROPBEAR_PORT" $DROPBEAR_EXTRA_ARGS
69 -p "$DROPBEAR_PORT" $DROPBEAR_EXTRA_ARGS
H A Ddropbear.default2 DROPBEAR_EXTRA_ARGS="-w"
H A Ddropbear@.service9 …ecStart=-@SBINDIR@/dropbear -i -r ${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key $DROPBEAR_EXTRA_ARGS
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drootfs-postcommands.bbclass169 if grep -q DROPBEAR_EXTRA_ARGS ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear 2>/dev/null ; then
170 if ! grep -q "DROPBEAR_EXTRA_ARGS=.*-B" ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear ; then
171 …sed -i 's/^DROPBEAR_EXTRA_ARGS="*\([^"]*\)"*/DROPBEAR_EXTRA_ARGS="\1 -B"/' ${IMAGE_ROOTFS}${syscon…
197 if grep -q DROPBEAR_EXTRA_ARGS ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear 2>/dev/null ; then
198 sed -i '/^DROPBEAR_EXTRA_ARGS=/ s/-w//' ${IMAGE_ROOTFS}${sysconfdir}/default/dropbear