Closed mochaaP closed 4 years ago
Do you have any fail logs?
Thanks, I will look at it.
@mochaaP I didn't have any issues while compiling, https://app.circleci.com/pipelines/github/jayanta525/openwrt-nanopi-r2s/33/workflows/4198cd47-47ac-41f2-b8a9-4e180dd393e1/jobs/48
@mochaaP Yes, it's your config.seed. Have a look at my latest commit at circleci https://github.com/jayanta525/openwrt-nanopi-r2s/commit/4048ab8d5c44773c612abc8f796e4e05d7ff29cc.
Seems so. Closing this issue.
Just flashed, found it has some versioning problems, indicating it's a SNAPSHOT build but not a release build, although the revision is right.
On https://github.com/jayanta525/openwrt-nanopi-r2s/commit/4048ab8d5c44773c612abc8f796e4e05d7ff29cc:
On an official 19.07.3 release:
Yes, its a SNAPSHOT build with 19.07.3 release feeds.
Hello,
I'm trying to build an image of the 19.07.3 release, and I tried change
feeds.conf
to https://downloads.openwrt.org/releases/19.07.3/targets/x86/64/feeds.buildinfo (all targets share the same file), but failed. What's the exact method to achieve this?Thanks.