From f4de7556a269d1adf47b5dc34cda97c8c0e0a4bb Mon Sep 17 00:00:00 2001 From: Mads Meisner-Jensen Date: Sat, 15 May 2021 15:02:29 +0200 Subject: [PATCH] rpi-4: add /etc/uci-defaults/99-custom empty template file --- configs/rpi-4-files/etc/uci-defaults/99-custom | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configs/rpi-4-files/etc/uci-defaults/99-custom 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