diff --git a/configs/rpi-4-files/etc/uci-defaults/99-custom b/configs/rpi-4-files/etc/uci-defaults/99-custom new file mode 100644 index 0000000..01d48cf --- /dev/null +++ b/configs/rpi-4-files/etc/uci-defaults/99-custom @@ -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