Enforce openssl dependency.
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
config BR2_PACKAGE_OPENSSH
|
config BR2_PACKAGE_OPENSSH
|
||||||
bool"openssh"
|
bool"openssh"
|
||||||
default n
|
default n
|
||||||
|
select BR2_PACKAGE_OPENSSL
|
||||||
help
|
help
|
||||||
Add help text here.
|
Add help text here.
|
||||||
|
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ $(TARGET_DIR)/usr/bin/ssh: $(OPENSSH_DIR)/ssh
|
|||||||
chmod a+x $(TARGET_DIR)/etc/init.d/S50sshd
|
chmod a+x $(TARGET_DIR)/etc/init.d/S50sshd
|
||||||
rm -rf $(TARGET_DIR)/usr/info $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
rm -rf $(TARGET_DIR)/usr/info $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
|
||||||
|
|
||||||
openssh: $(TARGET_DIR)/usr/bin/ssh
|
openssh: openssl $(TARGET_DIR)/usr/bin/ssh
|
||||||
|
|
||||||
openssh-source: $(DL_DIR)/$(OPENSSH_SOURCE)
|
openssh-source: $(DL_DIR)/$(OPENSSH_SOURCE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user