Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页

    全志T113-S3解决Tina SDK OpenSSH编译问题

    MR Series
    1
    1
    1683
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fanhuacloud LV 6 last edited by

      最近在研究T113-S3的Tina-SDK,发现menuconfig里的openssh存在无法编译的情况,查了下百度是主机openssl的版本的问题,找了其他文档说要降级openssl,研究了一下,其实最简单的办法就是升级openssh包的版本。
      找到package/network/openssh/Makefile文件,将其中的版本号修改为新一点的版本就可以通过编译而且正常使用:

      PKG_NAME:=openssh
      PKG_VERSION:=8.9p1
      PKG_RELEASE:=1
      
      PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
      PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \
                      https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/ \
                      https://anorien.csc.warwick.ac.uk/pub/OpenBSD/OpenSSH/portable/
      PKG_HASH:=bd943879e69498e8031eb6b7f44d08cdc37d59a7ab689aa0b437320c3481fd68
      

      如果修改后存在报错,同时修改PKG_HASH即可

      1 Reply Last reply Reply Quote Share 2
      • 1 / 1
      • First post
        Last post

      Copyright © 2024 深圳全志在线有限公司 粤ICP备2021084185号 粤公网安备44030502007680号

      行为准则 | 用户协议 | 隐私权政策