You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
3033bc0c6e
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
config BR2_PACKAGE_PYTHON_DPKT
|
|
bool "python-dpkt"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
select BR2_PACKAGE_PYTHON_ZLIB
|
|
help
|
|
Fast, simple packet creation / parsing, with definitions
|
|
for the basic TCP/IP protocols.
|
|
|
|
http://code.google.com/p/dpkt/
|