From 49e1354e674c83052fae67978debf767c7b1ff79 Mon Sep 17 00:00:00 2001 From: Mads Meisner-Jensen Date: Sat, 25 Sep 2021 15:07:16 +0200 Subject: [PATCH] rpi-4: add patch for fwknopd luci bug patch is applied on first boot after sysupgrade see https://github.com/openwrt/luci/issues/5073 --- configs/rpi-4-files/etc/uci-defaults/90-patch-fwknopd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 configs/rpi-4-files/etc/uci-defaults/90-patch-fwknopd diff --git a/configs/rpi-4-files/etc/uci-defaults/90-patch-fwknopd b/configs/rpi-4-files/etc/uci-defaults/90-patch-fwknopd new file mode 100644 index 0000000..93aede0 --- /dev/null +++ b/configs/rpi-4-files/etc/uci-defaults/90-patch-fwknopd @@ -0,0 +1,5 @@ +#!/bin/sh + +# see https://github.com/openwrt/luci/issues/5073 +file=/www/luci-static/resources/view/fwknopd.js +sed -i "s/s:option/s.option/" ${file}