mirror of
https://github.com/4IceG/luci-app-atinout-mod.git
synced 2026-04-26 10:35:49 +03:00
[GH-ISSUE #10] can't compile atinout on immortalwrt 21.02 #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-atinout-mod#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nurwahyu99 on GitHub (Apr 3, 2022).
Original GitHub issue: https://github.com/4IceG/luci-app-atinout-mod/issues/10
make[1] package/download
make[2] -C package/atinout download
ERROR: package/atinout failed to build.
make package/download: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on
make[1] target/download
make[2] -C target/linux download
@4IceG commented on GitHub (Apr 3, 2022):
I don't know immortalwrt 21.02, I don't know what they changed there. I compiled packages from clean OpenWrt sources for versions 21.02/22.03 and had no problems/errors.
Add my sources to your Openwrt, you can do this in two ways:
or e.g.
You may need to correct the file paths and the number of folders to look like this:
or
and compiling the package:
make V=s -j1 package/luci-app-atinout-mod/compileor e.g.
make V=s -j1 feeds/luci/applications/luci-app-atinout-mod/compile@Nurwahyu99 commented on GitHub (Apr 3, 2022):
how about atinout package?
@4IceG commented on GitHub (Apr 4, 2022):
The package should normally be downloaded from github, which is why I wrote
above what the path to it should look like. The atinout package is in the
luci-app-atinout-mod dependencies, so it should compile together with the
package.
pon., 4 kwi 2022, 00:15 użytkownik Nurwahyu99 @.***>
napisał:
@Nurwahyu99 commented on GitHub (Apr 4, 2022):
thank you. I have found the fix. add a custom repo in my openwrt
src/gz custom_generic https://raw.githubusercontent.com/lrdrdn/my-opkg-repo/main/generic
src/gz custom_arch https://raw.githubusercontent.com/lrdrdn/my-opkg-repo/main/aarch64_cortex-a53