mirror of
https://github.com/4IceG/luci-app-3ginfo-lite.git
synced 2026-04-25 11:25:50 +03:00
[GH-ISSUE #23] Provide a repository index to the Assets #15
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#15
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 @bam80 on GitHub (Oct 6, 2022).
Original GitHub issue: https://github.com/4IceG/luci-app-3ginfo-lite/issues/23
I just tried and a stable link to the latest release is actually works!:
https://github.com/4IceG/luci-app-3ginfo-lite/releases/latest/download/luci-app-3ginfo-lite_all.ipk
This opens the doors for making the Assets usable as OpenWrt package repository!
To make it happen, we just probably need to add a repository index to the Assets.
The index is generated with following command:
https://openwrt.org/docs/guide-developer/toolchain/using_the_sdk#compile_packages
It produces 3 files for the repo, not sure if all of them are essential:
After publishing these files to the Assets, we should be able to add the following to the repositories config, and have hassle-free installation/updates :)
@bam80 commented on GitHub (Oct 21, 2022):
@4IceG ping
@bam80 commented on GitHub (Nov 1, 2022):
@4IceG ping, please?
@4IceG commented on GitHub (Nov 1, 2022):
@bam80 I'm listening to you, what is it?
@bam80 commented on GitHub (Nov 1, 2022):
How about the proposal above?
@4IceG commented on GitHub (Nov 1, 2022):
At the moment I have added one repository, just wait for the sms-tool package to be added to Openwrt, which would also make installing my packages a lot easier. It's all new to me and I'm learning these things.
@bam80 commented on GitHub (Nov 1, 2022):
You mean a packages repository? Where?
@4IceG commented on GitHub (Nov 1, 2022):
Currently I have made the packages available here
https://github.com/4IceG/Modem-extras
@bam80 commented on GitHub (Nov 1, 2022):
Oh, didn't know about that!
Probably should be mentioned in https://github.com/4IceG/luci-app-3ginfo-lite#-installation---instalacja?
@4IceG commented on GitHub (Nov 1, 2022):
I did not want to change the description yet, I thought that the sms-tool would be added and then..
@bam80 commented on GitHub (Nov 1, 2022):
How about adding sms-tool in your repo too until it doesn't happened?
@4IceG commented on GitHub (Nov 1, 2022):
The problem is that the sms-tool must be compiled for a given architecture, and I will not add this for all supported routers because it does not compile them.
@bam80 commented on GitHub (Nov 1, 2022):
I think it still worth to be mentioned in Readme, because it's really important.
We can add that
sms-toolneeds to be installed manually one way or another, for now..Alternatively, try the approach suggested here.
@4IceG commented on GitHub (Nov 1, 2022):
I think the current description is optimal. Informs about the need to install sms-tool and compile your own if the package is not available.
If it says that it can be downloaded and installed manually, there will be confusion. How download? from where? why is there no package on my router? will you compile me on ..? I'd rather avoid it.
@bam80 commented on GitHub (Nov 1, 2022):
And what about adding the index to the Assets? Is it hard to do? (I just don't know)
@4IceG commented on GitHub (Nov 1, 2022):
I created the repository according to the guide, I honestly did not think it could be so simple.
https://eko.one.pl/?p=openwrt-kompilacja#tworzeniewasnegorepozytorium
@bam80 commented on GitHub (Nov 7, 2022):
Hello, it happened! Is it time to change the description then? :)
@4IceG commented on GitHub (Nov 7, 2022):
Hi :), I will try to do it this week, I will build new images, repository, improve my packages (package description will be improved to be more accurate when installing in LuCI).
@bam80 commented on GitHub (Nov 25, 2022):
Hi, just wondered if it can happen any time soon?
@4IceG commented on GitHub (Nov 25, 2022):
Hi, I will try to update all the descriptions together with the new release of the repository tomorrow, Sunday at the latest. Sorry for the delay, but I don't always have as much time for OpenWrt as I would like.