From 1c68b9bba0bc44b2dad71ae5b03effd39a9949a2 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Fri, 8 Dec 2023 15:04:25 +0100 Subject: [PATCH] iop: Add gpiotool package This can be useful for troubleshooting and debugging GPIOs. Signed-off-by: Andreas Gnau --- iop/config | 1 + 1 file changed, 1 insertion(+) diff --git a/iop/config b/iop/config index 44015acfa..654da581d 100644 --- a/iop/config +++ b/iop/config @@ -189,6 +189,7 @@ CONFIG_PACKAGE_at=y CONFIG_PACKAGE_ca-certificates=y CONFIG_PACKAGE_crun=y CONFIG_PACKAGE_getopt=y +CONFIG_PACKAGE_gpiotool=y # CONFIG_PACKAGE_iwatchdog is not set CONFIG_PACKAGE_jq=y CONFIG_PACKAGE_libcap-bin=y