guidosarducci has quit [Ping timeout: 480 seconds]
<svanheule>
mirko: I see now that someone on the rtl IRC channel also reported random reboots on recent snapshot builds. Seems to be related to some timeout preventing the watchdog from being pinged
<schmars[m]>
there's kernel-6.6.61~91d0f11f-r1.apk there in snapshots/targets/x86/64, but no matching kmods feed
<schmars[m]>
ah i see, there's active work on that
<schmars[m]>
cool thank you :)
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger_ has joined #openwrt-devel
_whitelogger_ has quit [Remote host closed the connection]
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
<lucenera>
Building on the main branch for Linksys MX5300 to get a sysupgrade, how do I migrate from opkg to apk?
<lucenera>
I configured in menuconfig apk-openssl instead of opkg, but neither the package database nor in general the apk folder in /etc is created.
<schmars[m]>
you might be the first to test apk-openssl
<lucenera>
Is this expected behavior? Should I reflash the source image?
<robimarko>
I am using mbedtls version and I just sysupgraded like usual from OPKG to APK
<lucenera>
With apk-mbedtls it is the same. I've tried that as well.
<robimarko>
You are building from source or?
<lucenera>
Did you change the configuration in menuconfig to change from opkg to apk?
<lucenera>
From source.
<lucenera>
penwrt (main) ✔
<lucenera>
*openwrt
<robimarko>
I regularly nuke my build since I mess around a lot of stuff so I think I did the config from scratch and since its now default that was it
<lucenera>
Understood, but I have a very customized configuration and would like to know what to change. I would like to avoid reconfiguring everything.
<robimarko>
You have USE_APK selected?
<lucenera>
Yes.
<robimarko>
And apk-openssl (Or whatever variant is also selected)?
<lucenera>
Yes.
<robimarko>
You do have the apk binary present on the device?
<robimarko>
Try unpacking the built image and check for /etc/apk
<robimarko>
Cause I just built the openssl version and its all there
<robimarko>
Can you capture output of: make package/system/apk/compile V=s
<lucenera>
I am downloading the repo again. I am trying from scratch, but I can always a sysupgrade, because I am away from home with Wireguard and can't lose connection.
<lucenera>
As soon as I reload the repo I do al test cmopiling only apk. It will take time because where I am now the connection is so slow.
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
<russell-->
i have a private feed that worked with opkg, and a package build is failing with "ERROR: info field 'version' has invalid value: package version is invalid", can someone please point me at what changed with apk?
<totkeks>
I'm getting this message "ERROR: blkid-2.40.2-r1: ADB integrity error" when trying to install blkid with apk on a bananaPi R4. Tried to ignore local cache and download package again, but I guess it's broken.