update 2026-08-04 10:00:48

This commit is contained in:
action
2026-08-04 10:00:48 +08:00
parent 53eb47560b
commit 13eee19b50
1956 changed files with 1523141 additions and 0 deletions
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
uci -q batch <<-EOF >/dev/null
set dhcp.@dnsmasq[0].enable_tftp='1'
set dhcp.@dnsmasq[0].dhcp_boot='pxelinux.0'
set dhcp.@dnsmasq[0].tftp_root='/root'
commit dhcp
EOF
exit 0
+9
View File
@@ -0,0 +1,9 @@
default 0
timeout 0
fallback 0
title Synology DSM
map --mem (pd)/dsm.iso (hd32)
map --hook
chainloader (hd32)
Binary file not shown.