cp- has quit [Ping timeout: 480 seconds]
danitool has quit [Remote host closed the connection]
cp- has joined #openwrt-devel
tSYS has quit [Quit: *squeak*]
tSYS has joined #openwrt-devel
cp- has quit [Ping timeout: 480 seconds]
minimal has quit [Quit: Leaving]
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_omap.html has been updated. (11.1% images and 99.9% packages reproducible in our current test framework.)
cp- has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
<owrt-images-builds> Build [#60](https://buildbot.staging.openwrt.org/images/#/builders/43/builds/60) of `master_realtek/rtl839x` failed.
Tapper has quit [Ping timeout: 480 seconds]
rz has quit [Ping timeout: 480 seconds]
gladiac has joined #openwrt-devel
zer0def has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel
ptudor has joined #openwrt-devel
zer0def has joined #openwrt-devel
gladiac has quit [Quit: k thx bye]
gladiac has joined #openwrt-devel
<mrkiko> k
<mrkiko> oops, sorryt
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
rmilecki has quit []
rmilecki has joined #openwrt-devel
robimarko has joined #openwrt-devel
<mrkiko> hasn't PR 13087 already been merged via commit vf70ee53b08466f612546f699c556cbdaa39e1466 ? Or am I missing something?
Tapper has joined #openwrt-devel
schwicht has joined #openwrt-devel
schwicht has quit []
<mrkiko> rmilecki: I've seen commit c7655e207f2e6a89db9835b2304dcbf17d6623b5 ... was there any controversial element about it? It seemed quite small as a patch
<rmilecki> mrkiko: i asked for upstreaming it, but author couldn't do that and asked for dropping it instead
<rmilecki> i'm ok with downstream patches that can't be upstramed because they are somehow hacky
<rmilecki> this one is perfectly fine and it's zero-effort to upstream it
<mrkiko> rmilecki: got it; seemed strange looking at it, it didn't bring a small gain after all. But OK
<mrkiko> rmilecki: infact
bluew has quit [Ping timeout: 480 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_ath79.html has been updated. (98.6% images and 100.0% packages reproducible in our current test framework.)
<owrt-images-builds> Build [#22](https://buildbot.staging.openwrt.org/images/#/builders/168/builds/22) of `master_qualcommax/ipq807x` completed successfully.
dangole has joined #openwrt-devel
danitool has joined #openwrt-devel
<owrt-images-builds> Build [#64](https://buildbot.staging.openwrt.org/images/#/builders/15/builds/64) of `master_bmips/bcm6358` completed successfully.
danitool has quit [Remote host closed the connection]
<jow> any expert for our Github CI here?
<jow> is the `openwrt/sdk` docker image broken or am I holding it wrong?
<jow> I woukd've expected it to have the necessary prereqs already installed
<jow> the very same setup seems to have stopped working around june 6th
<jow> wokring container was dda52170bb3975c0d5ed44980925d506c442076b8d3537594783f1d764969a56
<jow> broken one is 2b396e8b8c7f6282b2990991a7e86da6b05366a4aa3eb2ec1814956ba76e7453
<jow> who maintains those containers?
<mrkiko> jow: Ansuel surely can help :)
<mrkiko> if I am right
<Ansuel> who summoned me
<dwfreed> jow: you are using ynezz's action
<Ansuel> jow i assume the version you are using is too old
<Ansuel> and probably everything is using old containers
<Ansuel> we moved everything to openwrt afaik
<dwfreed> ynezz's action has a bad PATH change that results in exactly that failure
<jow> ah okay, so it's a known thing?
<dwfreed> I know about it, I don't know if anybody else does
<dwfreed> I had the same problem with my own custom action
<jow> what do I need to do to mitigate it?
<dwfreed> move to the official openwrt sdk action
<jow> is it a drop-in replacement?
<dwfreed> no idea, never used ynezz's action or that one
* jow smells a can of worms
<Ansuel> uses: openwrt/gh-action-sdk@main
<Ansuel> env:
<Ansuel> ARCH: ${{ matrix.arch }}
<dwfreed> some make target early in the build goes through and updates the symlinks in staging_dir/host/bin to the first matching item in $PATH; if you've got staging_dir/host/bin at the start of your PATH, it ends up making symlinks that point back to themselves
<dwfreed> you don't actually need staging_dir/host/bin in $PATH for the SDK to work, the buildsystem handles that for you
<jow> so the gh-action-sdk will simply build the repo using it as OpenWrt package?
<dwfreed> yeah
<jow> that means the package needs to ship an OpenWrt makefile?
<jow> *the repo needs to ship an OpenWrt Makefile, referencing itself
<jow> is there some implementation example somewhere?
<jow> hm yeah, so the repo needs to be a proper feed
<jow> ynezz' CI so far was just a "compile this cmake project using the SDK gcc"
<jow> adding an OpenWrt makefile is doable, just implies a bit of code duplication (having a CI specific self-referencing Makefile and another copy somewhere in the packages feed or base)
<dwfreed> you probably don't need to duplicate the makefile if you symlink it to the one in the right openwrt feed
<jow> but then I'm not testing the latest version, but whatever is set in the feed makefile
<dwfreed> can't you override the source location ?
<jow> ah right, git-src
<jow> or rather source tree override
<dwfreed> horrible hack, duplicating the makefile might be better, but it would likely work :D
<jow> but I guess it's not abstracted in those gh-actions-sdk
<jow> so needs manual commands
<jow> at that point I could also imply invoke make
<jow> Ill go with the duplicated makefile for now
<dwfreed> and this way you know if you've got to update your CI makefile, when you go to land the release in OpenWrt proper, you can copy those changes to the OpenWrt makefile
valku has joined #openwrt-devel
minimal has joined #openwrt-devel
slh has quit [Ping timeout: 480 seconds]
slh64 has quit [Remote host closed the connection]
slh_ has joined #openwrt-devel
<Slimey> Ansuel what do i need to do now heh
<jow> dwfreed: hm another issue, the shipped repo makefile does not take precedence over the one in the openwrt feeds
<jow> guess I could rename it, that makes the generated .ipk artifacts less useful though
<dwfreed> jow: you have to change the feeds.conf order
<dwfreed> which might not be possible with the action
<dwfreed> ideally the action would make the local feed have precedence over the standard feeds
<jow> can of worms is getting bigger :D
<dwfreed> perhaps this is why I did not use the action
<dwfreed> the lack of flexibility to do things how I wanted/needed
<jow> yeah, noticing the same here
<jow> for example I would like to only pull the base feed
<dwfreed> here's my own workflow that does the same thing as the action and then some: https://github.com/dwfreed/openwrt-vlmcsd/blob/main/.github/workflows/ci.yml
<dwfreed> it's more geared toward shipping a third party package, but can probably be easily stripped down to your needs
<jow> thanks
<jow> will try to fumble with NO_DEFAULT_FEEDS and EXTRA_FEEDS before going into the other rabbit hole
gladiac has quit [Quit: k thx bye]
<Slimey> is there such as thing as using a USB-A to A cable with some routers and accessing them some how?
<Habbie> there is such a thing, but i haven't seen it very often
<dwfreed> a proper serial port is significantly more common, along with the necessary bootloader config to use it
<Slimey> adtran has a netgear wax218 clone with no console port and i never could figure out the serial pins on the board
<Slimey> bsap-6040 4x4 ax ap
<tmn505> Slimey: what's so difficult about finding them? The https://fccid.io/2AL6XWAP380/Internal-Photos/Internal-photos-4872069.pdf clearly shows UART pin holes. The BT one is probably for bluetooth while the 2nd one is probably routed to SoC. Check the voltage of pins, set Your UART adapter to matching voltage, connect GND and check with RX cable from the adapter on which hole You'll get some output.
<tmn505> Offcourse don't probe voltage pin. Very unlikely serial output is completely disabled.
goliath has quit [Quit: SIGSEGV]
<Slimey> yeah i was never able to get any console output from them
<Slimey> J2 i believe it was
<Christophe[m]1> Hey, additional interfaces seem to collide with the bssid automatically generated on the bpi-r3: https://pastebin.mozilla.org/Pu7p7iSi/raw
<tmn505> Slimey: so dump contents of SPI flash if there's no output. BTW did You check J1 pins (or J7 can't see clearly), what are they?
<Slimey> might hack to some how :P jtag pins are populated tho but i broke my jtag :\ im not sure ill have to take one completely apart and see if i can find anything
<Christophe[m]1> dangole: It looks like you implemented this in https://github.com/openwrt/openwrt/commit/c1d1202e67dc929e58c4d6d1f2698363cbf1b6f7 If you suggest an improvement, I'm happy to test. (:
schwicht has joined #openwrt-devel
Tapper has quit [Quit: Tapper]
Misanthropos has quit [Ping timeout: 480 seconds]
lynxis has joined #openwrt-devel
goliath has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
<Christophe[m]1> What happened to it? Is there a hardware backed CI pipeline?
<Slimey> any guesses to what J7 is for?
danitool has joined #openwrt-devel
<Slimey> boot config jumper?
goliath has quit [Quit: SIGSEGV]
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
<Slimey> The QCA9984 module, how do i get these cards to work?
dvn has joined #openwrt-devel
cmonroe has joined #openwrt-devel
slh64 has joined #openwrt-devel
slh_ is now known as slh
<Mangix> https://forum.openwrt.org/t/802-11ax-worse-than-802-11ac-with-mt76-driver/126466/562 is a mighty convenient way to fix speed issues. love it.
<philipp64> mcbridematt: thanks for getting the ARM platform normalized. btw, if you have any ten64's running around that you need to rehome, I could use one for benchmarking DPDK and VPP on... hint hint...
<philipp64> anyone have any insight into why CI/CD seems to be losing its mind on xtables-addons? https://github.com/openwrt/packages/pull/21528
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<philipp64> it builds for me locally and I'm running it in production, but it blows up in CI/CD...
robimarko has quit [Quit: Leaving]
bluew has joined #openwrt-devel
<Mangix> anyone run 6.1 on mips?
<KanjiMonster> yes, on bmips (mostly boot testing though)
<Mangix> oh requires more modification
<Mangix> zx2c4: ^^
<Mangix> AFAIK other platforms have ubootenv but have no such code. ugh.
minimal has quit [Quit: Leaving]
torv has quit [Ping timeout: 480 seconds]