<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?
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?