From: Christopher Howard Date: Thu, 31 May 2018 15:52:20 +0000 (-0800) Subject: shellinabox: alters zlib dependency type X-Git-Tag: v1.4.4~14^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1045f7c5c907340551f74ef5d89305e2feaedd06;p=librecmc%2Flibrecmc.git shellinabox: alters zlib dependency type Without this patch, shellinabox is invisible in menuconfig until zlib is first selected, which likely is not what was intended. --- diff --git a/package/network/services/shellinabox/Makefile b/package/network/services/shellinabox/Makefile index 0d2fcdf8d4..2e33f42bf8 100644 --- a/package/network/services/shellinabox/Makefile +++ b/package/network/services/shellinabox/Makefile @@ -29,7 +29,7 @@ define Package/shellinabox SECTION:=net CATEGORY:=Network TITLE:=Shell In A Box - DEPENDS:= zlib + DEPENDS:= +zlib URL:=http://shellinabox.googlecode.com endef