merge all

This commit is contained in:
2023-12-09 14:57:06 +05:00
parent b7cdc29448
commit befb63bd0b
7 changed files with 92 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
#!/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