Re: [OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset

2015-05-23 Thread Russell Senior
> "Ted" == Ted Hess writes: Ted> Nikolay - bridge-utils has not been moved to Github since it has no Ted> owner/maintainer who has volunteered to do that. It is still in the Ted> oldpackages repo which is no longer supported. If you want to do Ted> the work to contribute to the Github repo, p

Re: [OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset handling

2015-05-23 Thread Russell Senior
> "Nikolay" == Nikolay Martynov writes: Nikolay> Hi. Thanks for you response! Nikolay> Please forgive my noobiness but I wasn't able to find Nikolay> brigde-utils in https://github.com/openwrt/packages. Is it Nikolay> supposed to be somo other feed? I would really appreciate if Nikolay> y

Re: [OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset

2015-05-23 Thread Ted Hess
Nikolay - bridge-utils has not been moved to Github since it has no owner/maintainer who has volunteered to do that. It is still in the oldpackages repo which is no longer supported. If you want to do the work to contribute to the Github repo, please read our guidelines (https://github.com/op

Re: [OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset handling

2015-05-23 Thread Hauke Mehrtens
On 05/22/2015 11:01 PM, Nikolay Martynov wrote: > Hi. > > Thanks for you response! > > Please forgive my noobiness but I wasn't able to find brigde-utils > in https://github.com/openwrt/packages. Is it supposed to be somo > other feed? I would really appreciate if you could clarify. brigde-u

Re: [OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset handling

2015-05-22 Thread Nikolay Martynov
Hi. Thanks for you response! Please forgive my noobiness but I wasn't able to find brigde-utils in https://github.com/openwrt/packages. Is it supposed to be somo other feed? I would really appreciate if you could clarify. Thanks. Nikolay. 2015-05-22 14:43 GMT-04:00 John Crispin : > Hi, > >

Re: [OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset handling

2015-05-22 Thread John Crispin
Hi, brigde-utils is part of the github feed. please file an issue there John On 12/05/2015 03:48, Nikolay Martynov wrote: > Make sure brctl build uses appropriate defines (_FILE_OFFSET_BITS) that match > uClibc settings. > Without this patch running brctl leads to 'unresolved alphasort

[OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset handling

2015-05-11 Thread Nikolay Martynov
Make sure brctl build uses appropriate defines (_FILE_OFFSET_BITS) that match uClibc settings. Without this patch running brctl leads to 'unresolved alphasort symbol' message. Signed-off-by: Nikolay Martynov --- net/bridge-utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net