torv has quit [Remote host closed the connection]
torv has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
kkurbjun_ has joined #openwrt-devel
kkurbjun has quit [Ping timeout: 480 seconds]
kkurbjun has joined #openwrt-devel
kkurbjun_ has quit [Ping timeout: 480 seconds]
kkurbjun_ has joined #openwrt-devel
kkurbjun1 has joined #openwrt-devel
kkurbjun has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
kkurbjun has joined #openwrt-devel
kkurbjun_ has quit [Ping timeout: 480 seconds]
kkurbjun_ has joined #openwrt-devel
kkurbjun1 has quit [Ping timeout: 480 seconds]
minimal has quit [Quit: Leaving]
kkurbjun has quit [Ping timeout: 480 seconds]
dangole has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
zatwai has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
zatwai has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
rua has joined #openwrt-devel
valku has quit [Remote host closed the connection]
Tapper has joined #openwrt-devel
kenny has quit [Quit: WeeChat 3.3]
Misanthropos has joined #openwrt-devel
Borromini has joined #openwrt-devel
niyawe has quit [Read error: Connection reset by peer]
niyawe has joined #openwrt-devel
noltari has quit [Read error: Connection reset by peer]
noltari has joined #openwrt-devel
Borromini has quit [Quit: leaving]
robimarko has joined #openwrt-devel
rua has quit [Quit: Leaving.]
Tapper has quit [Ping timeout: 480 seconds]
alozxy has joined #openwrt-devel
Misanthropos has quit [Ping timeout: 480 seconds]
alozxy has quit [Quit: Page closed]
dangole has joined #openwrt-devel
Tapper has joined #openwrt-devel
c0sm1cSlug has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
c0sm1cSlug has joined #openwrt-devel
robje has quit [Quit: updates]
mattytap_ has quit [Quit: Leaving]
Misanthropos has joined #openwrt-devel
Borromini has joined #openwrt-devel
goliath has joined #openwrt-devel
Borromini has quit [Quit: leaving]
rua has joined #openwrt-devel
cbeznea has quit [Quit: Leaving.]
kenny has joined #openwrt-devel
cbeznea has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
Misanthropos has quit [Ping timeout: 480 seconds]
cbeznea1 has joined #openwrt-devel
Tapper has joined #openwrt-devel
cbeznea has quit [Ping timeout: 480 seconds]
Tapper has quit [Ping timeout: 480 seconds]
robje has joined #openwrt-devel
ecloud has quit [Ping timeout: 480 seconds]
ecloud has joined #openwrt-devel
Misanthropos has joined #openwrt-devel
PtitGNU has quit [Quit: Quassel terminated!]
PtitGNU has joined #openwrt-devel
hanetzer has quit [Quit: WeeChat 3.4]
dangole has quit [Ping timeout: 480 seconds]
clayface has joined #openwrt-devel
clayface_ has quit [Ping timeout: 480 seconds]
hanetzer has joined #openwrt-devel
Tapper has joined #openwrt-devel
jasrusable has joined #openwrt-devel
jasrusable has quit [Quit: Page closed]
danitool has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
<hauke> shoudl we already remove support for kernel 5.4 before the branching?
KGB-2 has quit [Quit: KGB-2]
KGB-2 has joined #openwrt-devel
Tapper has joined #openwrt-devel
clayface has quit [Ping timeout: 480 seconds]
minimal has joined #openwrt-devel
<mangix> hauke: IIRC octeon still uses 5.4
<mangix> hmm nvm.
clayface has joined #openwrt-devel
<hauke> mangix: no, it looks like all targets are on 5.10
clayface has quit [Read error: Connection reset by peer]
<hauke> this returns nothing: git grep KERNEL_PATCHVER |fgrep 5.4
clayface has joined #openwrt-devel
srslypascal is now known as Guest2579
srslypascal has joined #openwrt-devel
Guest2579 has quit [Ping timeout: 480 seconds]
Tapper has quit [Ping timeout: 480 seconds]
<Grommish> mangix: Octeon should have been source-only but was pressed to 5.10 to make the cut-off.. It still has a kernel memleak like a seive
<Grommish> and I personally am override 5.4 localy to continue to be able to use it
<Grommish> Well.. Correction.. *had a memleak as of two weeks ago when I last tested it*
<Grommish> I won't speak to anything since then on Octeon 5.10
<Grommish> I'll happily test whenever though, be it 5.10 or the next long-term bump
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
dangole has joined #openwrt-devel
cmonroe has joined #openwrt-devel
clayface has quit [Ping timeout: 480 seconds]
SamantazFox has joined #openwrt-devel
SamantazFox is now known as Guest2584
cmonroe_ has quit [Ping timeout: 480 seconds]
SamantazFox has joined #openwrt-devel
Guest2584 has quit [Read error: No route to host]
SamantazFox is now known as Guest2586
SamantazFox has joined #openwrt-devel
PtitGNU has quit [Quit: Quassel terminated!]
PtitGNU has joined #openwrt-devel
<nick[m]1234> What is the formula to calculate the size of a partition in the device tree? E.g. I have 128 KiB, so in bytes this is 1024, and then I have to multiply with 64? So hex(13107264).
Guest2586 has quit [Ping timeout: 480 seconds]
clayface has joined #openwrt-devel
<russell--> nick[m]1234: the granularity of your partitions will depend on the erase size of flash
<russell--> why would you multiply by 64?
<rmilecki> nick[m]1234: sizes in DT are in bytes, that's it
<nick[m]1234> Thanks! So 128 KiB are 0x20000?
clayface has quit [Read error: Connection reset by peer]
clayface has joined #openwrt-devel
<rmilecki> nick[m]1234: use calculator ;)
<rmilecki> they allow swithing betwen 10 an 16 bases
<rmilecki> nick[m]1234: i use KDE's "kcalc"
<rmilecki> with Settings → Numeral System Mode option enables
<rmilecki> *enabled
<nick[m]1234> rmilecki: thanks for the tip!
<rmilecki> np
<rmilecki> or just google "dec to hex" random page
<nick[m]1234> I typically to use python interpreter... ^^
shibboleth has joined #openwrt-devel
<russell--> i like the Free42 app on android
cbeznea1 has quit [Quit: Leaving.]
<shibboleth> heh, i have an actual calc like that
<shibboleth> we used ti 8x in school though
<shibboleth> multiplayer snake over ir
Tapper has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
kkurbjun has joined #openwrt-devel
robimarko has quit [Quit: Leaving]
<russell--> shibboleth: i bought a swiss micros dm42 reproduction (https://www.swissmicros.com/product/dm42), which is very nice, but honestly i've been using the app more
kkurbjun_ has quit [Ping timeout: 480 seconds]
Grommish_ has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
Grommish has quit [Ping timeout: 480 seconds]
<owrt-snap-builds> Build [#491](https://buildbot.openwrt.org/master/images/#builders/22/builds/491) of `ipq40xx/generic` failed.
Tapper has quit [Ping timeout: 480 seconds]
goliath has joined #openwrt-devel