1config BR2_PACKAGE_TCPDUMP 2 bool "tcpdump" 3 select BR2_PACKAGE_LIBPCAP 4 help 5 A tool for network monitoring and data acquisition. 6 7 http://www.tcpdump.org/ 8 9if BR2_PACKAGE_TCPDUMP 10 11config BR2_PACKAGE_TCPDUMP_SMB 12 bool "smb dump support" 13 help 14 enable possibly-buggy SMB printer 15 16endif 17