summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2018-11-16 07:09:52 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-11-16 07:09:52 +0100
commit91558c5d57ff151fda3d006c1eddccd908d03cee (patch)
tree6ee4922bf549966513ae6446a24c716909ddb398
parent40e378f1ac91d9508e4f8209a4101af026f1e272 (diff)
downloadDistroKit-91558c5d57ff151fda3d006c1eddccd908d03cee.tar.gz
DistroKit-91558c5d57ff151fda3d006c1eddccd908d03cee.tar.xz
platform rpi: enable some network diag options
Enable some debug options needed for 'ss'. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/platform-rpi/kernelconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig
index a095b20..115a14b 100644
--- a/configs/platform-rpi/kernelconfig
+++ b/configs/platform-rpi/kernelconfig
@@ -589,9 +589,9 @@ CONFIG_NET_INGRESS=y
# Networking options
#
CONFIG_PACKET=y
-# CONFIG_PACKET_DIAG is not set
+CONFIG_PACKET_DIAG=y
CONFIG_UNIX=y
-# CONFIG_UNIX_DIAG is not set
+CONFIG_UNIX_DIAG=y
# CONFIG_TLS is not set
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
@@ -624,7 +624,7 @@ CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
-# CONFIG_INET_UDP_DIAG is not set
+CONFIG_INET_UDP_DIAG=y
# CONFIG_INET_RAW_DIAG is not set
# CONFIG_INET_DIAG_DESTROY is not set
# CONFIG_TCP_CONG_ADVANCED is not set