Misanthropos has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
Misanthropos has joined #openwrt-devel
hanetzer1 has joined #openwrt-devel
hanetzer has quit [Ping timeout: 480 seconds]
hanetzer2 has joined #openwrt-devel
hanetzer1 has quit [Ping timeout: 480 seconds]
mcbridematt has quit [Ping timeout: 480 seconds]
tlj has quit [Remote host closed the connection]
mrnuke has quit [Read error: Connection reset by peer]
tlj has joined #openwrt-devel
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
mcbridematt has joined #openwrt-devel
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
larsc_ has joined #openwrt-devel
larsc has quit [Ping timeout: 480 seconds]
srslypascal has quit [Ping timeout: 480 seconds]
srslypascal has joined #openwrt-devel
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openwrt-devel
<f00b4r0>
pepes: you can't enable telnet from IB, that's the point.
<f00b4r0>
and the thread you link doesn't really provide an argument against the client either.
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openwrt-devel
Misanthropos has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
ptudor has quit [Quit: Strict-Transport-Security: max-age=48211200; preload]
Mathew has joined #openwrt-devel
mcbridematt has quit [Read error: Connection reset by peer]
sodo has joined #openwrt-devel
<sodo>
i got a device with rtd1185
<sodo>
it's not an router tho
<sodo>
what target i should try
<sodo>
ramips?
MaxSoniX has joined #openwrt-devel
Mathew has quit [Remote host closed the connection]
mcbridematt has joined #openwrt-devel
<sodo>
REALTEK ROM Monitor, Revision 0000.0311.0021
<sodo>
how do i use it?
goliath has quit [Quit: SIGSEGV]
<PaulFertser>
sodo: I do not think there's any support in upstream OpenWrt for odd realtek SoCs.
<PaulFertser>
sodo: only realtek devices that are supported are managed switches.
<sodo>
PaulFertser: i want to try tho
<PaulFertser>
sodo: to try what? Writing drivers for interrupt controller, gpio etc?
<sodo>
i'll search github for any source about it
<sodo>
while it supports tftp, i couldn't get ethernet working on bootloader mode
robimarko has joined #openwrt-devel
danitool has joined #openwrt-devel
danitool has quit [Read error: Connection reset by peer]
aiyion_ has quit [Remote host closed the connection]
aiyion_ has joined #openwrt-devel
ptudor has joined #openwrt-devel
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openwrt-devel
goliath has joined #openwrt-devel
indy_ has joined #openwrt-devel
indy has quit [Ping timeout: 480 seconds]
Misanthropos has joined #openwrt-devel
indy_ is now known as indy
<oliv3r[m][m]>
svanheule I recieved mail from TP-Link where they uploaded GPL sources for missing devices, such as the SG2210MP etc. This allows us to check if they are also indeed RTL based devices and can at least at those to the wiki. I'll download the sources and check it out; and update the wiki. I'll share you the wget links for your server if I know the truth.
danitool has joined #openwrt-devel
Misanthropos has quit [Read error: Connection reset by peer]
<oliv3r[m][m]>
I'm trying to learn stuff from an SDK dump. However I'm missing some font to decipher some characters. I'm guessing its some chinese font; any thoughts what Ic ould try? I think TP-Link uses windows with windows editors, and this is clearly not UTF-8 ("#POEÄ£¿é²ÎÊý"
<PaulFertser>
oliv3r[m][m]: have you tried iconv -f "gb2312" ?
<oliv3r[m][m]>
nope, i just run it on the file? what will that do? convert it to utf-8?
<oliv3r[m][m]>
`#POE模块参数` is what I get on my gnome-terminal; the above snippet was from gvim btw
<robimarko_>
BTW, Google translate returns "#POE module parameters" for that
<f00b4r0>
stintel: my understanding is that CONFIG_IPV6 isn't a kernel config. It's a broader, build-wide one. The reason I didn't entirely remove the config is to avoid risking breakage by missing a corner case in some package and to make it easier to revert should !CONFIG_IPV6 ever be fixed
<stintel>
git grep CONFIG_IPV6 and remove everywhere? I don't see the problem, if we're going to do this controversial thing, let's do it completel
<f00b4r0>
well, I submitted this patch upon request but the time I'm willing to spend on that is only that much I'm afraid ;P
<stintel>
I see
<f00b4r0>
also my moto is to keep changes simple and to the point
<stintel>
doing it like this will keep old cruft around forever, this is already a problem
<stintel>
removing code is always good
<f00b4r0>
well it's unclear to me whether there's intent to ever fix the behaviour of this option
<stintel>
it's a waste of time
<f00b4r0>
right now it fails to build world, hence avoiding bug reports
<stintel>
effort should go into making IPv4 optional
<stintel>
but something like that is the only way to force ISPs
<stintel>
we will have ISP without IPv6 when IPv16 is being developed
<f00b4r0>
very likely ;P
<stintel>
and they should die, they deserve to go bankrupt
<stintel>
hah, today my linux-ipv6.be domain turned 20
<oliv3r[m][m]>
robimarko_thanks, hadn't tried putting that result into google translate; :) thanks for that; i'll try that
<robimarko_>
Good luck with getting DT or Telecom Austria bancrupt
<f00b4r0>
robimarko_: speaking of keeping changes small and to the point, 3 weeks later and my patch didn't move in linux-mtd. I'm starting to understand's John's reluctance to upstream ;P
<robimarko_>
Dont tell me I did not warn you about linux-mtd
<f00b4r0>
heh
<robimarko_>
Just watch it get suddenly merged before next merge window
<f00b4r0>
it seems they don't have any kind of review/merge schedule
<stintel>
f00b4r0: reply your CONFIG_IPV6 comment to the list please
<f00b4r0>
stintel: okay
<stintel>
mention the bugreport links
<f00b4r0>
are there any? ;)
<robimarko_>
f00b4r0: Its bootlin so its kind of once before the next merge window
<stintel>
f00b4r0: you mentioned bugreports ?
<stintel>
I didn't :P
<f00b4r0>
i mentioned they might come ;)
<stintel>
ah
<f00b4r0>
it's possible they already have, I haven't checked tbh
MaxS0niX has quit [Quit: Konversation terminated!]
Strykar has joined #openwrt-devel
<oliv3r[m][m]>
hah, just to respond, the whole font fix, I had to obviously restart some apps; so what I pasted earlier (unicode) was actually rendering fine after i restarted my terminal/chat; Sorry for the noise robimarko_and PaulFertser reading back now, It sounds even more stupid 'having not put it in google translate' as I thoguht you put in the UTF 'sybols' that I saw there :p
Misanthropos has quit [Read error: Connection reset by peer]
Misanthropos has joined #openwrt-devel
tlj has joined #openwrt-devel
<stintel>
aparcar[m]: please do it properly with Acked-by: ... so patchwork adds it automagically ;)
<aparcar[m]>
ack
<stintel>
thank you aparcar[m] :)
<aparcar[m]>
always
MaxSoniX has quit [Remote host closed the connection]
MaxSoniX has joined #openwrt-devel
tlj has quit [Remote host closed the connection]
tlj has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
MaxSoniX has quit [Quit: Konversation terminated!]
MaxSoniX has joined #openwrt-devel
<aparcar[m]>
is dropbear using sftp by default?
<f00b4r0>
iirc dropbear does not include sftp
<stintel>
no, it doesn't support sftp afaik
<aparcar[m]>
excellent
<aparcar[m]>
thanks for the quick answer
<f00b4r0>
although also IIRC it can be made to work with sftp by installing the openssh sftp bits
<stintel>
yes, if you search for the subject that's what is suggested iirc
<f00b4r0>
i vaguely remember fiddling with that some (long) time ago ;)
valku has quit [Ping timeout: 480 seconds]
Lynx- has joined #openwrt-devel
<Lynx->
* pkg_hash_check_unresolved: cannot find dependency kmod-nft-nat6 for firewall4 <-- any progress in figuring this one out?
<Lynx->
22.03 commit seemed to remove dependency but auc fails because it still expects dependency
<schmars[m]>
Lynx- we're waiting for the next base package feed rebuild
<Lynx->
ahh
<Lynx->
eta?
<schmars[m]>
dunno. btw which target is it that's failing for you? for me it's mt7621/7622
robimarko_ has quit [Quit: Leaving]
danitool has joined #openwrt-devel
Misanthropos has quit [Quit: ZNC 1.8.2+deb2+b1 - https://znc.in]
<schmars[m]>
packages are built by a different builder from what i understand - you'll also see in that output that packages are not rsync'd, only the target images, source copy, etc..
<Lynx->
Hmm. Is there a way to see in the buildbot pages the progress of the packages build?
<stintel>
so you also never heard of codeberg.org ?
<stintel>
gitea is awesome, I'm using it for internal git repos, last release added package registry support (OCI containers, this HTTP thing I just linked, a bunch more)
<stintel>
codeberg is running gitea as a libre github alternative, with woodpecker CI
<stintel>
I'm currently test-driving the PR to add native kubernetes support to woodpecker
<f00b4r0>
i see. I must confess I'm totally ignorant about all that ;)
<stintel>
that's why you have IRC :D
<rmilecki>
f00b4r0: for this version of series it's 3 weeks only, not the worst scenario
<f00b4r0>
rmilecki: i'll take your word for it :)
<rmilecki>
f00b4r0: let's see what happens in few more weeks
<stintel>
do remember it's summer holiday period in part of the worlk