6ea396aef2
Add project's site and add a full stop at the end of the description. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
20 lines
540 B
Plaintext
20 lines
540 B
Plaintext
comment "mdio-tools needs a Linux kernel to be built"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
comment "mdio-tools needs a toolchain w/ headers >= 5.1"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
|
|
|
|
config BR2_PACKAGE_MDIO_TOOLS
|
|
bool "mdio-tools"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
|
|
select BR2_PACKAGE_LIBMNL
|
|
help
|
|
Low-level debug tools for MDIO devices.
|
|
|
|
https://github.com/wkz/mdio-tools
|