Skip to content

Commit 541787c

Browse files
committed
DAHDI: Compile and successfully build dahdi_dummy.
1 parent 9c8b559 commit 541787c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
kernel_branch: [
24-
'linux-4.14.y',
2524
'linux-4.19.y',
26-
'linux-5.4.y',
27-
'linux-5.10.y',
28-
'linux-5.15.y',
29-
'linux-5.17.y',
30-
'linux-5.18.y',
3125
'linux-5.19.y',
3226
'linux-6.1.y',
33-
'linux-6.5.y',
3427
'linux-6.8.y',
3528
'linux-6.9.y',
3629
'linux-6.10.y',

phreaknet.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,6 +2084,8 @@ install_dahdi() {
20842084

20852085
if [ "$DAHDI_OLD_DRIVERS" = "1" ]; then
20862086
dahdi_unpurge $DAHDI_LIN_SRC_DIR # for some reason, this needs to be applied before the next branch patches
2087+
# Enable building dahdi_dummy, which is disabled by default
2088+
sed -i 's/#obj-$(DAHDI_BUILD_ALL)$(CONFIG_DAHDI_DUMMY)/obj-$(DAHDI_BUILD_ALL)$(CONFIG_DAHDI_DUMMY)/g' drivers/dahdi/Kbuild
20872089
fi
20882090

20892091
# Merged in master, but not yet in a current release
@@ -2103,6 +2105,8 @@ install_dahdi() {
21032105
dahlin_apply_pr 79 # vpmadt032 binary blob
21042106
dahlin_apply_pr 92 # del_timer_sync wrapper
21052107
dahlin_apply_pr 96 # from_timer renamed to timer_container_of
2108+
dahlin_apply_pr 98 # hrtimer_init changed to hrtimer_setup
2109+
dahlin_apply_pr 99 # use module_init/module_exit instead of init_module/cleanup_module
21062110

21072111
KERN_VER_MM=$( uname -r | cut -d. -f1-2 )
21082112
OS_DIST_2=$( printf "$OS_DIST_INFO" | cut -d' ' -f1-2)

0 commit comments

Comments
 (0)