Files
openwrt-image-buildomatic/configs/archer-c6-v3-files/etc/uci-defaults/99-custom
2023-12-09 14:57:06 +05:00

12 lines
344 B
Bash

#!/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!
# scripts in this dir should *not* be executable
exit 0