diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-08-22 07:34:28 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-26 16:16:59 +0200 |
commit | ff9ca7096bff21702f8d44c4c3b0380391fa8b19 (patch) | |
tree | 39a84861b33ac8ee2d9e28db8a77fd90ce1e66b7 /package/python-crcmod/Config.in | |
parent | 8972c398ff8b6b3550735c9e15fd61cdc7297049 (diff) | |
download | buildroot-ff9ca7096bff21702f8d44c4c3b0380391fa8b19.tar.gz buildroot-ff9ca7096bff21702f8d44c4c3b0380391fa8b19.zip |
python-crcmod: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-crcmod/Config.in')
-rw-r--r-- | package/python-crcmod/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/python-crcmod/Config.in b/package/python-crcmod/Config.in new file mode 100644 index 0000000000..289a3aee8b --- /dev/null +++ b/package/python-crcmod/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_CRCMOD + bool "python-crcmod" + help + The software in this package is a Python module for + generating objects that compute the Cyclic Redundancy + Check (CRC). + + http://crcmod.sourceforge.net/ |