From f7ef633d5f6a9144acdf60af1dacd7a351c9abb5 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 9 Mar 2021 22:31:01 -0800 Subject: busybox: Consolidate rules into a single file Change-Id: I0fad530d23558737b4217ab604fc31098ac06254 Signed-off-by: William A. Kennington III --- meta-google/recipes-core/busybox/files/gbmc.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-google/recipes-core/busybox/files/gbmc.cfg (limited to 'meta-google/recipes-core/busybox/files/gbmc.cfg') diff --git a/meta-google/recipes-core/busybox/files/gbmc.cfg b/meta-google/recipes-core/busybox/files/gbmc.cfg new file mode 100644 index 000000000..51d15d1c7 --- /dev/null +++ b/meta-google/recipes-core/busybox/files/gbmc.cfg @@ -0,0 +1,15 @@ +# gBMC uses iproute2 +CONFIG_IP=n +CONFIG_NETSTAT=n + +# Debugging utilities +CONFIG_LSOF=y +CONFIG_LSUSB=y + +# Used by NC-SId +CONFIG_FEATURE_IPV6=y +CONFIG_UDHCPC6=y +CONFIG_FEATURE_UDHCPC6_RFC3646=y +CONFIG_FEATURE_UDHCPC6_RFC4704=y +CONFIG_FEATURE_UDHCPC6_RFC4833=y +CONFIG_FEATURE_UDHCPC6_RFC5970=y -- cgit v1.2.3