diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-01-31 11:07:21 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-01-31 11:07:21 +0000 |
commit | 9a26b4651816439ad29b3df1caf69ac74f17530e (patch) | |
tree | cf6d96b7fcd8cee3ce21bd26f330d79dd8a45d5f /package/pciutils/Config.in | |
parent | f0657ba0c28e55a02f19aff050c24de4826cde70 (diff) | |
download | upstream-9a26b4651816439ad29b3df1caf69ac74f17530e.tar.gz upstream-9a26b4651816439ad29b3df1caf69ac74f17530e.tar.bz2 upstream-9a26b4651816439ad29b3df1caf69ac74f17530e.zip |
add pciutils v2.2.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3077 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pciutils/Config.in')
-rw-r--r-- | package/pciutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in new file mode 100644 index 0000000000..e76962f822 --- /dev/null +++ b/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. |