summaryrefslogtreecommitdiff
path: root/meta-google/recipes-core/busybox/files/gbmc.cfg
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-03-10 09:31:01 +0300
committerWilliam A. Kennington III <wak@google.com>2021-03-10 22:00:49 +0300
commitf7ef633d5f6a9144acdf60af1dacd7a351c9abb5 (patch)
tree8eacb8ea664dbd3e7512742d8219c00e182472d9 /meta-google/recipes-core/busybox/files/gbmc.cfg
parenta17fe81f0797df9fbd889ac8f7866a984d299829 (diff)
downloadopenbmc-f7ef633d5f6a9144acdf60af1dacd7a351c9abb5.tar.xz
busybox: Consolidate rules into a single file
Change-Id: I0fad530d23558737b4217ab604fc31098ac06254 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-core/busybox/files/gbmc.cfg')
-rw-r--r--meta-google/recipes-core/busybox/files/gbmc.cfg15
1 files changed, 15 insertions, 0 deletions
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