Files
openwrt-image-buildomatic/configs/rpi-4-files/etc/uci-defaults/90-patch-fwknopd
Mads Meisner-Jensen 49e1354e67 rpi-4: add patch for fwknopd luci bug
patch is applied on first boot after sysupgrade
see https://github.com/openwrt/luci/issues/5073
2021-09-25 15:07:16 +02:00

6 lines
147 B
Bash

#!/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}