board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / python-dpkt / Config.in
blobf1e4ddff15e05406d70518663485d413bf142ec5
1 config BR2_PACKAGE_PYTHON_DPKT
2         bool "python-dpkt"
3         depends on BR2_PACKAGE_PYTHON
4         select BR2_PACKAGE_PYTHON_ZLIB
5         help
6           Fast, simple packet creation / parsing, with definitions
7           for the basic TCP/IP protocols.
9           http://code.google.com/p/dpkt/