n3ph has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/218/builds/5) of `main_ipq40xx/generic` failed.
cmonroe has quit [Ping timeout: 480 seconds]
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/46/builds/5) of `main_sunxi/cortexa7` failed.
slingamn has joined #openwrt-devel
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (63.8% images and 100.0% packages reproducible in our current test framework.)
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/62/builds/5) of `main_layerscape/armv8_64b` completed successfully.
KanjiMonster_ has joined #openwrt-devel
KanjiMonster has quit [Ping timeout: 480 seconds]
KanjiMonster_ is now known as KanjiMonster
asmodehn has joined #openwrt-devel
asmodehn__ has quit [Ping timeout: 480 seconds]
skynet2 has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
cmonroe has joined #openwrt-devel
cmonroe has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/80/builds/5) of `openwrt-24.10_ramips/rt288x` completed successfully.
goliath has joined #openwrt-devel
asmodehn_ has joined #openwrt-devel
sorinello has joined #openwrt-devel
slh64 has quit [Quit: gone]
slh has quit [Remote host closed the connection]
asmodehn has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/257/builds/6) of `main_lantiq/xway` completed successfully.
slh64 has joined #openwrt-devel
slh64 has quit []
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
rua has joined #openwrt-devel
<ynezz> dryimpact: you just need to figure out which uart is that and the mux config, then enable it in dts
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/120/builds/5) of `openwrt-24.10_ath79/mikrotik` completed successfully.
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/26/builds/5) of `main_qualcommax/ipq807x` completed successfully.
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/52/builds/6) of `main_omap/generic` failed.
<damo22> oh shit i didnt know uboot has that command
n3ph has joined #openwrt-devel
slh has quit [Ping timeout: 480 seconds]
slh64 has quit [Ping timeout: 480 seconds]
Stat_headcrabbed has joined #openwrt-devel
zatwai has quit [Quit: ZNC 1.8.2+deb2+deb11u1 - https://znc.in]
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
zatwai has joined #openwrt-devel
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/86/builds/5) of `openwrt-24.10_kirkwood/generic` failed.
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/102/builds/5) of `openwrt-24.10_mpc85xx/p2020` completed successfully.
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/204/builds/5) of `openwrt-24.10_apm821xx/nand` completed successfully.
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/151/builds/5) of `openwrt-24.10_ipq40xx/chromium` completed successfully.
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/132/builds/5) of `openwrt-24.10_ath79/tiny` completed successfully.
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/195/builds/5) of `openwrt-24.10_ipq806x/chromium` completed successfully.
robimarko has joined #openwrt-devel
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/119/builds/5) of `openwrt-24.10_ath79/nand` completed successfully.
<dryimpact> ynezz unfortunately the u-boot on that router is too old and doesnt have the pinmux command yet.
<dryimpact> Is it possible to read the pinmux config from a firmware dump? I already copied everything from the nand, but don't know how I would read the u-boot sections.
<\x> ahemm
<\x> so are apk packages gonna be built on the buildbot too?
<\x> time to try once theyre available heh
<robimarko> Yes, its now the default
Tapper has joined #openwrt-devel
<T-Bone> [322854.291751] Internal error: Oops: 0000000096000145 [#1] SMP
T-Bone is now known as f00b4r0
<f00b4r0> filogic seems impressively reliable. Not. :-/
<ynezz> dryimpact: next option is md command using u-boot
<ynezz> dryimpact: so you need to figure out the address of that pinmux register, read out the content and decode the configuration manually
owrt-images-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
owrt-images-builds has joined #openwrt-devel
<ynezz> ccache: -- Downloading Xxhash from the internet since Xxhash>=0.8.0 was not found locally and DEPS=AUTO
<ynezz> shouldn't we build xxhash instead?
<ynezz> nice backdoor btw :P
mrkiko has joined #openwrt-devel
<mrkiko> to transition to the new APK world - is enough to enable "use apk to built distribution", and have apk-mbedtls enabled and opkg disabled? Or are there otherthings I need to change?
<Habbie> one small diff for man, one big step for openwrtkind
<mrkiko> ynezz: thanks. But I was asking in the context of migration a pre-switch config via "make oldconfig2
<mrkiko> And also - on a new config the system seems to keep both apk and opkg selected, is this useful for the transition or may I remove opkg entirely?
<ynezz> opkg can be removed, yes
<mrkiko> thanks
n3ph has quit [Ping timeout: 480 seconds]
<dryimpact> ynezz Thank you. I will try :)
<mrkiko> robimarko: thanks for reporting this in the ML
n3ph has joined #openwrt-devel
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/203/builds/5) of `openwrt-24.10_ipq40xx/generic` completed successfully.
noltari has quit [Read error: Connection reset by peer]
noltari has joined #openwrt-devel
Tapper has quit [Quit: Tapper]
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/57/builds/5) of `openwrt-24.10_malta/be64` completed successfully.
robimarko_ has joined #openwrt-devel
damo221 has joined #openwrt-devel
Obi-Wan has quit [Remote host closed the connection]
gromero has joined #openwrt-devel
<mrkiko> what's the mean size increase adopting apk?
Obi-Wan has joined #openwrt-devel
robimarko has quit [Ping timeout: 480 seconds]
damo22 has quit [Ping timeout: 480 seconds]
<robimarko_> It was reported around 128k
robimarko_ is now known as robimarko
n3ph has quit [Ping timeout: 480 seconds]
<\x> is there something against custom snapshot builds again with like apk?
<\x> i guess ill see once its up
<KanjiMonster> \x: there isn't anything against custom snapshots per se, it's just that the kernel ABI changes based on the configuration, which is where the hash comes from, and if you do your own build, the kernel configuration is likely different
<KanjiMonster> if you don't have any local kernel changes in your snapshot, there is a certain probability that you can generate a compatible kernel by enabling ALL_KMODS when initially configuring your build, which should then end up the same kernel config and hash
damo221 has left #openwrt-devel [#openwrt-devel]
minimal has joined #openwrt-devel
<\x> yup
gromero has quit [Ping timeout: 480 seconds]
<\x> KanjiMonster: I guess a return 1 on this part too https://elixir.bootlin.com/linux/v6.6.60/source/kernel/module/version.c#L53
<schmars[m]> aparcar i'm building a custom package feed with the SDK and some architectures don't seem to generate the Packages file (others do). what's the signing story, do i sign packages.adb instead now that APK is default?
<KanjiMonster> \x: modversions is disabled in openwrt, so there is no runtime check
<\x> oh
<\x> KanjiMonster: so basically its just a restriction on the package manager
<\x> based
<schmars[m]> aparcar: ah, the architectures that still do generate the Packages files, simply haven't had their SDK rebuild yet
cmonroe_ has joined #openwrt-devel
<schmars[m]> congrats on the OPKG/APK default switch btw :)
<\x> think it can catch to 24.10?
<\x> wider testing
<schmars[m]> apk? dont think that'll be backported
<\x> damn with apk now i can have genshin impact on my router /s
<schmars[m]> people have attached a graphics card to a TP-Link TL-WDR4900 and played doom :-)
<schmars[m]> ah GTA Vice City it was
<KanjiMonster> \x: for that you'll probably need xapk ;p
<\x> the one on yt with hacked on pcie hah
<\x> KanjiMonster: oh ye lmao
skynet2 has joined #openwrt-devel
gromero has joined #openwrt-devel
<owrt-images-builds> Build [#4](https://buildbot.openwrt.org/images/#/builders/138/builds/4) of `openwrt-24.10_ath79/generic` completed successfully.
aiyion_ has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
noltari_ has joined #openwrt-devel
noltari has quit [Ping timeout: 480 seconds]
aiyion has joined #openwrt-devel
aiyion_ has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/45/builds/5) of `openwrt-24.10_malta/be` completed successfully.
aiyion_ has joined #openwrt-devel
aiyion has quit [Ping timeout: 480 seconds]
n3ph has quit [Ping timeout: 480 seconds]
<aparcar[m]> schmars: I'm right now rather busy with other work but please let me know if you need help with anything. I'm not following the full conversation here
<schmars[m]> aparcar: do i simply sign packages.adb as i previously signed Packages?
aiyion has joined #openwrt-devel
aiyion_ has quit [Ping timeout: 480 seconds]
<aparcar[m]> schmars: no you use adbsign which is part of apk
<aparcar[m]> please see the signall.sh script
<schmars[m]> ack, thanks :-)
<Habbie> for testing, make package/index + apk add -U worked fine ;) but of course signing is better
<aparcar[m]> package/index also signs your package index but not on distributed setups
<Habbie> ah, then i should have just copied my key i guess
ali3nx has quit [Ping timeout: 480 seconds]
ali3nx has joined #openwrt-devel
<owrt-images-builds> Build [#5](https://buildbot.openwrt.org/images/#/builders/36/builds/5) of `openwrt-24.10_mediatek/filogic` completed successfully.
goliath has quit [Quit: SIGSEGV]
gromero has quit [Ping timeout: 480 seconds]
n3ph has joined #openwrt-devel
ali3nx has quit [Ping timeout: 480 seconds]
ali3nx has joined #openwrt-devel
goliath has joined #openwrt-devel
<KanjiMonster> aparcar[m]: when I tried looking into how stuff is signed, I read signall.sh as "signal-l.sh" and it didn't register to me as a relevant script at first
<aparcar[m]> Hehe
maciekb7218 has quit [Quit: bye]
lucenera has quit [Read error: Connection reset by peer]
lucenera has joined #openwrt-devel
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/91/builds/6) of `main_bmips/bcm63268` completed successfully.
gromero has joined #openwrt-devel
caskd_ has joined #openwrt-devel
caskd has quit [Ping timeout: 480 seconds]
mark22k has quit [Quit: The Lounge - https://thelounge.chat]
caskd_ has quit [Ping timeout: 480 seconds]
mark22k has joined #openwrt-devel
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/46/builds/6) of `main_sunxi/cortexa7` completed successfully.
AtomiclyCursed has quit [Quit: ZNC 1.9.1 - https://znc.in]
<Mangix> robimarko: pingf
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/218/builds/6) of `main_ipq40xx/generic` completed successfully.
AtomiclyCursed2 has joined #openwrt-devel
<robimarko> Mangix: pong
<Mangix> the cause of the failing regulator was found
<Mangix> fails probe
<robimarko> Ahhh, reglator
<Mangix> yep, I probably typed that manually unlike the others.
<Mangix> or I pressed x accidentally
<robimarko> It happens
<robimarko> Glad to see it got caught
<Mangix> Actually it's probably the latter
<Mangix> I exit nvm with ZZ
<Mangix> *nvim
<robimarko> Make a PR and I will merge it ASAP
robimarko has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<owrt-images-builds> Build [#6](https://buildbot.openwrt.org/images/#/builders/158/builds/6) of `main_mediatek/filogic` failed.
Sawzallz has quit [Read error: Connection reset by peer]
Sawzall has joined #openwrt-devel
svanheule has quit [Read error: Connection reset by peer]
svanheule has joined #openwrt-devel
<owrt-images-builds> Build [#7](https://buildbot.openwrt.org/images/#/builders/52/builds/7) of `main_omap/generic` completed successfully.
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
lucenera has quit [Quit: The Lounge - https://thelounge.chat]
sorinello has quit [Ping timeout: 480 seconds]
lucenera has joined #openwrt-devel
<owrt-images-builds> Build [#7](https://buildbot.openwrt.org/images/#/builders/23/builds/7) of `main_ath79/mikrotik` failed.
<russell--> i updated a ubnt,edgerouter-x to master branch ... it would be nice if there was a method to do the compat_version 1.1->2.0 change without having physical access, i'm imagining updating sysupgrade scripts to accept the 2.0 firmwre and do the right thing
goliath has quit [Quit: SIGSEGV]
gromero has quit [Remote host closed the connection]