Git Product home page Git Product logo

Comments (6)

iyuangang avatar iyuangang commented on May 26, 2024

请问使用的哪个版本?
安装的软件包是?

from openwrt.

wayne651x avatar wayne651x commented on May 26, 2024

直接用了这个仓库Release里的最新版(19.07.2)openwrt-x86-64-combined-ext4.img.gz

安装完后使用 System => Software 里面的方式安装的。因为我用来做软路由的机子是单网口,所以我需要装一个USB网卡,在装 kmod-usb-core 时报了这个错。其他有些可以装,有些也会报这个错。

我自己试过官方下的 19.07.2 的镜像可以装。我对比了下时间,官方说 19.07.2 是3月6号发布的。但我看你这边Release包的时间好像早于它。

from openwrt.

iyuangang avatar iyuangang commented on May 26, 2024

看了下,确实比官方早,刚才更新了 4.14.172github actions 跑完我再测试下。

from openwrt.

wayne651x avatar wayne651x commented on May 26, 2024

好的,感谢~

from openwrt.

iyuangang avatar iyuangang commented on May 26, 2024

找到原因了。
不是 kernel 的问题,是个人编译后指纹与官方不符,需要替换为官方指纹。
修改方法如下
vi /usr/lib/opkg/status
vinormal 模式下替换a60e1decc7262b7aff1e5f054fe9598f 为官方指纹e1dd7676581672f6f0bdb1363506dee1
先输入英文小写冒号:
再把下面语句粘贴到冒号后面
%s/a60e1decc7262b7aff1e5f054fe9598f/e1dd7676581672f6f0bdb1363506dee1/g
按回车,完成替换操作。
图片

再输入:wq 保存
:wq
更新一下就可以安装了。
图片

from openwrt.

wayne651x avatar wayne651x commented on May 26, 2024

亲测有效。单子可以关了 :D

from openwrt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.