[GH-ISSUE #10] can't compile atinout on immortalwrt 21.02 #10

Closed
opened 2026-03-04 12:00:12 +03:00 by kerem · 4 comments
Owner

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

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
kerem closed this issue 2026-03-04 12:00:12 +03:00
Author
Owner

@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:

cd feeds/luci/applications/
git clone https://github.com/4IceG/luci-app-atinout-mod.git
cd ../../..
./scripts feeds update -a; ./scripts/feeds install -a
make menuconfig

or e.g.

cd packages/
git clone https://github.com/4IceG/luci-app-atinout-mod.git
git pull
make package/symlinks
make menuconfig

You may need to correct the file paths and the number of folders to look like this:

feeds/luci/applications/luci-app-atinout-mod/Makefile
feeds/luci/applications/atinout/Makefile

or

packages/luci-app-atinout-mod/Makefile
packages/atinout/Makefile

and compiling the package:
make V=s -j1 package/luci-app-atinout-mod/compile
or e.g.
make V=s -j1 feeds/luci/applications/luci-app-atinout-mod/compile

<!-- gh-comment-id:1086850803 --> @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: ``` cd feeds/luci/applications/ git clone https://github.com/4IceG/luci-app-atinout-mod.git cd ../../.. ./scripts feeds update -a; ./scripts/feeds install -a make menuconfig ``` or e.g. ``` cd packages/ git clone https://github.com/4IceG/luci-app-atinout-mod.git git pull make package/symlinks make menuconfig ``` You may need to correct the file paths and the number of folders to look like this: ``` feeds/luci/applications/luci-app-atinout-mod/Makefile feeds/luci/applications/atinout/Makefile ``` or ``` packages/luci-app-atinout-mod/Makefile packages/atinout/Makefile ``` and compiling the package: `make V=s -j1 package/luci-app-atinout-mod/compile` or e.g. `make V=s -j1 feeds/luci/applications/luci-app-atinout-mod/compile`
Author
Owner

@Nurwahyu99 commented on GitHub (Apr 3, 2022):

how about atinout package?

<!-- gh-comment-id:1086960305 --> @Nurwahyu99 commented on GitHub (Apr 3, 2022): how about atinout package?
Author
Owner

@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ł:

how about atinout package?


Reply to this email directly, view it on GitHub
https://github.com/4IceG/luci-app-atinout-mod/issues/10#issuecomment-1086960305,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AOIOFSIIEL6MY2X6FP26OTLVDIJ7LANCNFSM5SNBVVFA
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:1087046569 --> @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ł: > how about atinout package? > > — > Reply to this email directly, view it on GitHub > <https://github.com/4IceG/luci-app-atinout-mod/issues/10#issuecomment-1086960305>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AOIOFSIIEL6MY2X6FP26OTLVDIJ7LANCNFSM5SNBVVFA> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@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

<!-- gh-comment-id:1088031255 --> @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
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/luci-app-atinout-mod#10
No description provided.