mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #67] Cannot compile as addon feed on OpenWrt latest snapshot #51
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-3ginfo-lite#51
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 @stich86 on GitHub (Apr 9, 2024).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/67
Hi @4IceG,
i'm trying to add your tools on my custom build for BPI-R3-Mini, but when add your plugin, I got this error during compile about
chatpackage:Your plugin select automatically
chatpackage, andbusyboxhaschatbinary disabled, but looks like during the build it still tries to override. Any suggestion? Are you able to compile latest snapshot adding your feed?Thanks in advance!
@4IceG commented on GitHub (Apr 9, 2024):
Hey @stich86 ,
The last time I compiled, I had no problems with my packages.
This is your compilation :), if the dependencies conflict with each other, remove the chat package from the Makefile.
The question is which package requires chat LUCI_DEPENDS:=+sms-tool +comgt +kmod-usb-serial-option.
@stich86 commented on GitHub (Apr 15, 2024):
it was local problem on the build, solved after a make clean ;)