[PHREAKSCRIPT-81] DAHDI: Integrate Connections Museum patches
Generate rebased patch for RP, that can be submitted upstream and integrated into PhreakScript for now: DAHDI Linux: https://github.com/connectionsmuseum/dahdi-linux/tree/museum-main-with-yolomerge DAHDI Tools patch: http://code.phreaknet.org/asterisk/dahdi-tools.patch
Fix for dial pulsing with wanpipe (changing HZ to 1000):
--- config-6.1.0-20-amd64 2024-04-11 14:17:03.000000000 -0700
+++ config-6.1.0-20-mmullins-amd64 2024-04-11 14:17:03.000000000 -0700
@@ -471,10 +471,10 @@
CONFIG_EFI_HANDOVER_PROTOCOL=y
CONFIG_EFI_MIXED=y
# CONFIG_HZ_100 is not set
-CONFIG_HZ_250=y
+# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
-# CONFIG_HZ_1000 is not set
-CONFIG_HZ=250
+CONFIG_HZ_1000=y
+CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
-- all courtesy of Matt at the museum
Comments
You must be logged in to leave a comment.