From 717fba218fb0a4348e06c0833815a6f04d95afa6 Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Mon, 26 Oct 2020 21:26:18 +0100 Subject: [PATCH] docker-compose: move to Utilities in menuconfig it makes no sense to show docker-compose sit in Languages -> Python submenu in menuconfig, it is a tool and not a library. Move it to Utilities section like docker-ce also is. Signed-off-by: Alberto Bursi --- utils/docker-compose/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index a210fea19..47d7336f6 100644 --- a/utils/docker-compose/Makefile +++ b/utils/docker-compose/Makefile @@ -18,9 +18,8 @@ include ../../lang/python/python3-package.mk PYTHON3_PKG_SETUP_ARGS:= define Package/docker-compose - SECTION:=lang - CATEGORY:=Languages - SUBMENU:=Python + SECTION:=utils + CATEGORY:=Utilities TITLE:=Docker Compose URL:=https://github.com/docker/compose DEPENDS+=+docker-ce \