Merge pull request #13779 from bobafetthotmail/patch-1
docker-compose: move to Utilities in menuconfig
This commit is contained in:
commit
727c01a053
|
@ -18,9 +18,8 @@ include ../../lang/python/python3-package.mk
|
||||||
PYTHON3_PKG_SETUP_ARGS:=
|
PYTHON3_PKG_SETUP_ARGS:=
|
||||||
|
|
||||||
define Package/docker-compose
|
define Package/docker-compose
|
||||||
SECTION:=lang
|
SECTION:=utils
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Python
|
|
||||||
TITLE:=Docker Compose
|
TITLE:=Docker Compose
|
||||||
URL:=https://github.com/docker/compose
|
URL:=https://github.com/docker/compose
|
||||||
DEPENDS+=+docker-ce \
|
DEPENDS+=+docker-ce \
|
||||||
|
|
Loading…
Reference in New Issue