[LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-03 Thread Yousong Zhou
Several days ago I tried to build a firmware for HiWiFi-HC6361 with LEDE master branch. Yet the firmware was not present in bin/targets/ar71xx/generic after the build completed. I checked the downloads.lede-project.org the firmware was also missing there. The problem is that mtdparts layout of

Re: [LEDE-DEV] mmc driver for openwrt on fonera 2100

2016-06-03 Thread Marco Castrovilli
hi andrew, i've installed openwrt-atheros-root.jffs2-64k openwrt-atheros-vmlinux.lzma from https://downloads.openwrt.org/kamikaze/8.09/atheros/ after few problems to configure internet access, i did: opkg update opkg install kmod-mmc-over-gpio kmod-fs-ext3 cfdisk e2fsprogs kmod-nls-base

Re: [LEDE-DEV] Meeting on TR-069 Work - Friday, June 10 - 7 AM PT

2016-06-03 Thread Eric Schultz
All, Just noticed that the Fuze url was sent inappropriately in my mail client. The correct URL is http://fuze.me/32924366 Thanks, Eric On 06/03/2016 04:41 PM, Eric Schultz wrote: > I'm excited to see so many people interested in TR-069 support! As a > follow up to the previous TR-069 email,

[LEDE-DEV] Meeting on TR-069 Work - Friday, June 10 - 7 AM PT

2016-06-03 Thread Eric Schultz
I'm excited to see so many people interested in TR-069 support! As a follow up to the previous TR-069 email, I've set up a meeting on TR-069 support for OpenWrt. The meeting is on Friday, June 10 at 7 AM PT. I expect the meeting will discuss: * The proposals for creating/integrating TR-069

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-06-03 Thread Ben Greear
On 06/03/2016 09:19 AM, Karl Palsson wrote: Maybe some of it, but for more generic platforms, I am not sure sub-targets make sense, and in general, it is more difficult to edit those than to change a diffconfig as far as I can tell. For who? I'm pretty sure I can use "make menuconfig" _far_

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-06-03 Thread Karl Palsson
> Maybe some of it, but for more generic platforms, I am not sure > sub-targets make sense, and in general, it is more difficult to > edit those than to change a diffconfig as far as I can tell. For who? I'm pretty sure I can use "make menuconfig" _far_ more reliably than I can edit a

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-06-03 Thread Karl Palsson
Conor O'Gorman wrote: > > > On 03/06/16 13:27, Ben Greear wrote: > > > > > > On 06/03/2016 02:17 AM, John Crispin wrote: > >> > >> > >> On 01/06/2016 20:21, Ben Greear wrote: > >>> On 06/01/2016 11:07 AM, John Crispin wrote: > Hi Ben, > > also inclined to

Re: [LEDE-DEV] [PATCH] fix uClibc-ng scanf check

2016-06-03 Thread Alexey Brodkin
Hi Waldemar, On Fri, 2016-06-03 at 17:16 +0200, Waldemar Brodkorb wrote: > Hi Alexey, > Alexey Brodkin wrote, > > > > > Hi Waldemar, > > > > On Fri, 2016-06-03 at 04:23 +0200, Waldemar Brodkorb wrote: > > > > > > uClibc-ng tries to be compatible with GNU libc and defines > > > __GLIBC__ and

Re: [LEDE-DEV] international keyboard layout support

2016-06-03 Thread edgar . soldin
On 03.06.2016 16:48, John Crispin wrote: > > > On 03/06/2016 14:19, edgar.sol...@web.de wrote: >> hey All, >> >> i already posted this on openwrt-de...@lists.openwrt.org , but am currently >> unsure what the status is for LEDE vs. OpenWrt. so here i go again on this >> very ml. >> >> while

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH libubox] blobmsg_json: add new functions blobmsg_format_json_value*

2016-06-03 Thread Eyal Birger
Hi, > On 3 Jun 2016, at 13:11, Matthias Schiffer > wrote: > (snip) > > 1) and 2) would allow blobmsg to store everything that json-c can (with the > caveat that json-c stores integers as int64 internally, while blobmsg_json > uses int32) - We also noticed

Re: [LEDE-DEV] international keyboard layout support

2016-06-03 Thread John Crispin
On 03/06/2016 14:19, edgar.sol...@web.de wrote: > hey All, > > i already posted this on openwrt-de...@lists.openwrt.org , but am currently > unsure what the status is for LEDE vs. OpenWrt. so here i go again on this > very ml. > > while tinkering with Gluon the Openwrt based Freifunk

Re: [LEDE-DEV] [PATCH] package/devel/gdb: Add support of ARC gdb

2016-06-03 Thread Alexey Brodkin
Hi John, On Fri, 2016-06-03 at 11:09 +0200, John Crispin wrote: > Hi, > > On 01/06/2016 17:32, Alexey Brodkin wrote: > > > > As of today gdb port for ARC is not yet in upstream even though > > we're working hard on that. > > > > Still to allow ARC users to debug user-space apps on top of > >

Re: [LEDE-DEV] mmc driver for openwrt on fonera 2100

2016-06-03 Thread Andrew Yong
You'll want to use OpenWrt Kamikaze 8.09 and use the official package manager opkg. Follow the linked wiki page (https://wiki.openwrt.org/doc/howto/mmc_over_gpio) and you'll be fine. The latest releases have deprecated kmod-mmc-over-gpio in favor of just getting other generic $30 routers from

Re: [LEDE-DEV] mmc driver for openwrt on fonera 2100

2016-06-03 Thread Marco Castrovilli
i send again in plain text format (not HTML). sorry for my bad /Netiquette :( / thank you. thanks a lot for your immediate answer. i followed this guide to mod fonera adding an sd card: http://www.wifi-ita.com/index.php?option=com_content=view=223 and this one:

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-06-03 Thread Ben Greear
On 06/03/2016 05:37 AM, Conor O'Gorman wrote: On 03/06/16 13:27, Ben Greear wrote: On 06/03/2016 02:17 AM, John Crispin wrote: On 01/06/2016 20:21, Ben Greear wrote: On 06/01/2016 11:07 AM, John Crispin wrote: Hi Ben, also inclined to reject this one. it will open up the pandoras

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-06-03 Thread Conor O'Gorman
On 03/06/16 13:27, Ben Greear wrote: On 06/03/2016 02:17 AM, John Crispin wrote: On 01/06/2016 20:21, Ben Greear wrote: On 06/01/2016 11:07 AM, John Crispin wrote: Hi Ben, also inclined to reject this one. it will open up the pandoras box and we will end up maintaining piles of

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-06-03 Thread Ben Greear
On 06/03/2016 02:17 AM, John Crispin wrote: On 01/06/2016 20:21, Ben Greear wrote: On 06/01/2016 11:07 AM, John Crispin wrote: Hi Ben, also inclined to reject this one. it will open up the pandoras box and we will end up maintaining piles of diffconfig files. it would make morse sense to

Re: [LEDE-DEV] [PATCH 1/3] [ubox] remove unnecessary size struct between messages

2016-06-03 Thread Conor O'Gorman
On 03/06/16 11:59, Dan Bugnar wrote: From: Dan Bugnar The next message needs to be written after the data of current message. This was adding "sizeof(struct log_head)" bytes between messages. Signed-off-by: Dan Bugnar --- log/syslog.c | 2 +- 1 file

Re: [LEDE-DEV] [PATCH] urandom-seed: add initial implementation

2016-06-03 Thread John Crispin
On 03/06/2016 13:15, Etienne Champetier wrote: > Hi John, > > 2016-06-03 11:00 GMT+02:00 John Crispin : >> Hi Etienne, >> >> comment inline ... >> >> On 02/06/2016 23:21, Etienne CHAMPETIER wrote: >>> This package: >>> 1) seed /dev/urandom with a saved seed as early as

Re: [LEDE-DEV] [PATCH] urandom-seed: add initial implementation

2016-06-03 Thread Etienne Champetier
Hi John, 2016-06-03 11:00 GMT+02:00 John Crispin : > Hi Etienne, > > comment inline ... > > On 02/06/2016 23:21, Etienne CHAMPETIER wrote: >> This package: >> 1) seed /dev/urandom with a saved seed as early as possible >> (using /lib/preinit/81_urandom_seed) >> 2) save a new

[LEDE-DEV] [PATCH 1/3] [ubox] remove unnecessary size struct between messages

2016-06-03 Thread Dan Bugnar
From: Dan Bugnar The next message needs to be written after the data of current message. This was adding "sizeof(struct log_head)" bytes between messages. Signed-off-by: Dan Bugnar --- log/syslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[LEDE-DEV] [PATCH 3/3] [ubox] logd: add ubus reload method

2016-06-03 Thread Dan Bugnar
Add ubus method to set the buffer size. Example: ubus call log reload "{\"log_buffer_size\":size}" Signed-off-by: Dan Bugnar --- log/logd.c | 25 + 1 file changed, 25 insertions(+) diff --git a/log/logd.c b/log/logd.c index 27d3cac..563c545

[LEDE-DEV] [PATCH 2/3] [ubox] syslog: change log buffer size

2016-06-03 Thread Dan Bugnar
Change the log buffer size and copy the messages. Copy the messages from the oldest to newest using the log_list. First time we calculate the size of the all entries. The log_entries_size calculates the size indifferent of the positions of the newest and oldest. If we want to increase the log

Re: [LEDE-DEV] [PATCHv3 1/1] [brcm63xx] Add initial support for EVG2000

2016-06-03 Thread Graham Fairweather
Hi and thanks. On 3 June 2016 at 12:07, Álvaro Fernández Rojas wrote: > Hello Graham, > > Pulled into my staging tree with some changes (whitespace fixes, cleanups...): > https://git.lede-project.org/?p=lede/noltari/staging.git;a=shortlog;h=refs/heads/brcm63xx-next > >

Re: [LEDE-DEV] [PATCH libubox] blobmsg_json: add new functions blobmsg_format_json_value*

2016-06-03 Thread Matthias Schiffer
On 06/03/2016 11:05 AM, John Crispin wrote: > > > On 01/06/2016 22:27, Matthias Schiffer wrote: >> The current blobmsg_format_json* functions will return invalid JSON when >> the "list" argument is given as false (blobmsg_format_element() will >> output the name of the blob_attr as if the value

Re: [LEDE-DEV] [PATCHv3 1/1] [brcm63xx] Add initial support for EVG2000

2016-06-03 Thread Álvaro Fernández Rojas
Hello Graham, Pulled into my staging tree with some changes (whitespace fixes, cleanups...): https://git.lede-project.org/?p=lede/noltari/staging.git;a=shortlog;h=refs/heads/brcm63xx-next Regards, Álvaro. El 23/5/16 a las 0:56, Xotic750 escribió: > From: Graham Fairweather

Re: [LEDE-DEV] [PATCH] fix uClibc-ng scanf check

2016-06-03 Thread Alexey Brodkin
Hi Waldemar, On Fri, 2016-06-03 at 04:23 +0200, Waldemar Brodkorb wrote: > uClibc-ng tries to be compatible with GNU libc and defines > __GLIBC__ and pretend to be version 2.2. > We once changed it to 2.10, but then some hard to fix problems > in different software packages (gcc) occured. > It

Re: [LEDE-DEV] git.openwrt.org site half broken

2016-06-03 Thread Etienne Champetier
2016-06-03 11:13 GMT+02:00 John Crispin : > > > On 02/06/2016 13:20, Etienne Champetier wrote: >> Hi, >> >> someone messed with git.openwrt.org nginx config, i can't get the js and css. >> >> see https://git.openwrt.org/project/static/gitweb.css (doesn't look >> like a css :) )

Re: [LEDE-DEV] [PATCHv4 1/1] [brcm63xx] Fix the logged CPU variant

2016-06-03 Thread Álvaro Fernández Rojas
NACK, this doesn't add any funcionality and original firmwares show these SoCs as their generic CPU IDs (e.g: 6368 for the 6369). El 23/5/16 a las 0:46, Xotic750 escribió: From: Graham Fairweather This patch fixes the logged detected CPU ID when an equivalent is used,

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-06-03 Thread John Crispin
On 01/06/2016 20:21, Ben Greear wrote: > On 06/01/2016 11:07 AM, John Crispin wrote: >> Hi Ben, >> >> also inclined to reject this one. it will open up the pandoras box and >> we will end up maintaining piles of diffconfig files. it would make >> morse sense to document what the script does

Re: [LEDE-DEV] git.openwrt.org site half broken

2016-06-03 Thread John Crispin
On 02/06/2016 13:20, Etienne Champetier wrote: > Hi, > > someone messed with git.openwrt.org nginx config, i can't get the js and css. > > see https://git.openwrt.org/project/static/gitweb.css (doesn't look > like a css :) ) > > Cheers > Etienne > that url looks weird. ->

Re: [LEDE-DEV] [PATCH libubox] blobmsg_json: add new functions blobmsg_format_json_value*

2016-06-03 Thread John Crispin
On 01/06/2016 22:27, Matthias Schiffer wrote: > The current blobmsg_format_json* functions will return invalid JSON when > the "list" argument is given as false (blobmsg_format_element() will > output the name of the blob_attr as if the value is printed as part of a > JSON object). > > To avoid

Re: [LEDE-DEV] [PATCH] urandom-seed: add initial implementation

2016-06-03 Thread John Crispin
Hi Etienne, comment inline ... On 02/06/2016 23:21, Etienne CHAMPETIER wrote: > This package: > 1) seed /dev/urandom with a saved seed as early as possible > (using /lib/preinit/81_urandom_seed) > 2) save a new seed using getrandom() so we are sure /dev/urandom >pool is initialized

Re: [LEDE-DEV] [PATCH] fix uClibc-ng scanf check

2016-06-03 Thread John Crispin
Hi Waldemar On 03/06/2016 04:23, Waldemar Brodkorb wrote: > uClibc-ng tries to be compatible with GNU libc and defines > __GLIBC__ and pretend to be version 2.2. > We once changed it to 2.10, but then some hard to fix problems > in different software packages (gcc) occured. > It would be better