rpi-4: add /etc/uci-defaults/99-custom empty template file

This commit is contained in:
Mads Meisner-Jensen
2021-05-15 15:02:29 +02:00
parent 30054d0855
commit f4de7556a2

View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Read all about UCI defaults at
# https://openwrt.org/docs/guide-developer/uci-defaults)
# Note that scripts in /etc/uci-defaults will get executed at *every* first
# boot (i.e. after both factory install as well as upgrades),
# possibly overwriting already existing values!
exit 0