network-manager: Add default network config back
This commit is contained in:
parent
d79edf0034
commit
cdd1681cd8
Binary file not shown.
|
|
@ -1 +1,12 @@
|
|||
PACKAGECONFIG_append = " modemmanager bluez5"
|
||||
FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
|
||||
|
||||
SRC_URI_append = " file://system-connections.tar.gz"
|
||||
|
||||
|
||||
do_install_append() {
|
||||
rm -rf ${D}/run ${D}${localstatedir}/run
|
||||
mkdir -p ${D}${sysconfdir}/NetworkManager/system-connections
|
||||
install -m 0600 ${WORKDIR}/system-connections/* ${D}${sysconfdir}/NetworkManager/system-connections/
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue