release: Add openwrt packages

This commit is contained in:
世界
2025-04-14 22:21:11 +08:00
parent afb4993445
commit 144a890c71
10 changed files with 301 additions and 81 deletions

4
release/config/openwrt.prerm Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
. ${IPKG_INSTROOT}/lib/functions.sh
default_prerm $0 $@