From: Alberto Bursi Date: Mon, 26 Oct 2020 20:26:18 +0000 (+0100) Subject: docker-compose: move to Utilities in menuconfig X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=717fba218fb0a4348e06c0833815a6f04d95afa6;p=openwrt-packages.git 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 --- 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 \