Move udev-rules-nmhw to minimal packagegroup
To have a consistent behavior between all type of images, the udev rules must always be present. For example on HW21, without these rules, eth0 refers to the internal interface between the cpu and the switch instead of the main ethernet interface of the system. BugzID: 80527
This commit is contained in:
parent
477d521d79
commit
a6ae8ece23
|
|
@ -10,5 +10,4 @@ RDEPENDS_${PN} = " \
|
|||
curl \
|
||||
parted \
|
||||
mmc-utils \
|
||||
udev-rules-nmhw \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -10,4 +10,5 @@ RDEPENDS_${PN} = " \
|
|||
systemd-serialgetty \
|
||||
ncurses-terminfo-base \
|
||||
haveged \
|
||||
udev-rules-nmhw \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue