When I try to fetch packages with the SD Release image from the official wiki I get the error:
Downloading https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/base/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/21.02-SNAPSHOT/packages/aarch64_cortex-a53/base/Packages.gz
Apperently 21.02-SNAPSHOT does not exist.
How do I install packages such as luci-app-sqm and its dependencies?
Can we please remove the old, apparently deprecated link to BPI-R4-mtk-bpi-r4-SD-20231030 from the wiki at Banana Pi BPI-R4 - Banana Pi Wiki ? Because a lot of new users will make the same mistake as me and try that one first!
If you think it will work better with Daniel’s fork then I will try to reinstall the thing for the 5th time, but I will wait for official builds, I don’t want to build from source if I can avoid it. I see that there are no images in Releases · dangowrt/openwrt · GitHub
@kwinz because some of them are related to the kernel and there is no repository available yet in OpenWRT.
If you create your custom image, you can just add the content below by adding into .config and run make menuconfig:
You need to flash your system to use official Openwrt to use the repos, not Banana Openwrt. Do not mix system and repos, due Banana system is in totally different version and it might do some troubles.
If you don’t want to change systen, build your own with included packages.
I am a gigantic idiot. I am using two different project folders and got them mixed up and accidentally flashed the ancient Bananapi image again instead of the official current day OpenWrt snapshot. I can confirm that with the official OpenWrt snapshot the package management is working. I am gonna delete the above post. Sorry for the confusion and for wasting your time!
In the official OpenWRT snapshot page, I see an SD card image, but how could I copy that image onto the EMMC? Sorry if it sounds like a dumb question, I am still new here.