guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
<rsalvaterra>
Mangix: That was fast, thanks for the Tor merge! It's such a huge update I believe it should be backported to all OpenWrt versions we support.
<rsalvaterra>
It's quite likely a large number of nodes are running on OpenWrt.
<nick[m]1234>
mrkiko: i started already porting 11 oft my 17 devices. ;) also pinged the devics maintainer.
Tapper has quit [Ping timeout: 480 seconds]
enyc has joined #openwrt-devel
rua has joined #openwrt-devel
_lore_ has quit [Ping timeout: 480 seconds]
grift has quit [Read error: Connection reset by peer]
grift has joined #openwrt-devel
_lore_ has joined #openwrt-devel
<grift>
failsafe mode saved my butt
Borromini has joined #openwrt-devel
goliath has joined #openwrt-devel
Tapper has joined #openwrt-devel
<mrkiko>
nick[m]1234: great! thanks for your effort- it's pretty intensive I think
<mrkiko>
grift: yes, it does sometimes :D
<mrkiko>
nick[m]1234: how is it going?
Borromini has quit [Quit: leaving]
lelux_ has quit [Ping timeout: 480 seconds]
hexa- has quit [Quit: WeeChat 3.3]
hexa- has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
bookworm has quit []
bookworm has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
<Pepes>
rsalvaterra: I agree, tor should be backported to all OpenWrt versions. :)
<Pepes>
But the PR was merged too fast, I would say even w/o maintainer approval/notice
Tapper has joined #openwrt-devel
minimal has joined #openwrt-devel
<enyc>
Interested in OpenWRT-plans for usability-abstractions =)
<enyc>
e.g. 1-click guest-network e.g. 2.4 and 5ghz follow same config [with separae channel number dropdowns] unless select to separate etc.
<enyc>
is this sort of thing that might be added to 22.03, extra pkgs, etc. or somewhere go into $planning boards for 23.xx ??
<rsalvaterra>
Pepes: especially this new version, with congestion control! ;)
<rsalvaterra>
Pepes: Are you getting this into TurrisOS? :)
<bkallus>
Are there any obvious ways I could have misconfigured things in menuconfig that would prevent the nand mtd devices from showing up in /dev?
<Pepes>
rsalvaterra: Most packages in Turris OS comes from OpenWrt as it is and no further work is necessary to have it in Turris OS. Unfortunately, there are some issues with OpenWrt 21.02 and DSA/VLANs and for some time, we need to stay on outdated version, which is sad. :( But I'm going to backport lts kernel 5.15 for OpenWrt 21.02 in Turris OS 6.x.
T-Bone has quit [Quit: gone]
xes has quit [Ping timeout: 480 seconds]
csrf has joined #openwrt-devel
<dwfreed>
enyc: it is far too late for 22.03
<enyc>
dwfreed: i'm sure, but would like toknow who is considering these things, and where suggestions get made, and so-on
<dwfreed>
you'd have to ask the luci maintainer(s)
<enyc>
dwfreed: -or- where these sorts of things get tested-out as addon-packages to current-release before another (i.e. test on 22.03)
<grift>
sed does that in-place atomically and that causes /etc/group to be mislabeled on selinux systems when once install a package that wants to add a uid/gid
Monkeh has joined #openwrt-devel
srslypascal is now known as Guest3301
srslypascal has joined #openwrt-devel
ecloud_ has quit [Ping timeout: 480 seconds]
Guest3301 has quit [Ping timeout: 480 seconds]
PaulFertser has quit [Read error: Connection reset by peer]
PaulFertser has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
ecloud_ has joined #openwrt-devel
robimarko has joined #openwrt-devel
<dwfreed>
grift: that can cause problems in set -e environments
<dwfreed>
if [ -x /path/to/selinuxenabled ] && selinuxenabled; then restorecon /etc/group; fi
<grift>
thanks will address it
Tapper has joined #openwrt-devel
mattytap has quit [Read error: Connection reset by peer]
mattytap has joined #openwrt-devel
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
srslypascal has quit [Remote host closed the connection]
srslypascal has joined #openwrt-devel
mattytap_ has joined #openwrt-devel
mattytap has quit [Ping timeout: 480 seconds]
<Grommish>
Anyone familar with ipq40xx targets that would be able to tell me if the instruction-set flags +v7,-d32,+thumb2,+neon,+vfp4 would be appropriate?
<robimarko>
I can tell you that its ARMv7, has Thumb2 support as well as NEON with VFP4
Borromini has joined #openwrt-devel
<robimarko>
Not sure about -D32 as VFPv4 does not offer register width options like VFPv3 did
<robimarko>
Grommish: What are possible feature combinations?
<robimarko>
More preciselly, where are they defined
minimal has quit [Quit: Leaving]
<robimarko>
I assume they are just LLVM feature flags
<robimarko>
Which has horrible docs, GCC at least documents them