goliath has quit [Quit: SIGSEGV]
Tapper has quit [Ping timeout: 480 seconds]
Tapper has joined #openwrt-devel
gch981213 has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
valku has joined #openwrt-devel
<mangix> cool, util-linux update works
minimal has quit [Quit: Leaving]
ptudor_ has quit [Read error: Connection reset by peer]
ptudor has joined #openwrt-devel
srslypascal is now known as Guest276
srslypascal has joined #openwrt-devel
Guest276 has quit [Ping timeout: 480 seconds]
ekathva has joined #openwrt-devel
mirko_ has quit [Ping timeout: 480 seconds]
szy_mat has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
SamantazFox is now known as Guest281
SamantazFox has joined #openwrt-devel
Guest281 has quit [Ping timeout: 480 seconds]
ekathva has quit [Ping timeout: 480 seconds]
dedeckeh has joined #openwrt-devel
kenny has quit [Ping timeout: 480 seconds]
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_tegra.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
goliath has joined #openwrt-devel
sorinello has joined #openwrt-devel
ekathva has joined #openwrt-devel
kenny has joined #openwrt-devel
ptudor_ has joined #openwrt-devel
ptudor has quit [Ping timeout: 480 seconds]
goliath has quit [Quit: SIGSEGV]
Tapper has quit [Ping timeout: 480 seconds]
srslypascal has quit [Quit: Leaving]
Tapper has joined #openwrt-devel
srslypascal has joined #openwrt-devel
felix has quit []
felix has joined #openwrt-devel
goliath has joined #openwrt-devel
danitool has joined #openwrt-devel
borek has joined #openwrt-devel
rsalvaterra has quit []
bluew has quit [Ping timeout: 480 seconds]
rsalvaterra has joined #openwrt-devel
ptudor_ is now known as ptudor
robimarko has joined #openwrt-devel
<aparcar[m]> jow: can you give me your thoughts on the AUTORELEASE feature? Do you think it's entirely broken?
<aparcar[m]> I'm thinking of changing the logic to use PKG_VERSION changes instead of looking for commit subjects containing "bump to / update to"
<aparcar[m]> but it all takes CPU time to juggle around Git, maybe the entire approach is just broken? Instead the CI could just warn users to fix their PKG_RELEASE
<aparcar[m]> then all logic would be in the CI and AUTORELEASE would be obsolete again
<aparcar[m]> Mangix: ping
rua has quit [Quit: Leaving.]
<jow> aparcar[m]: I'd strongly favor a CI-driven solution that warns maintainers
<jow> aparcar[m]: inherent problem with AUTORELEASE is the fact that it needs an accompanying Git history
<jow> build such an (unmodified) Makefile against another tree or non-Git source tree and you get completely different results
<jow> also non-Makefile changes to packages cannot be judged by visiting (contents or modification times of) Makefiles alone
<jow> which also requires downstream tooling to have a complete Git history available
<aparcar[m]> so CI shouldn't fail in case PKG_RELEASE isn't changed but a warning should happen?
<jow> and finally the reliance on properly formatted Git commit subjects
<jow> yeah, a strong warning
<jow> a rough past definition was that PKG_RELEASE should only be bumped on functional changes
<jow> fixing whitespace or a typo in a Makefile wouldn't qualify for a bump
<aparcar[m]> I came up with a solution that doesn't rely on commit subjects here https://github.com/openwrt/packages/issues/14537#issuecomment-1127526012
<jow> fixes to init scripts, modified compile flags etc. would
<aparcar[m]> but the point still exists that Git is required.
<aparcar[m]> if the typo results in a different binary (e.g. the description changed) it should change the release since both package artifacts are different, even if it's just the accompanying metadata
<jow> fair enough
Tapper has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
Tapper has joined #openwrt-devel
<aparcar[m]> jow: please comment on https://github.com/openwrt/openwrt/pull/9893
valku has quit [Quit: valku]
valku has joined #openwrt-devel
<jow> aparcar[m]: git log --format=%h -1 -G '^(PKG_RELEASE|PKG_VERSION|PKG_SOURCE_DATE)' -- Makefile
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
valku has quit [Ping timeout: 480 seconds]
<stintel> blocktrron: did you see my pm ?
<blocktrron> stintel: i guess no?
<blocktrron> Ah wow
<blocktrron> yes, it is there but i got no notification
minimal has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
borek1 has joined #openwrt-devel
borek1 has quit []
borek has quit [Read error: No route to host]
Tapper has quit [Ping timeout: 480 seconds]
<KGB-2> https://tests.reproducible-builds.org/openwrt/openwrt_mediatek.html has been updated. (100.0% images and 99.9% packages reproducible in our current test framework.)
Tapper has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
jlsalvador has quit [Quit: jlsalvador]
jlsalvador has joined #openwrt-devel
<stintel> hmmm so on the EAP615 the wifi radio is DBDC, and there is only a single MAC address in the device flash. I couldn't use offset in the DTS because that would cause conflicts between my 2 APs, but now I have 2.4 and 5 GHz networks on the same AP with the same BSSID, so 802.11v transition request doesn't work properly. do we have some mechanism already to avoid duplicate BSSID like this?
goliath has joined #openwrt-devel
<stintel> guess I'll have to use macaddr_add in target/linux/ramips/mt7621/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
<stintel> anyone with an EAP615 running stock to confirm that's how it works?
<stintel> would be nice though if this could be handled in the driver, albeit with a flag in the dts
slh has quit [Ping timeout: 480 seconds]
slh64 has quit [Ping timeout: 480 seconds]
slh64 has joined #openwrt-devel
slh has joined #openwrt-devel
mattytap has joined #openwrt-devel
kkurbjun has quit [Quit: leaving]
kenny has quit []
<stintel> I guess the problem is that using nvmem-cells on mt76 dbdc radio bypasses the logic to not have overlapping MAC adresses :/
<stintel> nbd: any thoughts?
dedeckeh has quit [Remote host closed the connection]
guidosarducci_ has joined #openwrt-devel
Gaspare has joined #openwrt-devel
ptudor has quit [Read error: Connection reset by peer]
ptudor_ has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
<Slimey> it's that most wonderful time of year when all the students are gone :D
Tapper has quit [Ping timeout: 480 seconds]
cmonroe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
danitool_ has joined #openwrt-devel
danitool has quit [Read error: Connection reset by peer]
danitool has joined #openwrt-devel
danitool_ has quit [Ping timeout: 480 seconds]
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 95.7% packages reproducible in our current test framework.)
kenny has joined #openwrt-devel
cmonroe has joined #openwrt-devel
danitool has quit [Remote host closed the connection]
danitool has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
cmonroe has quit [Read error: Connection reset by peer]
cmonroe has joined #openwrt-devel
Tapper has joined #openwrt-devel
cmonroe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ekathva has quit [Quit: Leaving]
cmonroe has joined #openwrt-devel
Gaspare has quit [Quit: Gaspare]
cmonroe has quit []
cmonroe has joined #openwrt-devel
xenador77 has joined #openwrt-devel
xenador77 has left #openwrt-devel [#openwrt-devel]
Gaspare has joined #openwrt-devel
<owrt-snap-builds> Build [#642](https://buildbot.openwrt.org/master/images/#builders/2/builds/642) of `layerscape/armv7` failed.
MAbeeTT5 has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Borromini has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
MAbeeTT4 has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#551](https://buildbot.openwrt.org/master/images/#builders/10/builds/551) of `bcm63xx/smp` failed.
Tapper has joined #openwrt-devel
AtomiclyCursed has quit [Quit: ZNC 1.8.2 - https://znc.in]
AtomiclyCursed has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
<owrt-snap-builds> Build [#556](https://buildbot.openwrt.org/master/images/#builders/15/builds/556) of `armvirt/64` failed.
robimarko has quit [Quit: Leaving]
rua has quit [Ping timeout: 480 seconds]
bluew has joined #openwrt-devel
rua has joined #openwrt-devel
Gaspare has quit [Quit: Gaspare]
Gaspare has joined #openwrt-devel
Gaspare has quit [Quit: Gaspare]
bluew_ has joined #openwrt-devel
bluew_ has quit []
Piraty has quit [Remote host closed the connection]
Piraty has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#543](https://buildbot.openwrt.org/master/images/#builders/31/builds/543) of `layerscape/armv8_64b` failed.
minimal has quit [Quit: Leaving]