Compare commits

..

No commits in common. "e71136e60657a65d131799c8eb90fd854a4d5ce8" and "5ddf7eeb488b676a401f28bbb3d4ce402a3f45a9" have entirely different histories.

13 changed files with 471 additions and 29 deletions

View File

@ -47,7 +47,8 @@ jobs:
if [ "${PRERELEASE}" = "true" ]; then if [ "${PRERELEASE}" = "true" ]; then
TAG="$(curl -skL --connect-timeout 10 "${REPO}/tags" | grep "/refs/tags/.*\.zip" | sed -E 's/.*\/refs\/tags\/(.*)\.zip.*$/\1/' | sort -rV | head -1)" TAG="$(curl -skL --connect-timeout 10 "${REPO}/tags" | grep "/refs/tags/.*\.zip" | sed -E 's/.*\/refs\/tags\/(.*)\.zip.*$/\1/' | sort -rV | head -1)"
else else
TAG="$(curl -skL --connect-timeout 10 -w %{url_effective} -o /dev/null "${REPO}/releases/latest" | awk -F'/' '{print $NF}')" LATESTURL="$(curl -skL --connect-timeout 10 -w %{url_effective} -o /dev/null "${REPO}/releases/latest")"
TAG="${LATESTURL##*/}"
fi fi
[ "${TAG:0:1}" = "v" ] && TAG="${TAG:1}" [ "${TAG:0:1}" = "v" ] && TAG="${TAG:1}"
rm -f rr-${TAG}.img.zip rm -f rr-${TAG}.img.zip

View File

@ -184,7 +184,8 @@ jobs:
if [ "${PRERELEASE}" = "true" ]; then if [ "${PRERELEASE}" = "true" ]; then
TAG="$(curl -skL --connect-timeout 10 "${REPO}/tags" | grep "/refs/tags/.*\.zip" | sed -E 's/.*\/refs\/tags\/(.*)\.zip.*$/\1/' | sort -rV | head -1)" TAG="$(curl -skL --connect-timeout 10 "${REPO}/tags" | grep "/refs/tags/.*\.zip" | sed -E 's/.*\/refs\/tags\/(.*)\.zip.*$/\1/' | sort -rV | head -1)"
else else
TAG="$(curl -skL --connect-timeout 10 -w %{url_effective} -o /dev/null "${REPO}/releases/latest" | awk -F'/' '{print $NF}')" LATESTURL="$(curl -skL --connect-timeout 10 -w %{url_effective} -o /dev/null "${REPO}/releases/latest")"
TAG="${LATESTURL##*/}"
fi fi
[ "${TAG:0:1}" = "v" ] && TAG="${TAG:1}" [ "${TAG:0:1}" = "v" ] && TAG="${TAG:1}"
rm -f rr-${TAG}.img.zip rm -f rr-${TAG}.img.zip

View File

@ -1 +1 @@
25.2.3 25.2.2

View File

@ -742,21 +742,21 @@
"vmtools": { "vmtools": {
"system": false, "system": false,
"description": { "description": {
"en_US": "qemu-ga & open-vm-tools.", "en_US": "qemu-ga & &open-vm-tools.",
"ar_SA": "qemu-ga & open-vm-tools.", "ar_SA": "qemu-ga & &open-vm-tools.",
"de_DE": "qemu-ga & open-vm-tools.", "de_DE": "qemu-ga & &open-vm-tools.",
"es_ES": "qemu-ga & open-vm-tools.", "es_ES": "qemu-ga & &open-vm-tools.",
"fr_FR": "qemu-ga & open-vm-tools.", "fr_FR": "qemu-ga & &open-vm-tools.",
"ja_JP": "qemu-ga & open-vm-tools.", "ja_JP": "qemu-ga & &open-vm-tools.",
"ko_KR": "qemu-ga & open-vm-tools.", "ko_KR": "qemu-ga & &open-vm-tools.",
"ru_RU": "qemu-ga & open-vm-tools.", "ru_RU": "qemu-ga & &open-vm-tools.",
"th_TH": "qemu-ga & open-vm-tools.", "th_TH": "qemu-ga & &open-vm-tools.",
"tr_TR": "qemu-ga & open-vm-tools.", "tr_TR": "qemu-ga & &open-vm-tools.",
"uk_UA": "qemu-ga & open-vm-tools.", "uk_UA": "qemu-ga & &open-vm-tools.",
"vi_VN": "qemu-ga & open-vm-tools.", "vi_VN": "qemu-ga & &open-vm-tools.",
"zh_CN": "qemu-ga & open-vm-tools.", "zh_CN": "qemu-ga & &open-vm-tools.",
"zh_HK": "qemu-ga & open-vm-tools.", "zh_HK": "qemu-ga & &open-vm-tools.",
"zh_TW": "qemu-ga & open-vm-tools." "zh_TW": "qemu-ga & &open-vm-tools."
} }
}, },
"wireless": { "wireless": {

Binary file not shown.

Binary file not shown.

View File

@ -356,6 +356,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas" "depends": "scsi_transport_sas"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -468,6 +472,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -840,6 +852,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -1000,6 +1016,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -1414,6 +1434,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas" "depends": "scsi_transport_sas"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -1526,6 +1550,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -2050,6 +2082,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -2226,6 +2262,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -2552,6 +2592,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -2652,6 +2696,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -3024,6 +3076,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -3168,6 +3224,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -3538,6 +3598,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -3638,6 +3702,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -4162,6 +4234,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -4322,6 +4398,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -4648,6 +4728,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -4748,6 +4832,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -5120,6 +5212,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -5264,6 +5360,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -5634,6 +5734,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -5734,6 +5838,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -6258,6 +6370,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -6418,6 +6534,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -6744,6 +6864,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -6844,6 +6968,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -7216,6 +7348,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -7360,6 +7496,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -7730,6 +7870,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -7830,6 +7974,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -8354,6 +8506,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -8514,6 +8670,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -8848,6 +9008,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -8952,6 +9116,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -9324,6 +9496,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -9464,6 +9640,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -9842,6 +10022,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -9946,6 +10130,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -10470,6 +10662,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -10626,6 +10822,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -10964,6 +11164,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas" "depends": "scsi_transport_sas"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -11068,6 +11272,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -11440,6 +11652,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -11580,6 +11796,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -11962,6 +12182,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas" "depends": "scsi_transport_sas"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -12066,6 +12290,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -12590,6 +12822,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -12746,6 +12982,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -13156,6 +13396,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.20-200", "description": "Driver for HP Smart Array Controller version 3.4.20-200",
"depends": "scsi_transport_sas,check_signature" "depends": "scsi_transport_sas,check_signature"
}, },
"hpwdt": {
"description": "hpe watchdog driver",
"depends": "watchdog"
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -13332,6 +13576,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": "watchdog"
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -14032,6 +14284,10 @@
"description": "Marvell Yukon 2 Gigabit Ethernet driver", "description": "Marvell Yukon 2 Gigabit Ethernet driver",
"depends": "" "depends": ""
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sr_mod": { "sr_mod": {
"description": "SCSI cdrom (sr) driver", "description": "SCSI cdrom (sr) driver",
"depends": "cdrom" "depends": "cdrom"
@ -14216,6 +14472,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -14746,6 +15006,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.20-200", "description": "Driver for HP Smart Array Controller version 3.4.20-200",
"depends": "scsi_transport_sas,check_signature" "depends": "scsi_transport_sas,check_signature"
}, },
"hpwdt": {
"description": "hpe watchdog driver",
"depends": "watchdog"
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -14922,6 +15186,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": "watchdog"
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -15622,6 +15894,10 @@
"description": "Marvell Yukon 2 Gigabit Ethernet driver", "description": "Marvell Yukon 2 Gigabit Ethernet driver",
"depends": "" "depends": ""
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sr_mod": { "sr_mod": {
"description": "SCSI cdrom (sr) driver", "description": "SCSI cdrom (sr) driver",
"depends": "cdrom" "depends": "cdrom"
@ -15810,6 +16086,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -16281,6 +16561,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas" "depends": "scsi_transport_sas"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -16393,6 +16677,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -16765,6 +17057,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -16925,6 +17221,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -17327,6 +17627,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas" "depends": "scsi_transport_sas"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -17439,6 +17743,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -17963,6 +18275,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -18139,6 +18455,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -18481,6 +18801,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -18585,6 +18909,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -18957,6 +19289,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -19097,6 +19433,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -19483,6 +19823,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "" "depends": ""
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -19587,6 +19931,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -20111,6 +20463,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -20267,6 +20623,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "" "depends": ""
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -20617,6 +20977,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas,check_signature" "depends": "scsi_transport_sas,check_signature"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -20729,6 +21093,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -21105,6 +21477,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -21245,6 +21621,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -21639,6 +22019,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas,check_signature" "depends": "scsi_transport_sas,check_signature"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -21751,6 +22135,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -22279,6 +22671,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -22435,6 +22831,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -22789,6 +23189,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas,check_signature" "depends": "scsi_transport_sas,check_signature"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -22901,6 +23305,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -23285,6 +23697,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -23425,6 +23841,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wireguard": { "wireguard": {
"description": "WireGuard secure network tunnel", "description": "WireGuard secure network tunnel",
"depends": "ipv6,udp_tunnel,ip6_udp_tunnel" "depends": "ipv6,udp_tunnel,ip6_udp_tunnel"
@ -23823,6 +24243,10 @@
"description": "Driver for HP Smart Array Controller version 3.4.14-0", "description": "Driver for HP Smart Array Controller version 3.4.14-0",
"depends": "scsi_transport_sas,check_signature" "depends": "scsi_transport_sas,check_signature"
}, },
"hpwdt": {
"description": "hp watchdog driver",
"depends": ""
},
"hvc_console": { "hvc_console": {
"description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)", "description": "Hypervisor Virtual Console Driver (Compiled by RR for DSM)",
"depends": "" "depends": ""
@ -23935,6 +24359,14 @@
"description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)", "description": "IT8705F/IT871xF/IT872xF hardware monitoring driver (Compiled by RR for DSM)",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"it8712f_wdt": {
"description": "IT8712F Watchdog Driver",
"depends": ""
},
"it87_wdt": {
"description": "Hardware Watchdog Device Driver for IT87xx EC-LPC I/O",
"depends": ""
},
"iw_cm": { "iw_cm": {
"description": "iWARP CM", "description": "iWARP CM",
"depends": "ib_core" "depends": "ib_core"
@ -24471,6 +24903,10 @@
"description": "Generic software cursor", "description": "Generic software cursor",
"depends": "fb" "depends": "fb"
}, },
"softdog": {
"description": "Software Watchdog Device Driver",
"depends": "watchdog"
},
"sp2": { "sp2": {
"description": "CIMaX SP2/HF CI driver", "description": "CIMaX SP2/HF CI driver",
"depends": "dvb-core" "depends": "dvb-core"
@ -24627,6 +25063,10 @@
"description": "w83793 driver", "description": "w83793 driver",
"depends": "hwmon-vid" "depends": "hwmon-vid"
}, },
"watchdog": {
"description": "WatchDog Timer Driver Core",
"depends": ""
},
"wch": { "wch": {
"description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)", "description": "WCH Multi-I/O Board Driver Module (Compiled by RR for DSM)",
"depends": "" "depends": ""

Binary file not shown.

Binary file not shown.

View File

@ -182,8 +182,6 @@ CMDLINE['pcie_aspm']="off"
# CMDLINE['amd_pstate']="disable" # CMDLINE['amd_pstate']="disable"
# CMDLINE['nox2apic']="" # check platform # CMDLINE['nox2apic']="" # check platform
# CMDLINE['nomodeset']="" # CMDLINE['nomodeset']=""
CMDLINE['nowatchdog']=""
CMDLINE['modprobe.blacklist']="${MODBLACKLIST}" CMDLINE['modprobe.blacklist']="${MODBLACKLIST}"
CMDLINE['mev']="${MEV:-physical}" CMDLINE['mev']="${MEV:-physical}"
@ -230,9 +228,8 @@ if echo "purley broadwellnkv2" | grep -wq "${PLATFORM}"; then
CMDLINE["SASmodel"]="1" CMDLINE["SASmodel"]="1"
fi fi
SSID="$(cat ${PART1_PATH}/wpa_supplicant.conf 2>/dev/null | grep 'ssid=' | cut -d'=' -f2 | sed 's/^"//; s/"$//' | xxd -p | tr -d '\n')" SSID="$(cat ${PART1_PATH}/wpa_supplicant.conf 2>/dev/null | grep 'ssid=' | cut -d'=' -f2 | sed 's/^"//; s/"$//')"
PSK="$(cat ${PART1_PATH}/wpa_supplicant.conf 2>/dev/null | grep 'psk=' | cut -d'=' -f2 | sed 's/^"//; s/"$//' | xxd -p | tr -d '\n')" PSK="$(cat ${PART1_PATH}/wpa_supplicant.conf 2>/dev/null | grep 'psk=' | cut -d'=' -f2 | sed 's/^"//; s/"$//')"
if [ -n "${SSID}" ] && [ -n "${PSK}" ]; then if [ -n "${SSID}" ] && [ -n "${PSK}" ]; then
CMDLINE["wpa.ssid"]="${SSID}" CMDLINE["wpa.ssid"]="${SSID}"
CMDLINE["wpa.psk"]="${PSK}" CMDLINE["wpa.psk"]="${PSK}"

View File

@ -1,4 +1,4 @@
RR_VERSION="25.2.3" RR_VERSION="25.2.2"
RR_RELEASE="" RR_RELEASE=""
RR_TITLE="RR v${RR_VERSION}" RR_TITLE="RR v${RR_VERSION}"

View File

@ -1 +1 @@
25.2.3 25.2.2

View File

@ -76,7 +76,7 @@ function gfxmode {
set gfxpayload="${linux_gfx_mode}" set gfxpayload="${linux_gfx_mode}"
} }
set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait intremap=off amd_iommu_intr=legacy net.ifnames=0 panic=5 split_lock_detect=off pcie_aspm=off intel_pstate=disable amd_pstate=disable nox2apic nomodeset nowatchdog" set RR_CMDLINE="earlyprintk earlycon=uart8250,io,0x3f8,115200n8 console=ttyS0,115200n8 root=/dev/ram rootwait intremap=off amd_iommu_intr=legacy net.ifnames=0 panic=5 split_lock_detect=off pcie_aspm=off intel_pstate=disable amd_pstate=disable nox2apic nomodeset"
search --set=root --label "RR3" search --set=root --label "RR3"
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
@ -173,10 +173,13 @@ menuentry 'Configure loader (verbose)' ${menuentry_id_option} verbose {
if [ "${grub_platform}" = "efi" ]; then if [ "${grub_platform}" = "efi" ]; then
insmod bli insmod bli
fwsetup --is-supported
if [ "$?" = 0 ]; then
menuentry 'UEFI Firmware Settings' ${menuentry_id_option} uefi { menuentry 'UEFI Firmware Settings' ${menuentry_id_option} uefi {
fwsetup fwsetup
} }
fi fi
fi
if [ -e ${prefix}/memtest ]; then if [ -e ${prefix}/memtest ]; then
menuentry 'Start Memtest86+' ${menuentry_id_option} memtest { menuentry 'Start Memtest86+' ${menuentry_id_option} memtest {