Skip to content

Commit 20d656b

Browse files
qcom-base: add pni-names to DISTRO_FEATURES (#21)
Enable predictable network interface names by default in order to allow a stable interface naming during boot. Without pni-names the interfaces assigned are done at random order, which is an issue on devices with multiple network interfaces such as qcs9100-ride-sx.
2 parents b966b7e + dd6b598 commit 20d656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/distro/include/qcom-base.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TARGET_VENDOR = "-qcom"
1111
# to make the python below work. Local, site and auto.conf will override it.
1212
TCMODE ?= "default"
1313

14-
DISTRO_FEATURES:append = " pam overlayfs ptest efi wifi bluetooth"
14+
DISTRO_FEATURES:append = " pam overlayfs ptest efi wifi bluetooth pni-names"
1515

1616
# Use systemd init manager for system initialization.
1717
INIT_MANAGER = "systemd"

0 commit comments

Comments
 (0)