mirror of
https://github.com/corundum/corundum.git
synced 2025-01-16 08:12:53 +08:00
ZCU106/fpga_zynqmp/ps/petalinux/: rootfs: Include various kernel module and network device tools
- kmod (for modinfo) - ethtool - net-tools (for arp) - iputils-ping (for ping; Busybox' ping does not support flood ping option) - iproute2 (for ip; Busybox' ip is very limited) - tcpdump - iperf2 Signed-off-by: Joachim Foerster <joachim.foerster@missinglinkelectronics.com> Signed-off-by: Andreas Braun <andreas.braun@missinglinkelectronics.com>
This commit is contained in:
parent
5700aba9a0
commit
442a24c5a7
@ -190,7 +190,7 @@ CONFIG_haveged=y
|
||||
#
|
||||
# iproute2
|
||||
#
|
||||
# CONFIG_iproute2 is not set
|
||||
CONFIG_iproute2=y
|
||||
# CONFIG_iproute2-ss is not set
|
||||
# CONFIG_iproute2-dev is not set
|
||||
# CONFIG_iproute2-dbg is not set
|
||||
@ -205,7 +205,7 @@ CONFIG_haveged=y
|
||||
#
|
||||
# kmod
|
||||
#
|
||||
# CONFIG_kmod is not set
|
||||
CONFIG_kmod=y
|
||||
# CONFIG_kmod-bash-completion is not set
|
||||
# CONFIG_libkmod is not set
|
||||
# CONFIG_kmod-dbg is not set
|
||||
@ -506,7 +506,7 @@ CONFIG_can-utils=y
|
||||
#
|
||||
# ethtool
|
||||
#
|
||||
# CONFIG_ethtool is not set
|
||||
CONFIG_ethtool=y
|
||||
# CONFIG_ethtool-dev is not set
|
||||
# CONFIG_ethtool-dbg is not set
|
||||
|
||||
@ -2614,7 +2614,7 @@ CONFIG_udev-extraconf=y
|
||||
#
|
||||
# net-tools
|
||||
#
|
||||
# CONFIG_net-tools is not set
|
||||
CONFIG_net-tools=y
|
||||
# CONFIG_net-tools-dbg is not set
|
||||
# CONFIG_net-tools-dev is not set
|
||||
|
||||
@ -3556,7 +3556,7 @@ CONFIG_bridge-utils=y
|
||||
#
|
||||
# tcpdump
|
||||
#
|
||||
# CONFIG_tcpdump is not set
|
||||
CONFIG_tcpdump=y
|
||||
# CONFIG_tcpdump-dev is not set
|
||||
# CONFIG_tcpdump-dbg is not set
|
||||
|
||||
@ -4176,6 +4176,8 @@ CONFIG_auto-login=y
|
||||
#
|
||||
# user packages
|
||||
#
|
||||
CONFIG_iperf2=y
|
||||
CONFIG_iputils-ping=y
|
||||
|
||||
#
|
||||
# PetaLinux RootFS Settings
|
||||
|
@ -3,3 +3,6 @@
|
||||
|
||||
CONFIG_gpio-demo
|
||||
CONFIG_peekpoke
|
||||
|
||||
CONFIG_iputils-ping
|
||||
CONFIG_iperf2
|
||||
|
Loading…
x
Reference in New Issue
Block a user