<mangix> Habbie: interesting that it works just fine.
Ansuel has quit [Ping timeout: 480 seconds]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
<spacewrench> LuCI question: I'd like to make a custom module (a thermostat controller & monitor, operated by an OpenWRT device). Is there a good template to use? The docs say to develop in-place in the /www tree, but there are 2-3 (3-4?) different places that pieces go. Is there a good way to develop in a separate tree, and make-install to get the pieces moved to the right place?
rua has quit [Quit: Leaving.]
victhor has quit [Ping timeout: 480 seconds]
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
guidosarducci has quit [Remote host closed the connection]
guidosarducci has joined #openwrt-devel
dansan has joined #openwrt-devel
dansan has quit [Quit: The C preprocessor is a pathway to many abilities some consider to be unnatural.]
dansan has joined #openwrt-devel
Tapper has joined #openwrt-devel
rua has joined #openwrt-devel
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
goliath has joined #openwrt-devel
dangole has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
dangole has quit [Remote host closed the connection]
rua has joined #openwrt-devel
dangole has joined #openwrt-devel
hitech95 has joined #openwrt-devel
<hitech95> Quick and easy way to switch to next kernel in ah79? By default it is 5.4, I want to test a patch for 5.10
<stintel> hitech95: CONFIG_TESTING_KERNEL=y
<hitech95> stintel: Oh thanks!
<stintel> hmm
<stintel> let me verify that symbol
<stintel> yeah should be that
<stintel> this will work for targets that have KERNEL_TESTING_PATCHVER defined in target/linux/$TGT/Makefile
<hitech95> Perfect! Somenoe might have ported a device with thhe wrong gpios pinout. did the pinmux changed between the old platform data to the new DTS based one?
<hitech95> On original fiirmware https://pastebin.com/W9bwJuNX
<hitech95> The reset button imight be wrong!
spacewrench has quit [Remote host closed the connection]
spacewrench has joined #openwrt-devel
rmilecki has joined #openwrt-devel
Tapper has joined #openwrt-devel
Ansuel has joined #openwrt-devel
pmelange has joined #openwrt-devel
goliath has quit [Quit: SIGSEGV]
pmelange has left #openwrt-devel [#openwrt-devel]
rua1 has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
victhor has joined #openwrt-devel
dangole_ has joined #openwrt-devel
dangole has quit [Ping timeout: 480 seconds]
pmelange has joined #openwrt-devel
rua1 has quit [Ping timeout: 480 seconds]
kabel has joined #openwrt-devel
rua has joined #openwrt-devel
clayface has joined #openwrt-devel
clayface_ has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
kabel has quit []
pmelange1 has joined #openwrt-devel
kabel has joined #openwrt-devel
dangole_ has quit [Ping timeout: 480 seconds]
pmelange has quit [Read error: Connection reset by peer]
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
pmelange1 has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
goliath has joined #openwrt-devel
rua has quit [Ping timeout: 480 seconds]
rua has joined #openwrt-devel
mrkiko has joined #openwrt-devel
Ansuel has quit [Ping timeout: 480 seconds]
pmelange has joined #openwrt-devel
CN_SZTL has joined #openwrt-devel
CN_SZTL has left #openwrt-devel [https://quassel-irc.org - Chat comfortably. Anywhere.]
genuser1 has quit [Quit: Page closed]
Tapper has quit [Ping timeout: 480 seconds]
spacewrench has quit [Quit: Leaving]
Ansuel has joined #openwrt-devel
rua has quit [Quit: Leaving.]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
rua has joined #openwrt-devel
slh has quit [Ping timeout: 480 seconds]
slh64 has quit [Ping timeout: 480 seconds]
rua has quit [Quit: Leaving.]
rua has joined #openwrt-devel
Tapper has joined #openwrt-devel
minimal has joined #openwrt-devel
Ycarus has quit [Quit: Ycarus]
danitool has joined #openwrt-devel
clayface_ has joined #openwrt-devel
clayface has quit [Ping timeout: 480 seconds]
dedeckeh has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
genuser1 has joined #openwrt-devel
f00b4r0 has quit [Quit: Quitte]
pmelange has joined #openwrt-devel
slh64 has joined #openwrt-devel
slh has joined #openwrt-devel
<swalker> updated openwrt/upstream, https://sdwalker.github.io/uscan/index.html
dedeckeh has quit [Remote host closed the connection]
f00b4r0 has joined #openwrt-devel
pmelange has quit [Ping timeout: 480 seconds]
pmelange has joined #openwrt-devel
pmelange has quit [Read error: Connection reset by peer]
pmelange has joined #openwrt-devel
Andi_ has joined #openwrt-devel
<Andi_> Hey! whats up guys?
<Andi_> I am trying to add support to an alsa plugin, while building i am getting "cannot find -lasound", any hint? libasound.so is already built
genuser1_ has joined #openwrt-devel
genuser1_ has quit []
minimal has quit []
Andi_ has quit [Read error: Connection reset by peer]
Andi_ has joined #openwrt-devel
<Ansuel> Andi_ it's better to ask that tomorrow
<grid> Andi_: maybe pastebin the Makefile ?
<Andi_> ok :) i think i found the problem, the source's Makefile add -L to toolchain lib. directory, not target usr/lib... trying to solve that :/
Tusker has joined #openwrt-devel
<Andi_> grid solved the ugly way... patched the Makefile to LDFLAGS := -L/home/user/soruces/openwrt/.../target/usr/lib ... any hint to do the right way?
<Ansuel> mhhhh I think the only way is find the openwrt flag that points to that dir
<Ansuel> and use the patch system to edit the makefile
kenny has joined #openwrt-devel
<hanetzer> Ansuel: there's probably some variable you can use that will point to openwrt/../target/usr/lib
<Ansuel> 100% there are variable that point there that standard openwrt build export
rmilecki has quit [Ping timeout: 480 seconds]
<Andi_> great, later i will take a look and try to find the correct one i need
<Andi_> thank you so much my friend! sorry taking time from your sunday :)
<Slimey> :)
<hanetzer> Andi_: oh, that was a tabfail. But yeah, I know it exists, but I have no idea what it is offhand :)
<hanetzer> erm. Ansuel
<hanetzer> christ. I can't tab worth a crap today eh?
<Slimey> openwrt-ath79-generic-adtran_bsap1925-initramfs-kernel.bin
<Slimey> oh what is this now :P
<hanetzer> Slimey: wait a minute... You're the dude who sent me that thing I completely lost track of in the move!
<Slimey> i did?
<Slimey> the thing. hmm what was it
<hanetzer> the thing. was largeish, squareish (rounded corners) and had a name like bs-ap
<Ansuel> the thing LOL
<Slimey> haha oh the 1800v2 wap
<Ansuel> when things start that way it's bad
goliath has quit [Quit: SIGSEGV]
Tapper has quit [Ping timeout: 480 seconds]
dansan has quit [Quit: The C preprocessor is a pathway to many abilities some consider to be unnatural.]
pmelange has left #openwrt-devel [#openwrt-devel]
dansan has joined #openwrt-devel
lmore377 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
kenny has quit [Ping timeout: 480 seconds]