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
|
||||
CATEGORY:=Network
|
||||
MENU:=1
|
||||
DEPENDS:=+uclibcxx
|
||||
TITLE:=A reverse (connecting) remote shell
|
||||
URL:=http://www.cycom.se/dl/rrs/
|
||||
endef
|
||||
|
||||
define Package/rrs
|
||||
$(call Package/rrs/Default)
|
||||
DEPENDS:=+uclibcxx
|
||||
DEPENDS+=+libopenssl
|
||||
TITLE+= (with SSL support)
|
||||
endef
|
||||
|
||||
define Package/rrs-nossl
|
||||
$(call Package/rrs/Default)
|
||||
DEPENDS:=rrs
|
||||
DEPENDS+=rrs
|
||||
TITLE+= (without SSL support)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user