meta-digi/meta-digi-dey/recipes-connectivity/ppp/ppp_2.5.0.bbappend

9 lines
284 B
Plaintext

# Copyright (C) 2017-2024, Digi International Inc.
do_install:append() {
# NetworkManager manages the 'resolv.conf' file globally, so
# remove the 'pppd' specific scripts for DNS.
rm -f ${D}${sysconfdir}/ppp/ip-up.d/08setupdns
rm -f ${D}${sysconfdir}/ppp/ip-down.d/92removedns
}