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:
5
configs/rpi-4-files/etc/uci-defaults/90-patch-fwknopd
Normal file
5
configs/rpi-4-files/etc/uci-defaults/90-patch-fwknopd
Normal 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}
|
||||
Reference in New Issue
Block a user