OpenWrt Package Checker and AUS-Compatible List Generator #1271
MarkBeharrell
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My first foray into using ASU I hit the common "Impossible package" issue and reasoned that it was due to out-of-date, replaced or simply not available anymore packages.
I wrote a simple script that grabs the currently installed package list, downloads and consolidates all the packages from the OpenWRT feeds and then compares and cross references them.
It will then give a readout of the ones that it can't find and then give the option to create a compatible package list.
I tried it in my scenario which was a mature 23.05 install with many packages. Once I added this to the FastAPI build with all the associated extras (inc "filesystem":"ext4" and "rootfs_size_mb":1024) allowed me to successfully create a new image.
Check the actualy script out on my github:
OpenWRT-ASU-PackageChecker
When the script runs you should get the below. I havent tried it with any other archs or builds so can't say if it would work but certainly a good starting point.
Beta Was this translation helpful? Give feedback.
All reactions