Skip to content
Snippets Groups Projects
Commit a6a68545 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

network: Fix distrooverride for network: set mac address, removed networkd

The distrooverride changed from guf to seconorth, but these recipes
haven't been adapted yet and the syntax was not changed to the new.
parent 18e1dd6d
No related branches found
No related tags found
2 merge requests!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more,!341network: Fix distrooverride for network: set mac address, removed networkd
# We use network manager for the guf distro # We use network manager for the guf distro
# ( in fngsystem it is still in use) # ( in fngsystem it is still in use)
PACKAGECONFIG:remove:guf = " networkd " PACKAGECONFIG:remove:seconorth = " networkd "
...@@ -98,7 +98,7 @@ do_install() { ...@@ -98,7 +98,7 @@ do_install() {
install -m 0644 ${S}/config-default-wlan0-ap.xml ${D}/usr/share/sharedconf/ install -m 0644 ${S}/config-default-wlan0-ap.xml ${D}/usr/share/sharedconf/
} }
pkg_postinst_ontarget:${PN}-network_guf () { pkg_postinst_ontarget:${PN}-network:seconorth () {
# Write Network Manager connections SECO North device config during first boot # Write Network Manager connections SECO North device config during first boot
${sbindir}/gf-network-conf.sh --format=networkmanager generate ${sbindir}/gf-network-conf.sh --format=networkmanager generate
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment