mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Enforce openssl dependency.
This commit is contained in:
parent
99f63de9aa
commit
1f3d636953
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user