rrs: fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8225 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
03be4444dd
commit
e206c7e58d
@ -22,19 +22,20 @@ define Package/rrs/Default
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
MENU:=1
|
MENU:=1
|
||||||
|
DEPENDS:=+uclibcxx
|
||||||
TITLE:=A reverse (connecting) remote shell
|
TITLE:=A reverse (connecting) remote shell
|
||||||
URL:=http://www.cycom.se/dl/rrs/
|
URL:=http://www.cycom.se/dl/rrs/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/rrs
|
define Package/rrs
|
||||||
$(call Package/rrs/Default)
|
$(call Package/rrs/Default)
|
||||||
DEPENDS:=+uclibcxx
|
DEPENDS+=+libopenssl
|
||||||
TITLE+= (with SSL support)
|
TITLE+= (with SSL support)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/rrs-nossl
|
define Package/rrs-nossl
|
||||||
$(call Package/rrs/Default)
|
$(call Package/rrs/Default)
|
||||||
DEPENDS:=rrs
|
DEPENDS+=rrs
|
||||||
TITLE+= (without SSL support)
|
TITLE+= (without SSL support)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user