Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-03 Thread John Vogel
Sounds like you have turned on CONFIG_NO_STRIP or something else like CONFIG_BUILD_NLS, that would considerably increase the size of pkgs. Just a guess. Would be much easier to tell looking at your dot config. On Tue, 03 Dec 2013 18:58:54 -0500 cmsv wrote: > Recently while trying to compile an i

[OpenWrt-Devel] [PATCH][packages]gstreamer: update grammar.y to build with bison 3

2013-12-03 Thread John Vogel
In gstreamer's gst/parse/grammar.y, YYLEX_PARAM is no longer supported in bison 3. This patch replaces YYLEX_PARAM with %lex-param. Signed-off-by John Vogel diff --git a/multimedia/gstreamer/patches/005-YYLEX_PARAM_to_lex-param.patch b/multimedia/gstreamer/patches/005-YYLEX_PARAM_to_lex-param

Re: [OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Jim Henderson
On Tue, 03 Dec 2013 20:21:10 -0500, Weedy wrote: > NP Trunk just has too much churn for lazy ways of updating to cope. What I'd been doing (and seemed to work for quite some time) was to do a make menuconfig before running the build - that seemed to deal with things like ulibc version changes w

Re: [OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Weedy
NP Trunk just has too much churn for lazy ways of updating to cope. On 3 Dec 2013 20:06, "Jim Henderson" wrote: > On Tue, 03 Dec 2013 19:44:29 -0500, Weedy wrote: > > >> Thanks - is there something in particular I should look at? I've tried > >> a number of things to preserve my existing config

Re: [OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Jim Henderson
On Tue, 03 Dec 2013 19:44:29 -0500, Weedy wrote: >> Thanks - is there something in particular I should look at? I've tried >> a number of things to preserve my existing config with each update, and >> generally that's worked well for me, but apparently the process isn't >> perfect yet. > > https

Re: [OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Weedy
On Tue, Dec 3, 2013 at 7:23 PM, Jim Henderson wrote: > On Wed, 04 Dec 2013 01:00:00 +, Jo-Philipp Wich wrote: > > > Hi. > > > >> I just built this while trying to resolve an Android connectivity issue > >> (I'd been running r37866 previously) on a NetGear WNDR3800, and the new > >> build seem

Re: [OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Jim Henderson
On Wed, 04 Dec 2013 01:00:00 +, Jo-Philipp Wich wrote: > Hi. > >> I just built this while trying to resolve an Android connectivity issue >> (I'd been running r37866 previously) on a NetGear WNDR3800, and the new >> build seems somewhat better, but I've noticed a couple of odd things - >> I'm

Re: [OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Jo-Philipp Wich
Hi. > I just built this while trying to resolve an Android connectivity issue > (I'd been running r37866 previously) on a NetGear WNDR3800, and the new > build seems somewhat better, but I've noticed a couple of odd things - > I'm wondering if these are known issues, or if I should submit bugs

[OpenWrt-Devel] Bloated size netifd (688K)

2013-12-03 Thread cmsv
Recently while trying to compile an image i am only able to get images for 8 mb flash routers because netifd_2013-07-16 ends up by being 688K size when it used to be 45K This happens with AA and i even downloaded new sources just to make sure. My image is pretty simple. Does anyone know what can

[OpenWrt-Devel] WNDR3800 wifi and collectd issues - r38991

2013-12-03 Thread Jim Henderson
Hi, I just built this while trying to resolve an Android connectivity issue (I'd been running r37866 previously) on a NetGear WNDR3800, and the new build seems somewhat better, but I've noticed a couple of odd things - I'm wondering if these are known issues, or if I should submit bugs on them

[OpenWrt-Devel] [patch openwrt 4/4] firmware-utils/mkplinkfw: add TL-WA801ND v2 support

2013-12-03 Thread Jiri Pirko
Signed-off-by: Jiri Pirko --- tools/firmware-utils/src/mktplinkfw.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index 195d169..1c3f49d 100644 --- a/tools/firmware-utils/src/mktplinkfw.c +++ b/tools/firmwa

[OpenWrt-Devel] [patch openwrt 2/4] ar71xx: add user space support for the TL-WA801ND v2

2013-12-03 Thread Jiri Pirko
Patch to add the user space support for the TL-WA801ND v2 Signed-off-by: Jiri Pirko --- target/linux/ar71xx/base-files/etc/diag.sh | 1 + target/linux/ar71xx/base-files/etc/uci-defaults/01_leds| 5 + target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 1 + target

[OpenWrt-Devel] [patch openwrt 3/4] ar71xx: add profile for the WA801ND v2

2013-12-03 Thread Jiri Pirko
Patch to add the profile for the TP-LINK WA801ND v2 Signed-off-by: Jiri Pirko --- target/linux/ar71xx/image/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 0f2a2bb..70f0135 100644 --- a/

[OpenWrt-Devel] [patch openwrt 0/4] Add support for TL-WA801ND v2 board

2013-12-03 Thread Jiri Pirko
Jiri Pirko (4): ar71xx: add kernel support for the TL-WA801ND v2 board ar71xx: add user space support for the TL-WA801ND v2 ar71xx: add profile for the WA801ND v2 firmware-utils/mkplinkfw: add TL-WA801ND v2 support target/linux/ar71xx/base-files/etc/diag.sh | 1 + .../ar71xx/base

[OpenWrt-Devel] [patch openwrt 1/4] ar71xx: add kernel support for the TL-WA801ND v2 board

2013-12-03 Thread Jiri Pirko
Patch to add kernel support for the TP-LINK WA801ND v2 Signed-off-by: Jiri Pirko --- .../files/arch/mips/ath79/mach-tl-wr841n-v8.c | 54 ++ .../612-MIPS-ath79-add-TL-WA801NDv2-suport.patch | 10 2 files changed, 56 insertions(+), 8 deletions(-) create mode 100644