diff options
Diffstat (limited to 'openwrt/package/pciutils/Config.in')
-rw-r--r-- | openwrt/package/pciutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/pciutils/Config.in b/openwrt/package/pciutils/Config.in new file mode 100644 index 0000000000..e76962f822 --- /dev/null +++ b/openwrt/package/pciutils/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PCIUTILS + prompt "pciutils.......................... Linux PCI Utilities" + tristate + default m if CONFIG_DEVEL + help + This package contains various utilities for inspecting and setting of + devices connected to the PCI bus. |