asterisk / dahdi-linux

This is the official dahdi-linux repository. All issues and PR should be raised here.
GNU General Public License v2.0
47 stars 69 forks source link

fix missing spantype file from dahdi-tools #56

Closed ursfassler closed 3 weeks ago

ursfassler commented 1 month ago

With Linux kernel >= 4.13.0 the dahdi-tools don't work, complaining that they don't find "spantype". This is due to a name-change of the sysfs entry. This change seems to be accidental due to a name clash in the c source file.

This patch changes the name to back to "spantype" and hence fixes https://github.com/asterisk/dahdi-tools/issues/9.

sangoma-oss-cla[bot] commented 1 month ago

CLA assistant check
All committers have signed the CLA.

ursfassler commented 4 weeks ago

@push143smart let me know if the patch can be merged this way or if something needs to be adjusted.

push143smart commented 3 weeks ago

Merging fix missing spantype file from dahdi-tools