Browse Source

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 <bobafetthotmail@gmail.com>
lilik-openwrt-22.03
Alberto Bursi 4 years ago
parent
commit
717fba218f
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      utils/docker-compose/Makefile

+ 2
- 3
utils/docker-compose/Makefile View File

@ -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 \


Loading…
Cancel
Save