Re: [OpenWrt-Devel] LuaJIT Vs Lua and other questions

2016-06-30 Thread Anton D . Kachalov
Hello, Jo. It looks like almost working PROVIDES mechanism if we rename "lua" to something else and make such packages provides lua/liblua/whatever. But the problem arise with metadata.pl when generating "tmp/.packagedeps" which doesn't handle "vdepends" well. While it tries to handle virtual d

Re: [OpenWrt-Devel] LuaJIT Vs Lua and other questions

2016-06-30 Thread Jo-Philipp Wich
Hi Anton, the problem is that there is no working PROVIDES mechanism in the buildroot. We could only modify the Lua package to either build Luajit (for supported arches) or PUC 5.1 one, depending on a menuconfig setting. Can't think of a better solution. ~ Jo ___

Re: [OpenWrt-Devel] LuaJIT Vs Lua and other questions

2016-06-30 Thread Anton D . Kachalov
30.06.2016, 10:26, "Anton D. Kachalov" : > Hello, Jo. > > 30.06.2016, 01:15, "Jo-Philipp Wich" : >>  Hi Anton, >> [...] >>  Overwriting existing packages with other packages having the same name >>  from external feeds is messy and will always lead to undefined behavior, >>  don't do that. What w

[OpenWrt-Devel] [PATCH] netifd: remove wireless device when device fails to setup

2016-06-30 Thread Eduardo Abinader
Ensure wireless device struct is removed, when it fails to be set up, due to a invalid configuration, hence enabling the wireless dev to be set up again, when a new valid configuration is set. Signed-off-by: Eduardo Abinader --- wireless.c | 4 1 file changed, 4 insertions(+) diff --git a/

[OpenWrt-Devel] Need /dev/mtd4 from TPLink TL-WR941ND

2016-06-30 Thread Dennis Schneck
Hello, anybody how has a TPLink TL-WR941ND. Can you please export with dd the Partition: /dev/mtd4 an offer me a Download ? Thanks Dennis   ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listi

Re: [OpenWrt-Devel] LuaJIT Vs Lua and other questions

2016-06-30 Thread Anton D . Kachalov
Hello, Jo. 30.06.2016, 01:15, "Jo-Philipp Wich" : > Hi Anton, > >>  First I've tried to name package as "luajit" and add CONFLICTS:=lua >>  (version should be provided to conflict with) and PROVIDES:=lua >>  variables like for RPM to make a replacement package, but I get a >>  dependency loop. The