openwrt / telephony

The telephony packages feed
103 stars 232 forks source link

dahdi: fix ABS redefined error #842

Closed CharlesMengCA closed 3 months ago

CharlesMengCA commented 8 months ago

Compile tested: Netgear WNDR4300, OpenWrt SNAPSHOT r24365-b7cf706539, 6.1.62 Run tested: Netgear WNDR4300, OpenWrt SNAPSHOT r24365-b7cf706539, 6.1.62

Description:

When compiled with snapshot for kernel 6.1, got error: "ABS" redefined [-Werror]

Renamed ABS micro to DAHDI_ABS in dahdi_echocan_mg2.c and the compile error is fixed.

micmac1 commented 3 months ago

Ansuel recently committed a likewise patch. Closing this PR.