<aparcar[m]>
stintel: I think it already is, aka CONFIG_SELINUX
<stintel>
no
<stintel>
# CONFIG_SELINUX is not set
<stintel>
yet I keep getting questions for ONFIG_PACKAGE_libselinux-*
<stintel>
and other related crap
valku has joined #openwrt-devel
DirkS has quit [Ping timeout: 256 seconds]
DirkS has joined #openwrt-devel
hbug has joined #openwrt-devel
hbug___ has quit [Ping timeout: 240 seconds]
gch9812136 has joined #openwrt-devel
gch981213 has quit [Read error: Connection reset by peer]
gch9812136 is now known as gch981213
goliath has quit [Quit: SIGSEGV]
tobleminer-tSYS has quit [Quit: AS4242423214]
tobleminer-tSYS has joined #openwrt-devel
<aparcar[m]>
stintel: don't talk so mean about our nice little experiment here
<aparcar[m]>
when is it asking you that stuff? Doesn't happen on my local builds
gch981213 has quit [Quit: Ping timeout (120 seconds)]
gch981213 has joined #openwrt-devel
opal has quit [Remote host closed the connection]
opal has joined #openwrt-devel
gch981213 has quit [Read error: Connection reset by peer]
gch981213 has joined #openwrt-devel
gch9812138 has joined #openwrt-devel
gch981213 has quit [Ping timeout: 265 seconds]
gch9812138 is now known as gch981213
gladiac1337 has quit [Quit: k thx bye]
valku has quit [Quit: valku]
gladiac1337 has joined #openwrt-devel
black_ant has quit [Ping timeout: 246 seconds]
mwarning has joined #openwrt-devel
Guest88073 is now known as lep-delete
lep-delete is now known as Guest88073
Guest88073 is now known as lep-delete
lep-delete is now known as Guest88073
mwarning has quit [Ping timeout: 260 seconds]
gch981213 has quit [Read error: Connection reset by peer]
gch9812131 has joined #openwrt-devel
nitroshift has joined #openwrt-devel
<damex>
i remember there was some mechanism to have two firmware versions available. is it still present?
<olmari>
damex: buildsystem or device itself?
<olmari>
inside buildsystem I've used "./scripts/env" successufy for years :)
<damex>
olmari: device itself. something like let's say you have 19.07.01 and want to upgrade to 19.07.04. let's say you install 19.07.04 and could always go back to 19.07.01 as it is always available too
<damex>
ofw does it via keeping squashfs file on ext3 or ext4 filesystem
<olmari>
hmm.. was such ever an universal thing in openwrt? (I mean it could and me not knowing 😀 )
<damex>
i remember some device declare such support
<damex>
no idea about details - so asking ;p
<damex>
current devices have lots of storage + option to boot from usb ;p
gch981213 has joined #openwrt-devel
gch9812131 has quit [Read error: Connection reset by peer]
<PaulFertser>
damex: some devices with dual firmware just have different MTD areas for them, and the bootloader has some logic to choose what to use. So vendor-specific. Just keeping a squashfs file is not enough because kernel is not part of rootfs.
<damex>
PaulFertser: they keep vmlinux.64 and vmlinux.64.previous ;p
<damex>
with md5 sums for uboot to check
<damex>
although i am not so sure how they switch between them
<damex>
i think just change loadaddr
<damex>
or just point to other file
<damex>
can we actually change uboot parameters from openwrt? :p
<damex>
maybe there is some tooling
<PaulFertser>
damex: yes, fw_setenv
<damex>
so is there a existing tools to make dual (or more) firmware or i need to make it myself if i decide to implement so?
<damex>
seems straightforward to me: fw_setenv -> point to new kernel
<ynezz>
there is ongoing vote about new members and there is so far just 17 votes out of 32 possible, thanks!
<nick[m]1>
Someone with a newer kernel version than 5.4 for ath79? I still have issues with 5.4 mtd spi-nor driver and would like to test a newer kernel.
opal has quit [Ping timeout: 240 seconds]
gch981213 has quit [Read error: Connection reset by peer]
gch981213 has joined #openwrt-devel
<aparcar[m]>
jow: ping
<nitroshift>
nick[m]1, afaicr blocktrron was working on a newer kernel but it's wip and nothing production-ready
opal has joined #openwrt-devel
<nick[m]1>
nitroshift: I don't care if it is not working correctly. just want to checkout the jffs2/nor driver implementation. :) adrianschmutzler wanted to remove 4.19 kernel support for ath79, but the jffs2 is blocking everything, since it just makes the device unusuable
<nitroshift>
nick[m]1, you can check the code directly at kernel.org
<nick[m]1>
nitroshift: just wanted to run-test before looking in the code so I know if it is working. I looked into blocktrron git but there is no branch with a newer kernel?
<nick[m]1>
Otherwise I have to port all that patches to the newest kernel version? Or can I just "copy" the spi nor driver folder into a 5.4 kernel? Never did this xD
<nick[m]1>
between working 4.19 and 5.4 a lot changed in the mtd spi nor driver
<nitroshift>
nick[m]1, you can't just copy the driver code
<nitroshift>
nick[m]1, for example, the core.c file has 3466 changes
<rsalvaterra>
nick[m]1: I wonder if all XW platforms are affected…? I've testing builds on my AirGrid M2 (XM) and haven't had any issues. :/
<damex>
lemmi: what did you already try ? :)
<lemmi>
damex: selecting a couple more drivers, but that didn't work. dtc isn't available on octeon target for some reason, so couldn't easily compare to stock.
<damex>
lemmi: try enabling kmod-sfp or whatever it is called
<lemmi>
yeah, selected that as well
<damex>
ah, there is no definition for sfp in device tree
<damex>
lemmi: try to see on stock which bcm phy it is
<damex>
if you can
<damex>
and omg, who would use bcm phys :(
<lemmi>
i'll be working on this tonight again. could also crack it open an take some pictures. maybe they reveal something. also snapshot is broken for that target. it needs CONFIG_CAVIUM_CN63XXP1=y to be able to run
<damex>
lemmi: that parameter can not be set everywhere. there is a performance penalty for all target except that cn63xx
<nick[m]1>
rsalvaterra: not sure, it is always that 16 pin macronix chip
<nick[m]1>
like I wrote in my bug report
<lemmi>
yeah, but this needs to be fixed. i was flashing snapshot and the thing doesn't boot. no problem here because i'm just testing.
<rsalvaterra>
nick[m]1: I see now, missed the comments below, thanks.
<rsalvaterra>
nick[m]1: A SOP16 chip with 8 NC pins? Now that's some serious packaging silliness. :)
feriman has joined #openwrt-devel
<nick[m]1>
rsalvaterra: what 8 pins are not connected? xD never looked at those details
<nick[m]1>
rsalvaterra: just compiling 5.9 spi driver
<nick[m]1>
hope build will be successfull so I can test it
<rsalvaterra>
nick[m]1: The middle 4 pins on each side. :)
<nick[m]1>
rsalvaterra: build is crashing :/
<rsalvaterra>
Probably some core stuff was changed enough for the driver not to build…
<nick[m]1>
"error: 'struct mtd_partition' has no member named 'add_flags'"
<nick[m]1>
whups, forgot include/linux/mtd
feriman has quit [Read error: Connection reset by peer]
feriman has joined #openwrt-devel
Misanthropos has quit [Read error: Connection reset by peer]
Misanthropos has joined #openwrt-devel
Borromini has quit [Ping timeout: 240 seconds]
<nick[m]1>
aaand its broken. I need uart. :/
<damex>
lemmi: would be nice if you could remove heatsinks to take photos
aparcar[m] has quit [Quit: killed]
decke[m] has quit [Quit: killed]
svanheule[m] has quit [Quit: killed]
nick[m]1 has quit [Quit: killed]
olmari has quit [Quit: killed]
pavlix has quit [Quit: killed]
JuniorJPDJ has quit [Quit: killed]
agb[m] has quit [Quit: killed]
sielicki has quit [Quit: killed]
pgwipeout[m] has quit [Quit: killed]
shalzz has quit [Quit: killed]
fblaese has quit [Quit: killed]
voltagex has quit [Quit: killed]
WiredLife has quit [Quit: killed]
aszeszo has joined #openwrt-devel
MatrixTravelerbo has joined #openwrt-devel
<blocktrron>
nitroshift: i didn't work on a kernel >5.4.x, you seem to mess something up there. usually xback does major kernel bumps
<nitroshift>
blocktrron, correct
<nitroshift>
sorry for the confusion
<blocktrron>
ynezz: guess who just discovered he didn't resubscribe to openwrt-adm after the fallout
<blocktrron>
can you forward the mail to me so i can reply to it?
Borromini has joined #openwrt-devel
<tmn505>
blocktrron: You can click the link of Stijn address to reply.
nick[m] has joined #openwrt-devel
pgwipeout[m] has joined #openwrt-devel
sielicki has joined #openwrt-devel
decke[m] has joined #openwrt-devel
agb[m] has joined #openwrt-devel
JuniorJPDJ has joined #openwrt-devel
olmari has joined #openwrt-devel
aparcar[m] has joined #openwrt-devel
voltagex has joined #openwrt-devel
pavlix has joined #openwrt-devel
fblaese has joined #openwrt-devel
svanheule[m] has joined #openwrt-devel
shalzz has joined #openwrt-devel
WiredLife has joined #openwrt-devel
<blocktrron>
tmn505: this would lead to the E-Mail not being linked to the thread
<tmn505>
blocktrron: it should, there's In-Reply-To header
<tmn505>
I guess the e-mail client doesn't catch that
feriman has quit [Read error: Connection reset by peer]
<Borromini>
you can set the in-reply-to header even if your client allows you to
feriman has joined #openwrt-devel
Redfoxmoon has quit [Read error: Connection reset by peer]
<PaulFertser>
damex: btw, for the reference, I've just tried using SFP on a board where it works as it should (some real server MB) and there the SFP ports are all individual interfaces and "ethtool -m <interface>" prints all the essentials about the specific module that's currently inserted.
<damex>
PaulFertser: it didn't work (never worked) this way on official ubiquiti firmware or any other octeon boards :(
<damex>
one of the ways - there has to be phylink support implemented inside the network driver which octeon lacks
Borromini has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
linzst has joined #openwrt-devel
ivanich has quit [Quit: Konversation terminated!]
ivanich has joined #openwrt-devel
ivanich has quit [Quit: Konversation terminated!]
Nick_Lowe has joined #openwrt-devel
mwarning has quit [Ping timeout: 272 seconds]
ivanich has joined #openwrt-devel
<greearb>
if I want to manually apply all owrt patches in a directory, what is the proper way to sort them? Would piping results of find though |sort work?
ivanich has quit [Client Quit]
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]