From 961e43f93180fc36dc700e41191ca2fc5103342f Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Mon, 30 May 2016 12:09:31 +0200 Subject: busybox: enable networking tools Few more networking tools enabled for networking profile arp, netstat, traceroute Signed-off-by: Adrian Calianu Signed-off-by: Martin Borg --- recipes-core/busybox/busybox/arp.cfg | 2 ++ recipes-core/busybox/busybox/ip_extra.cfg | 11 +++++++++++ recipes-core/busybox/busybox/nc_extra.cfg | 3 +++ recipes-core/busybox/busybox/netstat_extra.cfg | 2 ++ recipes-core/busybox/busybox/traceroute.cfg | 2 ++ recipes-core/busybox/busybox_%.bbappend | 9 +++++++++ 6 files changed, 29 insertions(+) create mode 100644 recipes-core/busybox/busybox/arp.cfg create mode 100644 recipes-core/busybox/busybox/ip_extra.cfg create mode 100644 recipes-core/busybox/busybox/nc_extra.cfg create mode 100644 recipes-core/busybox/busybox/netstat_extra.cfg create mode 100644 recipes-core/busybox/busybox/traceroute.cfg create mode 100644 recipes-core/busybox/busybox_%.bbappend diff --git a/recipes-core/busybox/busybox/arp.cfg b/recipes-core/busybox/busybox/arp.cfg new file mode 100644 index 0000000..d42f23e --- /dev/null +++ b/recipes-core/busybox/busybox/arp.cfg @@ -0,0 +1,2 @@ +CONFIG_ARP=y +CONFIG_ARPING=y diff --git a/recipes-core/busybox/busybox/ip_extra.cfg b/recipes-core/busybox/busybox/ip_extra.cfg new file mode 100644 index 0000000..4e16954 --- /dev/null +++ b/recipes-core/busybox/busybox/ip_extra.cfg @@ -0,0 +1,11 @@ + +CONFIG_FEATURE_IFCONFIG_SLIP=y +CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ=y +CONFIG_FEATURE_IP_RULE=y +CONFIG_FEATURE_IP_SHORT_FORMS=y +CONFIG_FEATURE_IP_RARE_PROTOCOLS=y +CONFIG_IPADDR=y +CONFIG_IPLINK=y +CONFIG_IPROUTE=y +CONFIG_IPTUNNEL=y +CONFIG_IPRULE=y diff --git a/recipes-core/busybox/busybox/nc_extra.cfg b/recipes-core/busybox/busybox/nc_extra.cfg new file mode 100644 index 0000000..4e049e8 --- /dev/null +++ b/recipes-core/busybox/busybox/nc_extra.cfg @@ -0,0 +1,3 @@ +CONFIG_NC_SERVER=y +CONFIG_NC_EXTRA=y +CONFIG_NC_110_COMPAT=y diff --git a/recipes-core/busybox/busybox/netstat_extra.cfg b/recipes-core/busybox/busybox/netstat_extra.cfg new file mode 100644 index 0000000..1182b94 --- /dev/null +++ b/recipes-core/busybox/busybox/netstat_extra.cfg @@ -0,0 +1,2 @@ +CONFIG_FEATURE_NETSTAT_WIDE=y +CONFIG_FEATURE_NETSTAT_PRG=y diff --git a/recipes-core/busybox/busybox/traceroute.cfg b/recipes-core/busybox/busybox/traceroute.cfg new file mode 100644 index 0000000..385a1e2 --- /dev/null +++ b/recipes-core/busybox/busybox/traceroute.cfg @@ -0,0 +1,2 @@ +CONFIG_TRACEROUTE6=y +CONFIG_FEATURE_TRACEROUTE_VERBOSE=y diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend new file mode 100644 index 0000000..b7de6ac --- /dev/null +++ b/recipes-core/busybox/busybox_%.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += " \ + file://arp.cfg \ + file://ip_extra.cfg \ + file://nc_extra.cfg \ + file://netstat_extra.cfg \ + file://traceroute.cfg \ + " -- cgit v1.2.3-54-g00ecf