From 1045f7c5c907340551f74ef5d89305e2feaedd06 Mon Sep 17 00:00:00 2001 From: Christopher Howard Date: Thu, 31 May 2018 07:52:20 -0800 Subject: [PATCH] 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. --- package/network/services/shellinabox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1