developer | 08970cc | 2022-07-26 15:13:11 +0800 | [diff] [blame] | 1 | SRC_URI_remove = "git://github.com/xelerance/xl2tpd.git" |
| 2 | SRC_URI += "git://github.com/xelerance/xl2tpd.git;branch=master;protocol=https" |
| 3 | SRCREV = "1ef2a025981223c1e16fc833bef226c86ff8c295" |
developer | fdd78b5 | 2022-08-12 17:00:11 +0800 | [diff] [blame] | 4 | UPSTREAM_CHECK_URI = "https://github.com/xelerance/xl2tpd/releases" |
| 5 | |
| 6 | |
| 7 | CFLAGS_append += " -DUSE_KERNEL -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -DIP_ALLOCATION -DSANITY" |
| 8 | RDEPENDS_${PN} += "ppp" |
| 9 | RRECOMMENDS_${PN} += " ppp-l2tp" |