Config.in 557 B

123456789101112131415
  1. config 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. https://github.com/dell/biosdevname/