Tapper has joined #openwrt-devel
Grommish has quit [Read error: Connection reset by peer]
Grommish has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
Tapper has quit [Ping timeout: 480 seconds]
bluew has quit [Ping timeout: 480 seconds]
minimal has quit [Quit: Leaving]
mangix has quit [Ping timeout: 480 seconds]
philipp64 has joined #openwrt-devel
danitool has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
ptudor_ has joined #openwrt-devel
ptudor has quit [Ping timeout: 480 seconds]
mattytap has quit [Remote host closed the connection]
cbeznea has joined #openwrt-devel
csharper2005 has joined #openwrt-devel
Borromini has joined #openwrt-devel
arthur_melo has joined #openwrt-devel
danitool has joined #openwrt-devel
<csharper2005> rmilecki: ping
goliath has joined #openwrt-devel
srslypascal is now known as Guest2691
srslypascal has joined #openwrt-devel
Guest2691 has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
mattytap has joined #openwrt-devel
gladiac has quit [Read error: No route to host]
gladiac has joined #openwrt-devel
<owrt-2203-builds> Build [#27](https://buildbot.openwrt.org/openwrt-22.03/images/#builders/39/builds/27) of `layerscape/armv7` failed.
<\x> nbd: nice mt7921 now has ap mode support ;)
<nbd> don't expect too much of it, it's limited to one vif and will likely only support few stations
<\x> does it work with the amd branded ones rz608 and rz616?
<\x> oh those are mt7921k
<\x> not supported?
shibboleth has joined #openwrt-devel
<nbd> i'd expect them to be supported, but i don't know for sure
<nbd> i've only used mtk reference cards so far
<\x> that card also runs mt7921e driver i think but yeah ill wait a little while I guess
indy_ has quit [Remote host closed the connection]
indy has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
bluew has joined #openwrt-devel
Piraty has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
Piraty_ has quit [Remote host closed the connection]
rua has joined #openwrt-devel
<aiyion_> bkoblitz, raylynnknight are not in these channels? I got in possesion of a DGS-1210-10P F1, and wanted to know whether I had to take special caution during flashing or which commit on master? worked for them.
<grift> these /etc/rc.button scripts installed by base-files have bad-permissions (+x), the are interpretted and cannot be executed
<owrt-2203-builds> Build [#26](https://buildbot.openwrt.org/openwrt-22.03/images/#builders/60/builds/26) of `layerscape/armv8_64b` failed.
minimal has joined #openwrt-devel
<grift> so i guess that stuff just belongs in /usr/lib and without -x
<jow> this stuff is executed by procd
<jow> using exec()
<jow> https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=package/system/procd/files/hotplug-preinit.json;h=658c685474fe0e31dd2667662d07ba037661c147;hb=089eb02abcd7512c6d182953560eb2453ef144ca#l16
<grift> so the variables those scripts depend on are in procd's environment?
<grift> why is it in /etc though?
<dwfreed> because they are config
<dwfreed> in a sense
<dwfreed> it's the same as rc.local
<grift> thanks i will then treat them as such
<dwfreed> and not having to tell sysupgrade about yet another path that needs backup and restore across upgrades is nice
<grift> not saying its nice or not, but i saw them depending on variable and they werent sourcing any functions so i was like if theyre executed directly then where do those variables come from
<grift> but if theyre in procd's environment then i guess that answers it
<Borromini> aiyion_: seems the F1 revision was merged early on and has no separate commit
<Borromini> maybe https://svanheule.net/switches/dgs-1210-10p can be of use to you
<Borromini> PaulFertser has one as well but I believe it's an R1 one not f1.
goliath has quit [Quit: SIGSEGV]
srslypascal has quit [Quit: Leaving]
<PaulFertser> Borromini: thanks. aiyion_ yes, I have access to R1 revision but most probably F1 is similar other than RAM size.
philipp64 has quit [Quit: philipp64]
srslypascal has joined #openwrt-devel
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
ekathva has joined #openwrt-devel
ekathva has quit [Remote host closed the connection]
Borromini has quit [Ping timeout: 480 seconds]
aiyion_ is now known as aiyion
torv_ has joined #openwrt-devel
torv has quit [Ping timeout: 480 seconds]
<aiyion> PaulFertser, Borromini: I think the device was initially added in c78e123d5a5e7c3baa74f326613a14f7e99a29a3 - in october 19th last year.
<aiyion> So it should be in v21.02 right?
<aiyion> nice.
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
<PaulFertser> aiyion: my patches added support for buttons and LEDs.
Borromini has joined #openwrt-devel
csrf has joined #openwrt-devel
<csrf> what's the process for doing a custom build after upgrading the flash to a bigger size? i.e., what do I need to change in the build config in order to handle the increase in flash space?
<jow> grift: there's various non-standandalone exectuables in /etc/ and elsewhere that should rather go into /usr/libexec/
<PaulFertser> csrf: usually it requires a change in the DTS file.
<jow> the argument that /etc/rc.whatever is configuration is true, but on the other hand its unrestricted shell script code, so not really a declarative configuration either
bluew has quit [Ping timeout: 480 seconds]
srslypascal is now known as Guest2713
srslypascal has joined #openwrt-devel
<grift> jow: yes the implementation isnt the prettiest.
<csrf> PaulFertser, where can I learn more about that file?
Guest2713 has quit [Ping timeout: 480 seconds]
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #openwrt-devel
goliath has joined #openwrt-devel
<PaulFertser> csrf: https://elinux.org/Device_Tree_Linux , usually they're all in target/linux/.../dts/ . You might also want to edit image/Makefile (or one of the files it includes) to allow creating bigger images.
<csrf> PaulFertser, ok will go investigate, thanks
ynezz_ has joined #openwrt-devel
ynezz has quit [Remote host closed the connection]
kkurbjun has quit [Read error: Connection reset by peer]
kkurbjun has joined #openwrt-devel
kkurbjun has quit [Read error: Connection reset by peer]
kkurbjun has joined #openwrt-devel
shibboleth has quit [Quit: shibboleth]
kkurbjun has quit [Read error: Connection reset by peer]
kkurbjun has joined #openwrt-devel
ynezz_ has quit [Remote host closed the connection]
ynezz has joined #openwrt-devel
ynezz is now known as Guest2720
<aiyion> PaulFertser: but are part of 21.02 nevertheless, are thy not?
philipp64 has joined #openwrt-devel
kkurbjun has quit [Read error: Connection reset by peer]
kkurbjun has joined #openwrt-devel
philipp64 has quit [Quit: philipp64]
fblaese has quit [Quit: bye]
Borromini has quit [Quit: Lost terminal]
cbeznea has quit [Quit: Leaving.]
<Grommish> When making a Host package (PKG_HOST_ONLY), do I leave out the $(INCLUDE_DIR)/package.mk and $(eval $(call BuildPackage,xxxx)) along with the Package/xxxx calls? I'm trying to get it so that the calls don't need to have xxx/host (or am I misunderstanding the PKG_HOST_ONLY call?)
<mrkiko> rmilecki: ping
arthur_melo has quit []
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
csrf has quit [Ping timeout: 480 seconds]
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
fblaese has joined #openwrt-devel
csrf has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
mrkiko has quit [Quit: leaving]