xref: /OK3568_Linux_fs/buildroot/package/biosdevname/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_BIOSDEVNAME
2	bool "biosdevname"
3	depends on BR2_i386 || BR2_x86_64
4	depends on BR2_PACKAGE_HAS_UDEV
5	select BR2_PACKAGE_PCIUTILS
6	select BR2_PACKAGE_ZLIB
7	help
8	  Biosdevname is a udev helper that looks at various BIOS tables
9	  to figure out what the actual hardware names are for Ethernet
10	  ports and renames the ports accordingly. This has the
11	  advantage of always referring to the same port regardless of
12	  system or hardware changes that might otherwise alter the
13	  typical ethX naming.
14
15	  https://github.com/dell/biosdevname/
16