SpaceRat^ has joined #openwrt-devel
SpaceRat has quit [Read error: Connection reset by peer]
SpaceRat^ is now known as SpaceRat
hbug___ has joined #openwrt-devel
Tusker has joined #openwrt-devel
<Tusker> heya guys, I am getting stuck trying to debug the handoff from uboot to kernel on an mpc8544ds device, where it just hangs after loading the DTB. I have tried earlycon and earlyprintk and many other changes to the DTS, but am stuck trying to understand why it doesn't print anything... :| any pointers would be welcome... #linux hasn't been helpful
hbug__ has quit [Ping timeout: 240 seconds]
<aparcar[m]> swalker: nice
tobleminer-tSYS has quit [Quit: AS4242423214]
tobleminer-tSYS has joined #openwrt-devel
<dangole> damex: please try building my staging tree for your octeon3 mips64 target
<dangole> damex: https://git.openwrt.org/?p=openwrt/staging/dangole.git;a=commitdiff;h=bdd329235610aba25e7bb182bbfab67d7436b77c
dangole has quit [Quit: Leaving]
<aparcar[m]> swalker: can you auto generate it and provide it somewhere?
<aparcar[m]> swalker: there was also an idea to replace the wiki packages entries with something rendered, like https://pkgs.alpinelinux.org/packages
Rene__ has quit [Ping timeout: 260 seconds]
Rene__ has joined #openwrt-devel
victhor has quit [Ping timeout: 256 seconds]
goliath has quit [Quit: SIGSEGV]
danitool has quit [Ping timeout: 240 seconds]
Redfoxmoon has quit [Ping timeout: 265 seconds]
samueldr has quit [Ping timeout: 260 seconds]
samueldr_ has joined #openwrt-devel
<mangix> aparcar[m]: rebase openwrt on alpine </sarcasm>
<aparcar[m]> mangix: :)
Redfoxmoon has joined #openwrt-devel
nitroshift has joined #openwrt-devel
dedeckeh has joined #openwrt-devel
Redfoxmoon has quit [Changing host]
Redfoxmoon has joined #openwrt-devel
Borromini has joined #openwrt-devel
Grommish has quit [Ping timeout: 240 seconds]
Grommish has joined #openwrt-devel
valku has quit [Quit: valku]
Grommish_ has joined #openwrt-devel
Grommish has quit [Ping timeout: 260 seconds]
Tusker has quit [Quit: Time wasted on IRC: 5 hours 45 minutes 20 seconds]
poljar has joined #openwrt-devel
poljar1 has quit [Ping timeout: 256 seconds]
Grommish_ has quit [Read error: Connection reset by peer]
Grommish has joined #openwrt-devel
[mbm] has joined #openwrt-devel
hbug___ has quit [Remote host closed the connection]
hbug___ has joined #openwrt-devel
ivanich has joined #openwrt-devel
danitool has joined #openwrt-devel
danitool has quit [Client Quit]
Night-Shade has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ycarus has joined #openwrt-devel
<mangix> actually on a serious note, alpine's so called "router" variant is pretty huge at 500MB
<mangix> seems like alpine is mostly meant for containers
rsalvaterra has joined #openwrt-devel
<grift> eager to play with fw4, verry nice
<Grommish> Anyone familar with ipv6 and dnamasq help me figure out why I can't get an ipv6 address on the LAN side, but it's available on the device?
<Borromini> ah the rabbithole that ipv6 is :)
<Borromini> Grommish: you need to fiddle with prefix delegation and stuff probably
<Grommish> I got it to assign a /128 address finally
<grift> why are you looking at dnsmasq for ip6?
<Grommish> but now my system just gives me a Network is unreachable for ping6
<Borromini> grift: dnsmasq handles dhcpv4 by default on openwrt.
<Grommish> the device itself handles v6 fine
<Borromini> Grommish: so you can probably ping6 from the router to the wan
<Grommish> Borromini: correct
<Borromini> https://paste.debian.net/1168358/ < this is what i have
<Grommish> However, the device on the LAN cannot
<Borromini> the ra option might need some fiddling
<Borromini> yeah that's how it was by default as well here.
<Borromini> i think the ra_flags are default
<grift> yes maybe add a static route as well
feriman has joined #openwrt-devel
<Borromini> grift: you shouldn't need that, if it's set up right
<Grommish> It's all DHCP
<Grommish> from the ISP to the edge router and out from there to the LAN
<grift> depends on how you configured it on the client side i think
<Grommish> Its going into the box, and the box sees it, but the lan clients can't use it
<aparcar[m]> grift: where is fw4?
<grift> https://git.openwrt.org/?p=openwrt/staging/dangole.git;a=commitdiff;h=b4f18dde24014007d25a32ca68c3231f682d8f2d
<grift> i use ip6 a lot with openwrt
<grift> and it "just" works
<grift> but if you set up the client you get a static ip then you need to address route and you pretty much always should address ra
<Borromini> nice nftables as well :)
<rsalvaterra> Borromini: Not so nice, now it means I have to study nftables too. :P
<grift> nft language is nice and expressive
<Borromini> rsalvaterra: i hear you :P
<rsalvaterra> I suppose fw4 isn't meant to replace fw3, but to give users the choice, right?
<grift> eventually iptables is just legacy by now
<Borromini> yeah should be on its way out i reckon
<rsalvaterra> Hmm… I know there were some corner cases which couldn't be addressed with nftables, but I guess they've been solved by now…?
<grift> probably
<rsalvaterra> (Haven't really followed the development.)
<grift> might be some loose ends but probablu nothing significant
<grift> we even added secmark support to nft not long ago
<Borromini> grift: who's we?
<grift> selinux community
<grift> which is awesome because with that you can do per process firewalling
<rsalvaterra> Oh, well… looks like I have to dive in the nftables documentation.
<grift> more flexbible then using bpf
<Borromini> grift: ok :)
<grift> ill probably will be playing with that on openwrt eventually
<grift> the policy supports it already as well
<grift> but yes .. nft would have to be build with secmark support i guess
stintel has quit [Ping timeout: 246 seconds]
<rsalvaterra> grift: If SELinux is enabled. ;)
stintel has joined #openwrt-devel
<grift> true
<grift> but that goes without saying
<rsalvaterra> Yeah, it's a pet peeve of mine… there's lots of stuff enabled by default, which can't be disabled (by a normal user — but a normal user probably won't be building OpenWrt).
am0rphis has quit [Remote host closed the connection]
<grift> i am a normal user and i build openwrt
<rsalvaterra> Ok, I should clarify my definition of "normal user". :)
<rsalvaterra> Basically someone who just downloads an image and installs it. At most, uses the image builder.
<grift> if you ask me that whole toolchain flexibility is what defines opewrt
<grift> it just could use some more "marketing"/"publicity"
<grift> ie bring it a little closer
<rsalvaterra> Lots of people still think OpenWrt is just a toy for home routers.
<rsalvaterra> Probably because of its origins.
<Grommish> rsalvaterra: for most people, it is
<Grommish> I couldn't see an enterprise environment allowing Openwrt, or depending on it. Openwrt is enthusist-grade and nothing more.. and that's ok
<grift> well the toy gets more interesting with the flexibility of the toolchain
<grift> gives you the ability to personalize your router firmware
<rsalvaterra> Grommish: Enterprise? I don't know… but for small to medium companies, it's perfect.
<grift> its the only known router firmware with MAC support
indy has quit [Read error: Connection reset by peer]
<Grommish> rsalvaterra: How do you convince that director that you should be able to remove (and void) warranty on the expensive device you just paid for.. with software someone "gives" away
<grift> anyway linux was a enthusiast kernel as well
<grift> look at it now
<Grommish> grift: Only took 40 years
<Grommish> I was using VMS/VAX back in 1990.. badly
<rsalvaterra> Grommish: I convinced our CEO to build an APU2C4 machine with OpenWrt, for our office. ;)
<Grommish> rsalvaterra: How often do you think that realistically happens though ;p
<Grommish> Or..
<Grommish> That's your job
<Grommish> and you just happen to be an enthusist
<Grommish> the guy with the DBA fetish doesn't care about Openwrt ;p
<Grommish> and every IT person has a bent
<rsalvaterra> He said he needed a system which could work as firewall/gateway and load-balanced two WAN connections…
<Grommish> Ok.. you C-Suite?
<rsalvaterra> … and he was looking at Cisco gear (and included consulting, of course).
<Grommish> Or E-level
<rsalvaterra> And I said, "I can do that for about 250€". :P
<Grommish> rsalvaterra: oo.. you even managed lunch on it too I bet heheh
<Grommish> But you're the outlier
<rsalvaterra> I know… it's the advantage of small companies. :)
<rsalvaterra> Your voice is heard.
<Grommish> Yep.. More risk though..
<Grommish> Since you probably got voluntold to keep it running?
<rsalvaterra> Yeah, I maintain it.
<rsalvaterra> Actually, I'm the only one who has access to it.
<Grommish> As it should be
indy has joined #openwrt-devel
<Grommish> Another advantage to the SMB market.. you can tell the owner they can't have the keys
<Grommish> and they'll listen.. usually
<rsalvaterra> In this case, nobody asked my for any keys… so I didn't give them. :P
<Grommish> :D
<rsalvaterra> And I won't… I do the asking for (public) keys.
<rsalvaterra> (The root password is disabled.)
SpaceRat^ has joined #openwrt-devel
SpaceRat has quit [Disconnected by services]
SpaceRat^ is now known as SpaceRat
swegener has quit [Quit: leaving]
aszeszo has joined #openwrt-devel
aszeszo has quit [Client Quit]
<dengqf6> Does anyone know how to enable 2KB jumbo frame support on mt7621? I tried changing the MTK_MAX_RX_LENGTH to 2048 but it did not work
<dengqf6> Some MikroTik routers which used mt7621 have this feature on ROS
aszeszo has joined #openwrt-devel
vdl has quit [Quit: WeeChat 2.9]
vdl has joined #openwrt-devel
enyc has quit [Ping timeout: 246 seconds]
enyc has joined #openwrt-devel
swegener has joined #openwrt-devel
enyc has quit [Ping timeout: 260 seconds]
enyc has joined #openwrt-devel
swegener has joined #openwrt-devel
swegener has quit [Changing host]
enyc has quit [Ping timeout: 260 seconds]
enyc has joined #openwrt-devel
Nick_Lowe has joined #openwrt-devel
f00b4r0 has joined #openwrt-devel
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
black_ant has joined #openwrt-devel
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mangix> dengqf6: the previous ethernet driver has such a commit. check the git log.
decke has joined #openwrt-devel
Nick_Lowe has joined #openwrt-devel
<matteo_> I am trying to create a SciPy package for OpenWRT, and I am having issues with the dependency on Numpy: numpy builds, scipy doesn't
<matteo_> apparently the scipy build tries to import Numpy, but there is a mismatch in architecture
<matteo_> this is the build output https://pastebin.com/05CGD97A
<matteo_> and this is the scipy pkg Makefile: https://pastebin.com/Fvmn51Pd
<matteo_> it seems like the host python runs the scipy setup, which imports numpy, but it's the ARM numpy that gets imported and the host python chokes ofc
<matteo_> I think that is the issue, but it's the first time I build a python package with C modules AND a dependency on another python package with C modules
<matteo_> so I'm not sure how to fix it
<matteo_> there is somebody that had the same problem with buildroot and opened an issue on scipy: https://github.com/scipy/scipy/issues/9875
<matteo_> the reply was essentially "not our problem, closing. good luck" =)
<mangix> dengqf6: no there's a different one
<mangix> that looks like the upstream driver
adrianschmutzler has joined #openwrt-devel
SpaceRat has quit [Quit: AfterGlow .gx.]
<dengqf6> mangix: The out-of-tree driver (before 5.4)? Could you point it out?
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nick_Lowe has joined #openwrt-devel
MatrixTravelerbo has quit [Quit: killed]
fblaese has quit [Quit: killed]
nick[m] has quit [Quit: killed]
JuniorJPDJ has quit [Quit: killed]
aparcar[m] has quit [Quit: killed]
MatMaul has quit [Quit: killed]
_whitelogger has joined #openwrt-devel
Redfoxmoon has quit [Read error: Connection reset by peer]
Redfoxmoon has joined #openwrt-devel
Redfoxmoon has quit [Changing host]
Redfoxmoon has joined #openwrt-devel
agb[m] has joined #openwrt-devel
decke[m] has joined #openwrt-devel
fblaese has joined #openwrt-devel
shalzz has joined #openwrt-devel
pavlix has joined #openwrt-devel
pgwipeout[m] has joined #openwrt-devel
olmari has joined #openwrt-devel
nick[m] has joined #openwrt-devel
voltagex has joined #openwrt-devel
MatMaul has joined #openwrt-devel
JuniorJPDJ has joined #openwrt-devel
aparcar[m] has joined #openwrt-devel
muhaha has joined #openwrt-devel
<mangix> dengqf6: once I get on a computer
nitroshift has quit [Quit: Gone that way --->]
victhor has joined #openwrt-devel
aszeszo has quit [Quit: aszeszo]
aszeszo has joined #openwrt-devel
<mangix> dengqf6: turns out, what I saw was on the now defunct lede-dev mailing list
<mangix> no idea of there are any archives anywhere
<mangix> aha
<damex> https://github.com/openwrt/openwrt/pull/3531 any suggestions on reordering logical addresses to match physical?
<mangix> oh. looks like this is already integrated...
<damex> eth0 eth1 eth2 eth3 match eth1 eth2 eth3 eth0 logical after system boots. device tree can't reorder it and keep mii working. it is fine for lots of other targets on openwrt with missordered ports though
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Nick_Lowe has joined #openwrt-devel
<damex> maybe there is some existing functionality that could match a mac address and rename interface accordingly?
victhor has quit [Remote host closed the connection]
victhor has joined #openwrt-devel
<damex> found mtd_get_mac_binary. 'mtd_get_mac_binary eeprom 6' returns needed mac of eth3. eth0 eth1 and eth0 are eth3 mac +1. is there a function that can rename adapters?
<damex> eth0 eth1 and eth2*
Skeleswant has joined #openwrt-devel
dangole has joined #openwrt-devel
SpaceRat has quit [Quit: Futurephobia .gx.]
ivanich has quit [Quit: Konversation terminated!]
feriman has quit [Ping timeout: 264 seconds]
am0rphis has joined #openwrt-devel
dangole_ has joined #openwrt-devel
dangole has quit [Ping timeout: 240 seconds]
danitool has joined #openwrt-devel
swex has quit [Quit: swex]
<PaulFertser> damex: is renaming adapter with "ip" not an option?
<damex> PaulFertser: i think it will get rejected pretty fast
<PaulFertser> damex: using ip in scripts is usually accepted.
<PaulFertser> damex: the thing is that you need to ensure it'll work as expected in preinit too, so that generic failsafe would work.
<damex> ip link set $(get-lan-if-name $(get-macname-from-mtd)) name lan0
<damex> so we tell it where to look for mac address in mtd and then for each adapter increment it
<damex> PaulFertser: sure, i can test that (good thing we got failsafe working with custom dts?)
ivanich has joined #openwrt-devel
<PaulFertser> damex: of course it's good :) failsafe should work on all OpenWrt boards.
Nick_Lowe has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<damex> PaulFertser: i might be pretty toxic but i none of octeon boards have reset button working to enter failsafe :)
<damex> unless people use serial console ofcourse
Nick_Lowe has joined #openwrt-devel
<PaulFertser> damex: failsafe should work with any button, not just reset. And yes, if it's not working in none of the octeon targets then it's bad, you can do better :)
Nick_Lowe has quit [Client Quit]
<damex> PaulFertser: there is no other buttons onboard to trigger failsafe though :<
<damex> so is there some internal function that returns interface name that have mac address?
<damex> if i supply it a mac address
<adrianschmutzler> damex: note that this would not be unique if it was available
MichaelOF has joined #openwrt-devel
<damex> so if i add such thing - it better go to universal place like lib/functions/system.sh ?
<damex> or it should be kept in target scripts?
<adrianschmutzler> that depends on whether it's general or target-specific ;-)
<adrianschmutzler> And we will probably only accept it if you do something with it in the code. So, not just add the function ...
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_mediatek.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
SpaceRat has joined #openwrt-devel
valku has joined #openwrt-devel
dangole_ has quit [Quit: Leaving]
dangole_ has joined #openwrt-devel
dangole_ is now known as dangole
Slimey__ has joined #openwrt-devel
goliath has joined #openwrt-devel
adrianschmutzler has quit [Read error: Connection reset by peer]
Slimey has quit [Read error: Connection reset by peer]
fs2 has quit [Quit: Ping timeout (120 seconds)]
KGB-0 has quit [Ping timeout: 260 seconds]
th3g1z has quit [Quit: aloha]
Namidairo has quit [Quit: ZNC 1.7.5 - https://znc.in]
Namidairo has joined #openwrt-devel
th3g1z has joined #openwrt-devel
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
fs2 has joined #openwrt-devel
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
dangole has quit [Remote host closed the connection]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
Nick_Lowe has joined #openwrt-devel
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
MichaelOF has quit [Quit: Konversation terminated!]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
swex has joined #openwrt-devel
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
decke has quit [Quit: Leaving.]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
<grift> dangole: that logd priv drop didnt make it in?
Borromini has quit [Quit: leaving]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
Nick_Lowe has quit [Ping timeout: 244 seconds]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
muhaha has quit [Quit: Connection closed]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
Tapper has joined #openwrt-devel
aszeszo has quit [Quit: aszeszo]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
<Tapper> Hi there 'Mother Lover's lol Is master fixt yet?
muhaha has joined #openwrt-devel
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
<grift> Tapper yes it is for me
<Tapper> OK thanks. I will roll a new build and give it a shot.
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
<Tapper> You know in the build system when we tipe ./scripts/feeds -a to update all the feeds. Can it be made to just update all feeds with just ./scripts/feeds update.
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
<Tapper> The -a seems a bit superfluous.
<stintel> it's already like this?
<stintel> I never use -a
SpaceRat has quit [Ping timeout: 260 seconds]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
<Tapper> O cool. It says in the wiki that you have to use -a. lol
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
samantaz_ has quit [Ping timeout: 265 seconds]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
Tapper has quit [Read error: Connection reset by peer]
black_ant has quit [Quit: simplicity does not kill]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
Tapper has joined #openwrt-devel
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
<Tapper> OK people master is now fixt just booted a new build on wrt3200acm
<Tapper> Thanks
SpaceRat has joined #openwrt-devel
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
black_ant has joined #openwrt-devel
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
KGB-0 has quit [Excess Flood]
KGB-0 has joined #openwrt-devel
aszeszo has joined #openwrt-devel
opal has quit [Remote host closed the connection]
opal has joined #openwrt-devel
aszeszo has quit [Client Quit]
Slimey__ is now known as SLimey
SLimey is now known as Slimey
aszeszo has joined #openwrt-devel
muhaha has quit [Quit: Connection closed]
Night-Shade has joined #openwrt-devel
ylk has joined #openwrt-devel
ylk has quit [Ping timeout: 245 seconds]
shalzz has quit [Quit: Idle for 30+ days]
muhaha has joined #openwrt-devel
<damex> PaulFertser: i did the update and ports are properly matched in OS. lanX -> physical ethX numbers are correct and working in failsafe. it brings only one interface up during failsafe (all ports are available and working). looks good to me
<damex> all the changes are #1 universal function is in functions/system.sh #2 board specific changes are in preinit/lib to rename ports.
<rsalvaterra> Yay, first pull request: https://github.com/openwrt/packages/pull/13755
<rsalvaterra> (God, I'm really not used to work with GUIs…)
<damex> not sure if there is anything else left to do, need help reviewing
ivanich has quit [Quit: Konversation terminated!]
<Grommish> rsalvaterra: Oh, I've never known them not to "give constructive feedback" :D You will want to squash those commits though
<Grommish> at a guess anyway
<rsalvaterra> I dunno… they're quite independent (and each of them is a bump of the package version)…
<rsalvaterra> Anyway, I'll just brace for the impact. :P
<Grommish> Yeah, that isn't the right answer either
ivanich has joined #openwrt-devel
<Grommish> I meant what I said
<rsalvaterra> What do you mean?
<Grommish> You are correct in squashing is not the answer - Man, everything seems adversarial today hahah
<rsalvaterra> Ahahah!
<Grommish> I'm typing this going,.. this doesn't seem to convey what I wanted to say
<Grommish> and just kept getting worse
<Grommish> sigh
<Grommish> and yes, they'll certainly let you know if things should be changed.. or just because hehehe
<rsalvaterra> Oooh, the test builds are all failing. I guess that's a known problem.
<Grommish> someone was saying something about the ci builds failing, but I didn't really pay attention to why
<Grommish> rsalvaterra: I just realized what i meant to say was the exact opposite of what I did.. i was going to ask if the pr shouldn't be separate, or if the commits being there are enough. words.. they are important, yes?
<rsalvaterra> And you're a native English speaker! :D
<Grommish> ALLEGEDELY
<Grommish> hehe
<Grommish> I never said I did it properly..
<Grommish> Anyway.. I'm out for a bit :) Gluck with the horde
<rsalvaterra> We tend to be sloppier when speaking in our native language, that's true!
<rsalvaterra> Ok, bye! :)
_jf has joined #openwrt-devel
norris_ has joined #openwrt-devel
nejon_ has joined #openwrt-devel
arnd_ has joined #openwrt-devel
Tsesarevich_ has joined #openwrt-devel
SimJoSt- has joined #openwrt-devel
nickname_ has joined #openwrt-devel
larsan23 has joined #openwrt-devel
SimJoSt has quit [*.net *.split]
norris has quit [*.net *.split]
arnd has quit [*.net *.split]
gweentea has quit [*.net *.split]
Tsesarevich has quit [*.net *.split]
nejon has quit [*.net *.split]
larsan has quit [*.net *.split]
jf has quit [*.net *.split]
m4t has quit [*.net *.split]
opal has quit [*.net *.split]
am0rphis has quit [*.net *.split]
hbug___ has quit [*.net *.split]
koniu has quit [*.net *.split]
nejon_ is now known as nejon
norris_ is now known as norris
arnd_ is now known as arnd
Tsesarevich_ is now known as Tsesarevich
m4t has joined #openwrt-devel
<KGB-1> https://tests.reproducible-builds.org/openwrt/openwrt_kirkwood.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
larsan23 is now known as larsan
aszeszo has quit [Read error: Connection reset by peer]
aszeszo has joined #openwrt-devel
koniu has joined #openwrt-devel
hbug___ has joined #openwrt-devel
opal has joined #openwrt-devel
samueldr_ is now known as samueldr
samueldr has quit [Changing host]
samueldr has joined #openwrt-devel
valku has quit [Quit: valku]
aszeszo has quit [Read error: Connection reset by peer]
aszeszo has joined #openwrt-devel
samantaz_ has joined #openwrt-devel
damex has quit [Ping timeout: 240 seconds]
am0rphis has joined #openwrt-devel
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
Ycarus has quit [Quit: Ycarus]
damex has joined #openwrt-devel
merbanan has quit [Ping timeout: 256 seconds]
muhaha has quit [Ping timeout: 260 seconds]
swex has quit [Quit: swex]
merbanan has joined #openwrt-devel
feriman has joined #openwrt-devel
am0rphis has quit [Remote host closed the connection]
whyz has quit [Ping timeout: 244 seconds]
whyz has joined #openwrt-devel
am0rphis has joined #openwrt-devel
finsternis has quit [Remote host closed the connection]
aptanet has quit [Read error: Connection reset by peer]
aptanet has joined #openwrt-devel
aptanet has quit [Client Quit]
aptanet has joined #openwrt-devel
finsternis has joined #openwrt-devel
<aparcar[m]> stintel: can you help me figure out the selinux symbol issue? When are you asked for the symbols?
<stintel> when you start from a .config that was made before selinux support was added
<stintel> make oldconfig asks 20+ questions related to SELinux
<stintel> would be nice if they were all hidden behind a CONFIG_SELINUX
<ldir> can't you do a 'make defconfig' ?
<stintel> ldir: no, I risk missing other new options
<ldir> I thought a defconfig took an existing config and added missing defaults?
<stintel> yes. it hides newly introduced options
<stintel> I build custom images, I want to know about new options and decide myself if I enable them or not
black_ant has quit [Ping timeout: 272 seconds]
<aparcar[m]> stintel: is there a clean way to hide these options? We now use CONFIG_SELINUX which pretty much hides everything, we don't change the internal Kernel config, which may ask if you hand craft your kernel
Borromini has joined #openwrt-devel
r3pek has quit [Ping timeout: 256 seconds]
r3pek has joined #openwrt-devel
larsc has quit [Ping timeout: 240 seconds]
larsc has joined #openwrt-devel
dopje_ has quit [Read error: Connection reset by peer]
dopje has joined #openwrt-devel
f00b4r0 has quit [Read error: Connection reset by peer]
romany61 has joined #openwrt-devel
Xesxen_ has joined #openwrt-devel
damex_ has joined #openwrt-devel
danitool_ has joined #openwrt-devel
v0n has joined #openwrt-devel
subterfugium has joined #openwrt-devel
r3pek_ has joined #openwrt-devel
sergiomiguelrp_ has joined #openwrt-devel
r3pek has quit [*.net *.split]
damex has quit [*.net *.split]
Night-Shade has quit [*.net *.split]
danitool has quit [*.net *.split]
vdl has quit [*.net *.split]
philipp64|work has quit [*.net *.split]
sergiomiguelrp has quit [*.net *.split]
Mister_X has quit [*.net *.split]
Xesxen has quit [*.net *.split]
romany6 has quit [*.net *.split]
jlanda has quit [*.net *.split]
otto has quit [*.net *.split]
skolev has quit [*.net *.split]
Mister_X has joined #openwrt-devel
philipp64|work has joined #openwrt-devel
jlanda has joined #openwrt-devel
skolev has joined #openwrt-devel
Borromini has quit [Quit: Lost terminal]
feriman has quit [Quit: WeeChat 2.9]
<KGB-0> https://tests.reproducible-builds.org/openwrt/openwrt_x86.html has been updated. (100.0% images and 100.0% packages reproducible in our current test framework.)
black_ant has joined #openwrt-devel
black_ant has quit [Changing host]
black_ant has joined #openwrt-devel
dedeckeh has quit [Remote host closed the connection]
black_ant has quit [Ping timeout: 240 seconds]
Darkmatter66 has quit [Remote host closed the connection]
Darkmatter66 has joined #openwrt-devel
ivanich has quit [Quit: Konversation terminated!]
Darkmatter66_ has joined #openwrt-devel
Darkmatter66 has quit [Ping timeout: 260 seconds]
victhor has quit [Remote host closed the connection]
am0rphis has quit [Remote host closed the connection]
am0rphis has joined #openwrt-devel
greearb_ has joined #openwrt-devel
greearb has quit [Ping timeout: 256 seconds]
swex has joined #openwrt-devel
luke-jr has quit [Quit: ZNC - http://znc.sourceforge.net]
luke-jr has joined #openwrt-devel
rsalvaterra has quit [Quit: Leaving.]
aszeszo has quit [Quit: aszeszo]
blocktrron has quit [Remote host closed the connection]
blocktrron has joined #openwrt-devel
<karlp> stintel: well, you got what you asked for? you got all the new options?