File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 21
21
fail-fast : false
22
22
matrix :
23
23
kernel_branch : [
24
- ' linux-4.14.y' ,
25
24
' 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' ,
31
25
' linux-5.19.y' ,
32
26
' linux-6.1.y' ,
33
- ' linux-6.5.y' ,
34
27
' linux-6.8.y' ,
35
28
' linux-6.9.y' ,
36
29
' linux-6.10.y' ,
Original file line number Diff line number Diff line change @@ -2084,6 +2084,8 @@ install_dahdi() {
2084
2084
2085
2085
if [ " $DAHDI_OLD_DRIVERS " = " 1" ]; then
2086
2086
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
2087
2089
fi
2088
2090
2089
2091
# Merged in master, but not yet in a current release
@@ -2103,6 +2105,8 @@ install_dahdi() {
2103
2105
dahlin_apply_pr 79 # vpmadt032 binary blob
2104
2106
dahlin_apply_pr 92 # del_timer_sync wrapper
2105
2107
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
2106
2110
2107
2111
KERN_VER_MM=$( uname -r | cut -d. -f1-2 )
2108
2112
OS_DIST_2=$( printf " $OS_DIST_INFO " | cut -d' ' -f1-2)
You can’t perform that action at this time.
0 commit comments