[OpenWrt-Devel] What's happened to buildbot?

2015-03-02 Thread Gergely Kiss
Hi, openwrt's buildbot has been down for several days now, someone in the forum says that it does not build anything since 26th of February. https://forum.openwrt.org/viewtopic.php?id=56052 https://dev.openwrt.org/ticket/19078 Both threads are without any feedback as of now. Any idea when it

[OpenWrt-Devel] ICONV ICONV_SET_TRANSLITERATE issue in trying to port suricata to openwrt

2015-03-02 Thread Derek Werthmuller
I'm working on porting suricata to openwrt and have run into an issue with iconv. It seems that there are different ways to invoke the ICONV libraries. Those porting suricata to freebsd had the same problem and error. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196720 From their patch it

Re: [OpenWrt-Devel] [PATCH 1/3] b53: add b53_mac_array_to_u64() utility function

2015-03-02 Thread Alexandru Ardelean
So, on a powerpc system this works. static inline u64 b53_mac_array_to_u64(const u8 *u8_arr) { u64 mac = 0; u8 *cmac = (u8 *)mac; memcpy(cmac[2], u8_arr, 6); return mac; } I've done this approach initially, but there were some concerns afterwards regarding endianness. On my

[OpenWrt-Devel] [PATCH] lantiq: fix netdev setup in ltq-ptm-vdsl

2015-03-02 Thread Daniel Golle
The initial fix for 3.18 in r44346 wrongly treated the newly added parameter of alloc_netdev to be another function pointer, causing ether_config to be skipped during ptm netdev init. Fix this by partially reverting r44346 and properly setting the newly added macro parameter. (Tested on VRX200

[OpenWrt-Devel] [PATCH] lantiq: vr9-vdsl-fw: update w921v firmware version

2015-03-02 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org --- package/kernel/lantiq/ltq-vdsl-fw/src/vdsl_fw_install.sh | 8 package/kernel/lantiq/ltq-vdsl-fw/src/w921v_fw_cutter.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH][RFT] omap: switch kernel to 3.18

2015-03-02 Thread Dirk Neukirchen
On 28.02.2015 16:01, Rafał Miłecki wrote: Signed-off-by: Rafał Miłecki zaj...@gmail.com --- Hey guys, My previous request (posted half a year ago) was completely ignored: [PATCH][RFT] omap: switch kernel to 3.14 https://lists.openwrt.org/pipermail/openwrt-devel/2014-September/027845.html

Re: [OpenWrt-Devel] [PATCH] lantiq: vr9-vdsl-fw: update w921v firmware version

2015-03-02 Thread Daniel Golle
Hi Felix! On Tue, Mar 03, 2015 at 07:04:25AM +1300, Felix Fietkau wrote: Signed-off-by: Daniel Golle dan...@makrotopia.org Did you test this properly? Not really tested, yet. w921v_fw_cutter does recognize all the magics and the file header and tail looks very much like the firmware I'm

Re: [OpenWrt-Devel] [PATCH] lantiq: vr9-vdsl-fw: update w921v firmware version

2015-03-02 Thread John Crispin
On 02/03/2015 19:16, Daniel Golle wrote: Hi Felix! On Tue, Mar 03, 2015 at 07:04:25AM +1300, Felix Fietkau wrote: Signed-off-by: Daniel Golle dan...@makrotopia.org Did you test this properly? Not really tested, yet. w921v_fw_cutter does recognize all the magics and the file header and