mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
- Call acpi_resync_clock() to reset system time before hardclock is ready to tick. Note we assume the current timecounter hardware and RTC are already available for read operation. Tested by: mav
6 lines
96 B
Bash
Executable file
6 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
# $FreeBSD$
|
|
#
|
|
file2c -sx 'static char wakecode[] = {' '};' <acpi_wakecode.bin
|
|
|
|
exit 0
|