rpi-4: add patch for fwknopd luci bug

patch is applied on first boot after sysupgrade
see https://github.com/openwrt/luci/issues/5073
This commit is contained in:
Mads Meisner-Jensen
2021-09-25 15:07:16 +02:00
parent 5a0fb5c50c
commit 49e1354e67

View File

@@ -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}