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
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
___
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
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/
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
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