packagegroup-net: Add ethtool to base package
It is required on fct image to read broadr metadata. BugzID: 77243
This commit is contained in:
parent
8a75c1b88a
commit
68f1d6876b
|
|
@ -13,10 +13,10 @@ RDEPENDS_${PN}-base = " \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
packagegroup-core-ssh-openssh \
|
packagegroup-core-ssh-openssh \
|
||||||
openssh-sftp-server \
|
openssh-sftp-server \
|
||||||
|
ethtool \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN}-extended= " \
|
RDEPENDS_${PN}-extended= " \
|
||||||
ethtool \
|
|
||||||
iptables \
|
iptables \
|
||||||
iptables-module-ipt-masquerade \
|
iptables-module-ipt-masquerade \
|
||||||
iptables-module-ip6t-masquerade \
|
iptables-module-ip6t-masquerade \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue