diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2015-08-11 17:35:26 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-18 23:13:24 +0200 |
| commit | c994d5638310e0a6e5110bd11e51ab0d56188cad (patch) | |
| tree | 04d85a70a432cca7d2c85318231faee991a83f82 /package/python-pyroute2/Config.in | |
| parent | 7270f114b0c0480c2411d1b2ae1114fd8396d6e3 (diff) | |
| download | buildroot-c994d5638310e0a6e5110bd11e51ab0d56188cad.tar.gz buildroot-c994d5638310e0a6e5110bd11e51ab0d56188cad.zip | |
python-pyroute2: new package
[Thomas:
- fix legal info:
* the license is GPLv2+ *or* Apache 2.0
* the license files list separator is space, not comma
* README.license.md has been added to the license files, since it
contains some useful information about the licensing.
- rewrap Config.in help text.]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pyroute2/Config.in')
| -rw-r--r-- | package/python-pyroute2/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-pyroute2/Config.in b/package/python-pyroute2/Config.in new file mode 100644 index 0000000000..4f13ab2c7b --- /dev/null +++ b/package/python-pyroute2/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_PYTHON_PYROUTE2 + bool "python-pyroute2" + help + Python netlink library - Linux network / netns / wireless / + ipset configuration. + + https://github.com/svinota/pyroute2 |

