mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
38
package/hwdata/Config.in
Normal file
38
package/hwdata/Config.in
Normal file
@@ -0,0 +1,38 @@
|
||||
config BR2_PACKAGE_HWDATA
|
||||
bool "hwdata"
|
||||
help
|
||||
Various hardware identification and configuration data
|
||||
|
||||
- Individual Address Block (IAB) and Organizationally Unique
|
||||
Identifier (OUI) databases, from IEEE Registration Authority
|
||||
- PCI ID database
|
||||
- PNP ID database (from Microsoft)
|
||||
- USB ID database
|
||||
|
||||
https://github.com/vcrhonek/hwdata
|
||||
|
||||
if BR2_PACKAGE_HWDATA
|
||||
|
||||
config BR2_PACKAGE_HWDATA_IAB_OUI_TXT
|
||||
bool "install iab.txt and oui.txt"
|
||||
help
|
||||
Install iab.txt and oui.txt
|
||||
|
||||
config BR2_PACKAGE_HWDATA_PCI_IDS
|
||||
bool "install pci.ids"
|
||||
default y
|
||||
help
|
||||
Install pci.ids
|
||||
|
||||
config BR2_PACKAGE_HWDATA_PNP_IDS
|
||||
bool "install pnp.ids"
|
||||
help
|
||||
Install pnp.ids
|
||||
|
||||
config BR2_PACKAGE_HWDATA_USB_IDS
|
||||
bool "install usb.ids"
|
||||
default y
|
||||
help
|
||||
Install usb.ids
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user