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
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
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
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
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)
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
- 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
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
@@
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:
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
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
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
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
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
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
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 --
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
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
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
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
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
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/
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
23 matches
Mail list logo