Fwd: [PATCH v2] uml: fix W=1 missing-include-dirs warnings

2021-04-16 Thread Anton Ivanov
warnings Date: Thu, 15 Apr 2021 10:13:52 -0700 From: Randy Dunlap To: linux-ker...@vger.kernel.org CC: Randy Dunlap , Masahiro Yamada , Michal Marek , linux-kbu...@vger.kernel.org, Jeff Dike , Richard Weinberger , Anton Ivanov , linux...@lists.infradead.org Currently when using &quo

[OpenWrt-Devel] [PATCH] Add support to define multiple zones for dnat redirection reflection rules

2018-09-14 Thread Anton Engelhardt
zone servers, without a reflection rule for that zone. Not setting that option results in the old behaviour. Tested on x86 master and 18.06. Signed-off-by: Anton Engelhardt --- options.h | 2 ++ redirects.c | 58 -- 2 files changed, 42 in

Re: [OpenWrt-Devel] GSoC 2018 - we are in!

2018-02-13 Thread Anton Ivanov
tps://github.com/freifunk/projects.freifunk.net-contents Thanks, Andi ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel -- Anton R. Ivanov Cambridge Greys Limited, England and Wales

Re: [OpenWrt-Devel] Building own kernel in OpenWRT

2017-12-02 Thread Anton Ivanov
ps://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel> > > > > > -- > Ronaldo Afonso > 11 9 5252 0484 > www.ronaldoafonso.com.br <http://www.ronaldoafonso.com.br> > > > > >

Re: [OpenWrt-Devel] State of Linux 4.14 in LEDE/OpenWrt?

2017-11-23 Thread Anton Ivanov
Just to clarify - is the aim to switch to 4.14? If I need to submit patches should they be for 4.4 as in OpenWRT today? Or 4.14? Or both? A. On 23/11/17 21:27, Hauke Mehrtens wrote: On 11/22/2017 07:14 PM, Shankar Unni wrote: Just enquiring about the status of Linux 4.14 support for LEDE/O

[OpenWrt-Devel] Fwd: [uml-devel] [GIT PULL] UML updates for 4.15-rc1

2017-11-23 Thread Anton Ivanov
100) This pull request contains updates for UML: - A new and faster epoll based IRQ controller and NIC driver - Misc fixes and janitorial updates ---- Anton Ivanov (3): Epoll based IRQ controller H

Re: [OpenWrt-Devel] Fwd: OpenWRT Build Process broken on recent Debian NFS

2017-11-12 Thread Anton Ivanov
It did not apply cleanly so I had to patch it by hand. Once patched by it worked fine. A. On 11/12/17 09:26, Mathias Kresin wrote: 11.11.2017 11:53, Anton Ivanov: Resend (apologies, tried to send it to -users by mistake initially). Hi all, I am observing an interesting issue with the

Re: [OpenWrt-Devel] Fwd: OpenWRT Build Process broken on recent Debian NFS

2017-11-11 Thread Anton Ivanov
On 12/11/17 00:08, Alexander Couzens wrote: > On Sat, 11 Nov 2017 10:53:17 + > Anton Ivanov wrote: > >> SHELL= >> flock /var/autofs/local/src/openwrt/tmp/.patch-2.7.5.tar.xz.flock -c >> '    /var/autofs/local/src/openwrt/scripts/download.pl >> "/va

[OpenWrt-Devel] Fwd: OpenWRT Build Process broken on recent Debian NFS

2017-11-11 Thread Anton Ivanov
happened somewhere between jessie and stretch. Any ideas (I do not want to file a Debian bug before narrowing it down)? A. -- Anton R. Ivanov Cambridgegreys Limited. Registered in England. Company Number 10273661 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Add lua-struct 0.2

2016-08-24 Thread Anton D . Kachalov
This library offers basic facilities to convert Lua values to and from C structs.This is very similar to Python's struct.pack/unpack. Signed-off-by: Anton D. Kachalov ---lang/lua-struct/Makefile                  | 62 ++lang/lua-struct/patches/001-makefile.patch

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

2016-08-03 Thread Anton D . Kachalov
Hello, Jo. 30.06.2016, 20:35, "Anton D. Kachalov" : > 30.06.2016, 18:50, "Jo-Philipp Wich" : >>  Hi Anton, >> >>  the problem is that there is no working PROVIDES mechanism in the >>  buildroot. >> >>  We could only modify the Lua packa

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

2016-06-30 Thread Anton D . Kachalov
st open a ticket? 30.06.2016, 18:50, "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 o

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 alway

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 rep

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

2016-06-29 Thread Anton D . Kachalov
Hello there. Could someone advise what is the right place to discuss this topic? Thanks. 06.06.2016, 11:15, "Anton D. Kachalov" : > Hello. > > I'm trying to replace standard "lua" package with "luajit" from my repo: > >   https://github.com/ya-m

Re: [OpenWrt-Devel] Support for callable metatable for ubus-lua

2016-06-29 Thread Anton D . Kachalov
Hi. Who is the right person to address such question? Felix, Luka? 17.06.2016, 18:10, "Anton D. Kachalov" : > Hello. > > I'm newbie in Lua and tries to expose several objects' methods to ubus. In > current implementation only function is allowed as methods, but I

[OpenWrt-Devel] Support for callable metatable for ubus-lua

2016-06-17 Thread Anton D . Kachalov
end}) return { get = { _g, { } }, set = { _s, { duty = ubus.INT32 } }, fanmap = { _f, { } } } end = So, I wrote a little patch to add additional check for "__call" metamethod to make it possible. BTW. There is no code to check signatures (

[OpenWrt-Devel] LuaJIT Vs Lua and other questions

2016-06-06 Thread Anton D . Kachalov
mc_target" will not install all targets. Only explicit add works: "scipts/feeds -p openbmc_target TARGET_NAME". Why dash isn't allowed in feed's name, but for packages it's fine? E.g. "src-git openbmc-target https://github.com/ya-mouse/openbmc-target.git"

Re: [OpenWrt-Devel] [PATCH][ar71xx] Routerboard 951G Switch Fix

2016-01-27 Thread Anton Kalmykov
Hello John, Sorry, I'm mistaken: my value is 0x6f00 (NOT 0x0600) and it works correctly. And, yes, taking value from the bootloader is a nice idea, it would be good! Anton 27.01.2016, 21:28, John Crispin wrote: On 27/01/2016 17:03, Anton Kalmykov wrote: > > Hi, 951G o

Re: [OpenWrt-Devel] [PATCH][ar71xx] Routerboard 951G Switch Fix

2016-01-27 Thread Anton Kalmykov
x27;t work. :-) If it's useful, please add this information to wiki-page: https://wiki.openwrt.org/toh/mikrotik/rb2011uias#tracking_reported_experience_with_suggested_patch_for_the_5_gige_ports -- Anton ___ openwrt-devel mailing list ope

[OpenWrt-Devel] [PATCH][packages] Update Samba to 3.6.15

2013-05-17 Thread Anton van Bohemen
Hello, This patch updates Samba to 3.6.15 and refreshes its patches. Download locations also changed (again) so they are also updated. Compile and run tested, no problems found. Index: package/network/services/samba36/Makefile === -

[OpenWrt-Devel] [PATCH] [packages] Update ipsec-tools to 0.8.1

2013-02-06 Thread Anton van Bohemen
Hello, This patch updates ipsec-tools to version 0.8.1 and refreshes its patches. It was released on Sourceforge on 2013-01-08. Compile and run tested, no problems found. I did not find a maintainer for this package, so I send this only to the list. Index: feeds/packages/net/ipsec-tools/patche

Re: [OpenWrt-Devel] Bounty: /overlay on x86

2012-07-11 Thread anton
Dear Sirs: Pardon, I know I am a rookie here. I just wanna say that I found There is overlayfs implement in Ubuntu 12.04 install Disk. And of course it's for x86. Best Rgds, anton -- refered: http://askubuntu.com/questions/109413/how-do-i-use-overlayfs 2012/7/11 Tim Fletcher > On

Re: [OpenWrt-Devel] Can we configure OpenWrt by 'curl' ?

2012-06-04 Thread anton
Hi XIangfu: Connection won't be closed util you do "curl_easy_cleanup". So that we can do many curl_easy_perform in each http connection. Best Rgds, anton 2012/5/29 Xiangfu Liu > Hi > > My problem is after 'curl_easy_perform' , the connection alw