Browse Source

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.
Christopher Howard 5 years ago
parent
commit
1045f7c5c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/network/services/shellinabox/Makefile

+ 1 - 1
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