From e52a4b5ceab621fb35d1ebd7f838eb6c4c7c06d2 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Sun, 15 Oct 2017 22:12:18 -0500 Subject: [PATCH] luci-app-fwknopd: Prep for libqrencode update An update for libqrencode requires that we explicitly ask for an SVG output. This continues to work properly with the old version. Making the change here before updating the libqrencode package. Signed-off-by: Jonathan Bennett --- applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh b/applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh index 7825f05d2..f525c2abd 100644 --- a/applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh +++ b/applications/luci-app-fwknopd/root/usr/sbin/gen-qr.sh @@ -23,4 +23,4 @@ if [ "$hmac_key" != "" ]; then qr="$qr HMAC_KEY:$hmac_key" fi -qrencode -o - "$qr" +qrencode -t svg -o - "$qr" -- 2.11.0