shellinabox: alters zlib dependency type 65/head
authorChristopher Howard <christopher.howard@qlfiles.net>
Thu, 31 May 2018 15:52:20 +0000 (07:52 -0800)
committerChristopher Howard <christopher.howard@qlfiles.net>
Thu, 31 May 2018 15:52:20 +0000 (07:52 -0800)
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

index 0d2fcdf8d45e251bcef688909a9a0c098c87cadd..2e33f42bf821f29ea806858309315cdb75637e3b 100644 (file)
@@ -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