diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2012-01-04 12:30:05 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-07 21:00:33 +0100 |
commit | 221d609bcf6baed80ac07230e80da49d1522e069 (patch) | |
tree | 2e8e6ba39f9377e167e0595bb79ebffe3b2b4630 /package/python-netifaces/Config.in | |
parent | e64b34e957522c355ed77f6356666862c99a1b96 (diff) | |
download | buildroot-novena-221d609bcf6baed80ac07230e80da49d1522e069.tar.gz buildroot-novena-221d609bcf6baed80ac07230e80da49d1522e069.zip |
New package: python-netifaces
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 |