Re: [OpenWrt-Devel] network/znc: Package binaries appear to be broken by MIPS16

2015-01-20 Thread Sławomir Demeszko
19.01.2015 19:50, Oliver wrote: I'll try 4.9 - out of interest, do you have any references to the bug in 4.8 (C++ specific?) Sorry, I do not remember where I read about that. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] uboot-lantiq cgu settings for ramboot image

2015-01-20 Thread Ben Mulvihill
On Tue, 2015-01-20 at 00:39 +0100, Ben Mulvihill wrote: On Mon, 2015-01-19 at 19:21 +0100, Ben Mulvihill wrote: On Mon, 2015-01-19 at 16:47 +0100, Daniel Schwierzeck wrote: 2015-01-19 15:44 GMT+01:00 Ben Mulvihill ben.mulvih...@gmail.com: On Mon, 2015-01-19 at 11:51 +, Conor O'Gorman

Re: [OpenWrt-Devel] uboot-lantiq cgu settings for ramboot image

2015-01-20 Thread Daniel Schwierzeck
2015-01-20 12:28 GMT+01:00 Ben Mulvihill ben.mulvih...@gmail.com: Some of the bitshifting in arch/mips/cpu/mips32/arx100/cgu.c is 1 out. A patch along these lines should fix it: yes, the code is wrong. I have prepared a patch. Thanks for fixing.

Re: [OpenWrt-Devel] [PATCH 2/2] package: add timer led function

2015-01-20 Thread drEagle
Hi Luka, Same with this another patch. Is it missed or lost ? I do not find any trace at patchworks. Do you need that I resubmit it ? Regards, Gérald Le 20/12/2014 03:51, Gerald Kerma a écrit : Add ucidef_set_led_timer to uci-defaults.sh Signed-off-by: Gerald Kerma drea...@doukki.net ---

Re: [OpenWrt-Devel] [PATCH 1/2] target: kirkwood: fix leds defaults config

2015-01-20 Thread drEagle
Hi Luka, Is this patch missed or lost ? I do not find any trace at patchworks. Do you need that I resubmit it ? Regards, Gérald Le 20/12/2014 03:51, Gerald Kerma a écrit : Fix missing parameters in 01_leds Signed-off-by: Gerald Kerma drea...@doukki.net ---

Re: [OpenWrt-Devel] [PATCH 1/2] target: kirkwood: fix leds defaults config

2015-01-20 Thread John Crispin
r44000 r44007 ?? On 20/01/2015 14:19, drEagle wrote: Hi Luka, Is this patch missed or lost ? I do not find any trace at patchworks. Do you need that I resubmit it ? Regards, Gérald Le 20/12/2014 03:51, Gerald Kerma a écrit : Fix missing parameters in 01_leds Signed-off-by:

Re: [OpenWrt-Devel] [PATCH 2/2] package: add timer led function

2015-01-20 Thread Luka Perkov
Hi Gerald, On Tue, Jan 20, 2015 at 02:20:09PM +0100, drEagle wrote: Same with this another patch. Is it missed or lost ? I do not find any trace at patchworks. Do you need that I resubmit it ? Both patches have been merged. Please re-sync your tree. Luka

Re: [OpenWrt-Devel] uboot-lantiq cgu settings for ramboot image

2015-01-20 Thread Ben Mulvihill
On Tue, 2015-01-20 at 14:05 +0100, Daniel Schwierzeck wrote: 2015-01-20 12:28 GMT+01:00 Ben Mulvihill ben.mulvih...@gmail.com: Some of the bitshifting in arch/mips/cpu/mips32/arx100/cgu.c is 1 out. A patch along these lines should fix it: yes, the code is wrong. I have prepared a

[OpenWrt-Devel] [PATCH] ramips: add support for Tenda 3G150B

2015-01-20 Thread Cezary Jackiewicz
Add suport for Tenda 3G150B: - cpu: Ralink RT5350F - flash: 4MB - ram: 32MB - 1x USB 2.0 - 1x RJ45 - one reset button - battery powered (BP-4L, 3.7V 1450mAh) Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds

Re: [OpenWrt-Devel] [PATCH] [scripts] feeds: search packages by license

2015-01-20 Thread Eric Schultz
Sure, will do. On Tue, Jan 20, 2015 at 12:40 AM, John Crispin blo...@openwrt.org wrote: On 19/12/2014 23:47, Eric Schultz wrote: Currently, the feeds scripts provides no way to filter by packages by license or no license. This patch adds a search feature to feeds which can be used to search

Re: [OpenWrt-Devel] uboot-lantiq cgu settings for ramboot image

2015-01-20 Thread Daniel Schwierzeck
2015-01-20 15:44 GMT+01:00 Ben Mulvihill ben.mulvih...@gmail.com: On Tue, 2015-01-20 at 14:05 +0100, Daniel Schwierzeck wrote: 2015-01-20 12:28 GMT+01:00 Ben Mulvihill ben.mulvih...@gmail.com: Some of the bitshifting in arch/mips/cpu/mips32/arx100/cgu.c is 1 out. A patch along these lines

[OpenWrt-Devel] [PATCH v4] add support for TL-WA701ND v2

2015-01-20 Thread Luigi Tarenga
Signed-off-by: Luigi Tarenga luigi.tare...@gmail.com --- version 4. this version is against trunk. version 3 was against BB (sorry I forgot to work on correct branch). I retested flashing from BB using mtd and from the stock firmware. thanks for your help and patience Luigi ---

Re: [OpenWrt-Devel] [PATCH v4] add support for TL-WA701ND v2

2015-01-20 Thread John Crispin
I pushed the patch to BB and trunk and added the missing ar71xx: prefix to the subject. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Xilinx Zynq zedboard integration

2015-01-20 Thread Javier Domingo Cansino
​After hitting against this wall for a lot, I found a bug in my few lines of code, I was creating the uImage file from vmlinux instead of from zImage[1]. I am still doing something wrong, because substituting the uImage generated from buildroot in the SD card (and leaving the rest of the files),

[OpenWrt-Devel] [PATCH] ramips: improve and fix Memory 2 Move support

2015-01-20 Thread Christian Lamparter
This patch is a follow up for my previous patch: ramips: add support for Intenso Memory 2 Move USB 3.0. It fixes a couple of errors in the DTS (one of which broke the gpio-buttons). The kmod-leds-gpio dependency has been dropped as it is already part of the ramips target. Furthermore the

Re: [OpenWrt-Devel] [PATCH v2 7/8] sunxi: add support for Lamobo R1

2015-01-20 Thread Zoltan HERPAI
Hi Daniel, Comments inline: Daniel Golle wrote: Partially based on patchset form Wang Yi wangyi8...@gmail.com published on https://github.com/Lamobo/Lamobo-R1-OpenWrt as well as on Bananapi DTS. Signed-off-by: Daniel Golle dan...@makrotopia.org v2: swconfig needs to be built-in, switch is not

[OpenWrt-Devel] [PATCH, v2] feeds: search packages by license

2015-01-20 Thread Eric Schultz
Currently, the feeds scripts provides no way to filter by packages by license or no license. This patch adds a search feature to feeds which can be used to search packages by license or by no license. Calls to script/feeds which do not use the new -l or -n options should work the same as

[OpenWrt-Devel] [PATCH 2/2] modules: f2fs: enable support for xattr

2015-01-20 Thread Daniel Golle
To use overlayfs on f2fs, xattr needs to be supported. Signed-off-by: Daniel Golle dan...@makrotopia.org --- package/kernel/linux/modules/fs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index

[OpenWrt-Devel] [PATCH 1/2] modules: f2fs: add missing symbols for 3.18

2015-01-20 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org --- package/kernel/linux/modules/fs.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index 243f368..87ba946 100644 --- a/package/kernel/linux/modules/fs.mk +++

[OpenWrt-Devel] Fwd: MIPS libatomic

2015-01-20 Thread Santiago Regusci
Hi I am having trouble building a package czmq with barrier breaker for Mips24kc. i get src/.libs/libczmq.so: undefined reference to `__sync_add_and_fetch_8' do i have to add libatomic in the makefile toolchain. or has did anyone have a similar problem. how i can i fix this? thank you Santi

[OpenWrt-Devel] [PATCH] sunxi: disable MMC debugging in kernel config

2015-01-20 Thread Daniel Golle
MMC reads and writes caused some heavy log pollution, unset CONFIG_MMC_DEBUG to fix that. Signed-off-by: Daniel Golle dan...@makrotopia.org --- target/linux/sunxi/config-3.18 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/sunxi/config-3.18

[OpenWrt-Devel] Buildbot exception master shell command ( broken packages not up to date)

2015-01-20 Thread Etienne Champetier
Hi, Buildbot seems to be running ( http://downloads.openwrt.org/snapshots/trunk/ar71xx/), but there are exceptions shown in the web ui http://buildbot.openwrt.org:8010/waterfall Also broken package doesn't seems up to date http://buildbot.openwrt.org:8010/broken_packages/ar71xx/ (the