Re: [OpenWrt-Devel] Some standard partition name for extra user data?

2014-12-07 Thread Hauke Mehrtens
On 12/07/2014 01:30 AM, Rafał Miłecki wrote: > I've bcm53xx device which has two usable flashes: > 1) SPI serial flash for CFE + firmware + NVRAM > 2) NAND flash for extra data > > Because of general design of OpenWrt firmware my image contains two > partitions: kernel and rootfs (SquashFS). Autom

Re: [OpenWrt-Devel] [PATCH][RFC][bcm53xx] mtd: nand: bcm_nand: switch from cmdlinepart to ofpart

2014-12-07 Thread Hauke Mehrtens
On 12/07/2014 01:18 AM, Rafał Miłecki wrote: > bcm_nand uses (and depends on) OF, so there isn't much sense to use > cmdlinepart > > Signed-off-by: Rafał Miłecki > --- > drivers/mtd/nand/bcm_nand.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a/drivers/mtd/nand/

Re: [OpenWrt-Devel] Some standard partition name for extra user data?

2014-12-07 Thread John Crispin
On 07/12/2014 16:05, Hauke Mehrtens wrote: > On 12/07/2014 01:30 AM, Rafał Miłecki wrote: >> I've bcm53xx device which has two usable flashes: >> 1) SPI serial flash for CFE + firmware + NVRAM >> 2) NAND flash for extra data >> >> Because of general design of OpenWrt firmware my image contains tw

Re: [OpenWrt-Devel] [PATCH][RFC][bcm53xx] mtd: nand: bcm_nand: switch from cmdlinepart to ofpart

2014-12-07 Thread Rafał Miłecki
On 7 December 2014 at 16:08, Hauke Mehrtens wrote: > On 12/07/2014 01:18 AM, Rafał Miłecki wrote: >> bcm_nand uses (and depends on) OF, so there isn't much sense to use >> cmdlinepart >> >> Signed-off-by: Rafał Miłecki >> --- >> drivers/mtd/nand/bcm_nand.c | 7 +-- >> 1 file changed, 5 inser

Re: [OpenWrt-Devel] Some standard partition name for extra user data?

2014-12-07 Thread Rafał Miłecki
On 7 December 2014 at 16:11, John Crispin wrote: > > > On 07/12/2014 16:05, Hauke Mehrtens wrote: >> On 12/07/2014 01:30 AM, Rafał Miłecki wrote: >>> I've bcm53xx device which has two usable flashes: >>> 1) SPI serial flash for CFE + firmware + NVRAM >>> 2) NAND flash for extra data >>> >>> Becaus

Re: [OpenWrt-Devel] Some standard partition name for extra user data?

2014-12-07 Thread John Crispin
On 07/12/2014 16:18, Rafał Miłecki wrote: > On 7 December 2014 at 16:11, John Crispin > wrote: >> >> >> On 07/12/2014 16:05, Hauke Mehrtens wrote: >>> On 12/07/2014 01:30 AM, Rafał Miłecki wrote: I've bcm53xx device which has two usable flashes: 1) SPI serial flash for CFE + firmware

Re: [OpenWrt-Devel] Some standard partition name for extra user data?

2014-12-07 Thread Rafał Miłecki
On 7 December 2014 at 16:22, John Crispin wrote: > which board is this ? does the orig fw use the nand for data only ? Some not-yet-released hardware I got as a sample from USA. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://list

[OpenWrt-Devel] [oldpackages] privoxy: move to github

2014-12-07 Thread Christian Schoenebeck
privoxy: moved to github Signed-off-by: Christian Schoenebeck --- net/privoxy/Makefile | 64 net/privoxy/files/privoxy.config | 27 - net/privoxy/files/privoxy.init | 16 -- 3 files changed, 107 deletions(-) diff --

Re: [OpenWrt-Devel] [PATCH 1/2] kirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS file

2014-12-07 Thread John Crispin
Hi Richard, both of the patches are whitespace broken. please fix and resend John On 29/11/2014 23:34, Richard Kunze wrote: > Signed-off-by: Richard Kunze > --- > .../linux/kirkwood/patches-3.14/171-ix2_200_poweroff.patch | 13 > + > 1 file changed, 13 insertions(+) > cr

Re: [OpenWrt-Devel] [PATCH 1/2] kirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS file

2014-12-07 Thread SGT. Garcia
On Dec 07 17:45 +0100, John Crispin wrote: > Hi Richard, password is the same as the wireless password except with the added equal sign '=' where it's shown below. username: 5665sherbrook password: *Is=* --- Begin Message --- It’s okay don’t worry, I’ll tell you tomorrow. I’ll be there between 7

Re: [OpenWrt-Devel] WT3020 snapshots?

2014-12-07 Thread Daniel Golle
Hi Travis, On Sat, Dec 06, 2014 at 07:58:45PM -0600, Travis Kemen wrote: > Added the newer arches into the buildbot. That's great news! Cheers! Daniel ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/m

[OpenWrt-Devel] [PATCH 1/3] examples: add .notify_write callback.

2014-12-07 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- ustream-example-client.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/ustream-example-client.c b/ustream-example-client.c index fc49146..6527362 100644 --- a/ustream-example-client.c +++ b/ustream-example-client.c @@ -46,6 +46,11 @@ static void cli

[OpenWrt-Devel] [PATCH 2/3] Fix SSL negotiation being interrupted by .notify_write from BIO method.

2014-12-07 Thread Yousong Zhou
ustream_ssl_check_conn() may be called by .notify_write while a previous SSL_connect() is still in process. This can happen because the .notify_write callback will may be triggered by writes in the BIO methods. Signed-off-by: Yousong Zhou --- ustream-ssl.c | 19 +++ ustream-ss

[OpenWrt-Devel] [PATCH 3/3] cmake: Do not hardcode /opt/local/include for Apple.

2014-12-07 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- CMakeLists.txt |5 - 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f494f6d..c09fe51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,11 +7,6 @@ ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -Wmissing-declarat

[OpenWrt-Devel] [PATCH 1/5] libubox: drop legacy json-c support

2014-12-07 Thread Yousong Zhou
The cmake logic is wrong (E.G. PKG_CHECK_FOR_MODULES fails unless all modules are found), and the legacy libjson.so name is also used by the other libjson (http://sourceforge.net/projects/libjson/) which provides an incompatible API, so just drop it. Signed-off-by: Peter Korsgaard Signed-off-by:

[OpenWrt-Devel] [PATCH 2/5] lua: do not hardcode /opt/local/include for Apple.

2014-12-07 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- CMakeLists.txt |5 - examples/CMakeLists.txt |5 - lua/CMakeLists.txt |1 - 3 files changed, 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 737f2ae..4b1570c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@

[OpenWrt-Devel] [PATCH 3/5] examples: fix build.

2014-12-07 Thread Yousong Zhou
- runqueue-example.c: fix include path for in-tree build. - blobmsg-example.c: add inttypes.h for using PRIu64. - add examples/ subdirectory to main CMakeLists.txt Signed-off-by: Yousong Zhou --- CMakeLists.txt |1 + examples/blobmsg-example.c |1 + examples/runqueue-exa

[OpenWrt-Devel] [PATCH 4/5] ustream: add function ustream_fill_with_read_buf().

2014-12-07 Thread Yousong Zhou
Useful in the following use pattern. int available = ustream_pending_data(s, false); if (available >= sizeof(struct msghdr)) { struct msghdr h; ustream_fill_with_read_buf(s, &h, sizeof(h)); } Signed-off-by: Yousong Zhou --- ustream.c | 2

[OpenWrt-Devel] [PATCH 5/5] ustream: call notify_write() when bytes are written.

2014-12-07 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- ustream.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/ustream.c b/ustream.c index 64cdc6a..1d0c38e 100644 --- a/ustream.c +++ b/ustream.c @@ -364,6 +364,17 @@ static void ustream_write_error(struct ustream *s)

Re: [OpenWrt-Devel] [PATCH 1/3] examples: add .notify_write callback.

2014-12-07 Thread Yousong Zhou
Hmm, sorry for being a little ambiguous. The 3 patches in this series is for ustream-ssl. The other 5 patches in another series is for libubox. On 11 November 2014 at 18:33, Yousong Zhou wrote: > > Signed-off-by: Yousong Zhou > --- > ustream-example-client.c |6 ++ > 1 file changed, 6

Re: [OpenWrt-Devel] [PATCH 1/5] libubox: drop legacy json-c support

2014-12-07 Thread Yousong Zhou
On 11 November 2014 at 18:51, Yousong Zhou wrote: > The cmake logic is wrong (E.G. PKG_CHECK_FOR_MODULES fails unless all > modules are found), and the legacy libjson.so name is also used by the other > libjson (http://sourceforge.net/projects/libjson/) which provides an > incompatible API, so jus

[OpenWrt-Devel] request for ar7 test hw / 3.14 testing

2014-12-07 Thread John Crispin
Hi, i just bumped ar7, it is only compile tested. i tried getting my hands on ar7 hw, managed to get 2 boards. one does not power up and the other one has a uart connector welded and not soldered to it and fails to give stable serial output. does anyone have a working ar7 board that they want to

[OpenWrt-Devel] Compile shellinabox on BB 14.07

2014-12-07 Thread Aedan Reindeer
Perhaps someone on this list would know how to successfully compile shellinabox (old or new version) on BB 14.07 I've attempted to compile shellinabox using the Makefile here: https://dev.openwrt.org/ticket/7043 I am greeted with the same errors as this person: https://lists.openwrt.org/pipermail