Re: [LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-04 Thread Yousong Zhou
On 4 June 2016 at 22:15, Yousong Zhou wrote: > On 04/06/2016, Daniel Golle wrote: >> Hi Yousong, >> >> the main issue on ar71xx is the high number of mach-*.c files for all >> the boards being included in *all* images. Once the target has been >> migrated to device tree (which is a huge amount of

Re: [LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-04 Thread Dirk Neukirchen
On 04.06.2016 16:15, Yousong Zhou wrote: > It has been quite a while since I tried building ar71xx kernel by > deleting unneeded mach files first. I believe the size reduction was > not so impressive that I do not remember them at all... Some results on TP-LINK WDR3600 target: without mach-files

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

2016-06-04 Thread Marco Castrovilli
hi andrew. no good news. i flashed again fonera and followed instruction of the guide but: when i try command uci set mmc_over_gpio.@mmc_over_gpio[0].enabled=1 i have uci: Entry not found message; uci is ok: other commands (uci add fstab mount etc. etc) are correctly executed; when i try s

Re: [LEDE-DEV] [PATCH] uClibc-ng: allow to choose for all supported architectures

2016-06-04 Thread Waldemar Brodkorb
Hi, Waldemar Brodkorb wrote, > Hi John, > John Crispin wrote, > > > On 04/06/2016 22:21, Waldemar Brodkorb wrote: > > > Update to 1.0.15 and allow to choose uClibc-ng for all > > > supported architectures. Some users still need to port over > > > their code from uClibc-ng to musl, with this chang

Re: [LEDE-DEV] [PATCH] uClibc-ng: allow to choose for all supported architectures

2016-06-04 Thread Waldemar Brodkorb
Hi John, John Crispin wrote, > On 04/06/2016 22:21, Waldemar Brodkorb wrote: > > Update to 1.0.15 and allow to choose uClibc-ng for all > > supported architectures. Some users still need to port over > > their code from uClibc-ng to musl, with this change they > > can do it in a comfortable way. >

Re: [LEDE-DEV] [PATCH] uClibc-ng: allow to choose for all supported architectures

2016-06-04 Thread John Crispin
On 04/06/2016 22:21, Waldemar Brodkorb wrote: > Update to 1.0.15 and allow to choose uClibc-ng for all > supported architectures. Some users still need to port over > their code from uClibc-ng to musl, with this change they > can do it in a comfortable way. > > Extra pregen is not required. > >

[LEDE-DEV] [PATCH] util-linux: fix scanf fallback detection for uClibc-ng

2016-06-04 Thread Waldemar Brodkorb
uClibc-ng pretends to be GNU libc 2.2 and then a fallback scanf check is tried, so that libmount is disabled afterwards. Add a fix already suggested upstream. Add librt dependency required for other apps, too. Signed-off-by: Waldemar Brodkorb --- package/utils/util-linux/Makefile

[LEDE-DEV] [PATCH] uClibc-ng: allow to choose for all supported architectures

2016-06-04 Thread Waldemar Brodkorb
Update to 1.0.15 and allow to choose uClibc-ng for all supported architectures. Some users still need to port over their code from uClibc-ng to musl, with this change they can do it in a comfortable way. Extra pregen is not required. Signed-off-by: Waldemar Brodkorb --- toolchain/Config.in

[LEDE-DEV] [PATCH] omap: remove NAMESPACES config symbols

2016-06-04 Thread Dirk Neukirchen
they are available in config/Config-kernel.in Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index 82b8ca7..88d7b33 100644 --- a/target/linux/omap/config-4.4 +++ b/t

[LEDE-DEV] [PATCH] mediatek: remove modules from Kernel config

2016-06-04 Thread Dirk Neukirchen
most symbols should be in Kernel packages depending on HW the removal of CONFIG_REALTEK_PHY and USB symbols might be wrong compile tested only Signed-off-by: Dirk Neukirchen --- target/linux/mediatek/config-4.4 | 85 1 file changed, 85 deletions(-) dif

[LEDE-DEV] [PATCH] malta: remove NAMESPACES config symbols

2016-06-04 Thread Dirk Neukirchen
they are available in config/Config-kernel.in Signed-off-by: Dirk Neukirchen --- target/linux/malta/config-4.4 | 6 -- 1 file changed, 6 deletions(-) diff --git a/target/linux/malta/config-4.4 b/target/linux/malta/config-4.4 index b19c9f2..c20073b 100644 --- a/target/linux/malta/config-4.4

[LEDE-DEV] [PATCH] oxnas: remove unneeded _DIAG symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/oxnas/config-4.4 | 5 - 1 file changed, 5 deletions(-) diff --git a/target/linux/oxnas/config-4.4 b/target/linux/oxnas/config-4.4 index 07ce8b2..23b20de 100644 --- a/target/linux/oxnas/config-4.4 +++ b/target/linux/oxnas/config-4.4 @@ -192,9 +1

[LEDE-DEV] [PATCH] mpc85xx: remove unneeded symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/mpc85xx/config-4.4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/linux/mpc85xx/config-4.4 b/target/linux/mpc85xx/config-4.4 index 5b76ec5..90bde4f 100644 --- a/target/linux/mpc85xx/config-4.4 +++ b/target/linux/mpc85xx/config-4.4 @@ -

[LEDE-DEV] [PATCH] malta: remove unneeded symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/malta/config-4.4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/linux/malta/config-4.4 b/target/linux/malta/config-4.4 index 7bcfaea..b19c9f2 100644 --- a/target/linux/malta/config-4.4 +++ b/target/linux/malta/config-4.4 @@ -139,8 +139

[LEDE-DEV] [PATCH] sunxi: remove NAMESPACES config symbols

2016-06-04 Thread Dirk Neukirchen
they are available in config/Config-kernel.in Signed-off-by: Dirk Neukirchen --- target/linux/sunxi/config-4.4 | 4 1 file changed, 4 deletions(-) diff --git a/target/linux/sunxi/config-4.4 b/target/linux/sunxi/config-4.4 index 4784efb..568bcb7 100644 --- a/target/linux/sunxi/config-4.4 ++

[LEDE-DEV] [PATCH] zynq: remove unneeded _DIAG and _XFRM symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/zynq/config-4.4 | 7 --- 1 file changed, 7 deletions(-) diff --git a/target/linux/zynq/config-4.4 b/target/linux/zynq/config-4.4 index ea28550..f8e080d 100644 --- a/target/linux/zynq/config-4.4 +++ b/target/linux/zynq/config-4.4 @@ -360,12 +360

[LEDE-DEV] [PATCH] modules: add missing module to ipsec description

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- package/kernel/linux/modules/netsupport.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 09fa595..24f1e27 100644 --- a/package/kernel/linux/modules/netsupport.mk

[LEDE-DEV] [PATCH] sunxi: remove XFRM_ config symbols

2016-06-04 Thread Dirk Neukirchen
they are part of packages Signed-off-by: Dirk Neukirchen --- target/linux/sunxi/config-4.4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/sunxi/config-4.4 b/target/linux/sunxi/config-4.4 index 4050494..4784efb 100644 --- a/target/linux/sunxi/config-4.4 +++ b/target/linux/sunxi

[LEDE-DEV] [PATCH] omap: remove config symbol W1

2016-06-04 Thread Dirk Neukirchen
it is available as module Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index 5bc619d..3d33b0c 100644 --- a/target/linux/omap/config-4.4 +++ b/target/linux/omap/config

[LEDE-DEV] [PATCH] omap: remove XFRM config symbols

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index 3d33b0c..82b8ca7 100644 --- a/target/linux/omap/config-4.4 +++ b/target/linux/omap/config-4.4 @@ -669,8 +669,6 @@

[LEDE-DEV] [PATCH] omap: remove BMP085 symbol

2016-06-04 Thread Dirk Neukirchen
BMP085 is a pressure sensor and available as module Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index a483ab2..b4f4e53 100644 --- a/target/linux/omap/config-4.4 ++

[LEDE-DEV] [PATCH] omap: remove config symbol NETFILTER

2016-06-04 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- target/linux/omap/config-4.4 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/omap/config-4.4 b/target/linux/omap/config-4.4 index b4f4e53..5bc619d 100644 --- a/target/linux/omap/config-4.4 +++ b/target/linux/omap/config-4.4 @@ -387,7 +387,6 @@ CO

[LEDE-DEV] [PATCH] modules: add BMP085 pressure sensor

2016-06-04 Thread Dirk Neukirchen
add BMP085 and BMP180 pressure sensors this driver supports the SPI and I2C and older chips (BMP280 is supported by iio subsystem) issue found when cleaning up omap/config found while writing this patch that a similar patch was submitted in June/July 2014 but not integrated only compile tested

Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-04 Thread Ted Hess
On Sat, 2016-06-04 at 12:48 +0200, Jonas Gorski wrote: > On 2 June 2016 at 19:18, John Crispin wrote: > > > > > > > > On 02/06/2016 19:02, Ted Hess wrote: > > > > > > Check it out now... > > > > > the funk soul brothers > Hm, it now advertises git protocol, but it isn't actually usable:

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

2016-06-04 Thread Matthias Schiffer
On 06/03/2016 04:55 PM, Eyal Birger wrote: > > 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)

[LEDE-DEV] Issues on brcm47xx, Buildbot config

2016-06-04 Thread p . wassi
Related to my last post to the list "brcm47xx legacy broken in trunk?" I'm not sure whether "legacy broken in trunk" is the right terminology. When I started to dig into the problem, I cloned the repo and built the image myself. It worked immediately. To confirm my findings, I downloaded today's

Re: [LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-04 Thread Yousong Zhou
On 04/06/2016, Daniel Golle wrote: > Hi Yousong, > > the main issue on ar71xx is the high number of mach-*.c files for all > the boards being included in *all* images. Once the target has been > migrated to device tree (which is a huge amount of work, lynxis has > done major progress there), this

Re: [LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-04 Thread Daniel Golle
Hi Yousong, the main issue on ar71xx is the high number of mach-*.c files for all the boards being included in *all* images. Once the target has been migrated to device tree (which is a huge amount of work, lynxis has done major progress there), this should easily free 500 kB of the uncompressed k

Re: [LEDE-DEV] Adding support for Comfast CF-WR650AC

2016-06-04 Thread Gareth Parker
I have found part of the cause of switch problem It's related to this commit: http://git.openwrt.org/?p=openwrt.git;a=commit;h=ef54bfd6c8c82e865dd2f6c80b3 78a0c0f772ffc I tried to checkout parent commit and worked fine, any commits after this one cause the router to hang then reboot on issuing "s

Re: [LEDE-DEV] Add info about git URLs in Lede Git Web

2016-06-04 Thread Jonas Gorski
On 2 June 2016 at 19:18, John Crispin wrote: > > > On 02/06/2016 19:02, Ted Hess wrote: >> Check it out now... >> > > the funk soul brothers Hm, it now advertises git protocol, but it isn't actually usable: $ git clone git://git.lede-project.org/source.git Cloning into 'source'... fatal: un

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

2016-06-04 Thread Alexandru Ardelean
On Fri, Jun 3, 2016 at 2:27 PM, Conor O'Gorman wrote: > 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 >