Commit 04231a9b authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

now mii-diag should be included to the ramdisk's /usr/sbin

parent ecb55c3f
......@@ -34,4 +34,5 @@ HAVE_HWIRDA=1
HAVE_FW_MASQUERADE=1
HAVE_IP_TOOLS=1
HAVE_MII=1
# new tools should be added to the list in the recipe (*.bb)
HAVE_MII_DIAG=1
\ No newline at end of file
......@@ -81,7 +81,7 @@ do_install() {
inherit update-alternatives
base_sbindir_progs = "arp ifconfig ipmaddr iptunnel mii-tool nameif plipconfig rarp route slattach"
base_sbindir_progs = "arp ifconfig ipmaddr iptunnel mii-tool mii-diag nameif plipconfig rarp route slattach"
base_bindir_progs = "dnsdomainname domainname hostname netstat nisdomainname ypdomainname"
ALTERNATIVE_${PN} = "${base_sbindir_progs} ${base_bindir_progs}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment