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

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

2015-05-23 Thread Russell Senior
Ted == Ted Hess th...@kitschensync.net 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

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

2015-05-23 Thread Russell Senior
Nikolay == Nikolay Martynov mar.ko...@gmail.com 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

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

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

[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 mar.ko...@gmail.com --- net/bridge-utils/Makefile | 2 ++ 1 file changed, 2