diff options
Diffstat (limited to 'package/python-netifaces/Config.in')
-rw-r--r-- | package/python-netifaces/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-netifaces/Config.in b/package/python-netifaces/Config.in new file mode 100644 index 000000000..b9d66d8b6 --- /dev/null +++ b/package/python-netifaces/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_NETIFACES + bool "python-netifaces" + depends on BR2_PACKAGE_PYTHON + select BR2_PACKAGE_PYTHON_SETUPTOOLS + help + Portable access to network interfaces from Python. + + http://alastairs-place.net/projects/netifaces |