<RoganDawes>
trying to figure out the correct way to enable things like CONFIG_XXHASH. I see a bunch of places have it in the config-5.15 or config-6.1 files, but there is also a KernelPackage definition for lib-zstd in package/kernel/linux/modules/lib.mk
<RoganDawes>
(context is enabling UBI and UBIFS for my Wink Hub)
<RoganDawes>
so far I have the ubifs support enabled, but I had to enable UBI directly in the config-5.15 file
robimarko has joined #openwrt-devel
ptudor has joined #openwrt-devel
<PaulFertser>
RoganDawes: if you need some option for the rootfs then you need it in target config.
ptudor has quit [Ping timeout: 480 seconds]
robimarko has quit [Quit: Leaving]
<mrkiko>
rsalvaterra: do youthink the last fit uimage fix dangole pushed to mediatek 6.1 bump PR may fix the RT3200?
<rsalvaterra>
mrkiko: Good news, fixed mine, yes. Already gave dangole feedback about it. :)
<rsalvaterra>
Running 6.1.38 as we speak.
<mrkiko>
rsalvaterra: great!!
<rsalvaterra>
The FIT partition parser patches got broken in the rebasing process, that's why the rootfs couldn't be mounted.
<mrkiko>
rsalvaterra: great it's fixed now. I might try the PR as well or just wait for it to bemerged, I don't know
xback has joined #openwrt-devel
danitool has joined #openwrt-devel
robimarko has joined #openwrt-devel
schwicht has joined #openwrt-devel
<mrkiko>
rsalvaterra: ok, running 6.1.37 atm
<rsalvaterra>
Nice! :)
schwicht has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
minimal has joined #openwrt-devel
rua has joined #openwrt-devel
bluew has quit [Ping timeout: 480 seconds]
FLD is now known as Guest5257
FLD has joined #openwrt-devel
Guest5257 has quit [Ping timeout: 480 seconds]
xback has quit [Ping timeout: 480 seconds]
danitool has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
minimal has quit [Quit: Leaving]
raenye has joined #openwrt-devel
Danct12 has quit [Quit: A-lined: User has been AVIVA lined]
Danct12 has joined #openwrt-devel
<raenye>
Does it make sense to create an issue or a PR for fixing a Makefile typo?
<Lynx->
Possible to amend commit messages on a pull request on your repo by force pushing to the fork?
schwicht has joined #openwrt-devel
<Lynx->
I know I can add further commits to branch on fork and that those get brought into the pull request, but what if I want to change certain commit messages?
<Lynx->
is that also possible?
danitool has quit [Remote host closed the connection]
<tmn505>
raenye: does not make sense to create issue if You know how to fix it and have skill to do it (unless the change doesn't fix the issue). Make a PR and add 'Fixes: 55fbcad20a2d (apm821xx: make crypto4xx as a standalone module)' before Your SoB in commit message.
<raenye>
tmn505: Already fixed in my local tree; shall create a PR, thanks.
<dev1ce>
anyone can take care of asu server? cant build fw rn
<bluecmd[m]>
Also, is there any way I can push my PR https://github.com/openwrt/openwrt/pull/13039 forward? I'd love to have it merged so I can continue with filing PRs for e.g. sys upgrades
<Mangix>
bluecmd[m]: maybe hauke can help
minimal has quit [Quit: Leaving]
<Mangix>
there are 350 PRs open. quite backed up.
<bluecmd[m]>
Yes indeed, I understand it's hard and thankless work. I'm just worried that the PR will fall to far behind and never get merged. I've put quite a lot of effort splitting things out and selecting isolated parts that are hopefully easy to merge, so my hope is that it's just a matter of finding the right person to press the button after a hopefully straight forward review.
<bluecmd[m]>
But what do I know, first time contributor to openwrt
<bluecmd[m]>
As you can see from the wiki it's quite a lot of details e.g. regarding how to use JTAG and so on, including pictures which can't obviously be part of the message. So not sure how useful it would be, but again if that's desired I'll oblide
<bluecmd[m]>
That said, thanks for looking at the PR!