[OpenWrt-Devel] [PATCH v4 1/1] mtd: get rid of compier warnings

2011-05-20 Thread Philip Prindeville
Fixes for the following warnings: drivers/mtd/devices/block2mtd.c: In function '_open_bdev': drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code drivers/mtd/devices/block2mtd.c: In function 'add_device': drivers/mtd/devices/block2mtd.c:399:13: warning: assi

[OpenWrt-Devel] [PATCH v3 1/1] mtd: get rid of compier warnings

2011-05-20 Thread Philip Prindeville
Fixes for the following warnings: drivers/mtd/devices/block2mtd.c: In function '_open_bdev': drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code drivers/mtd/devices/block2mtd.c: In function 'add_device': drivers/mtd/devices/block2mtd.c:399:13: warning: assi

Re: [OpenWrt-Devel] [OpenWrt-Commits] r26963 - trunk/include

2011-05-20 Thread Michael Büsch
On Fri, 2011-05-20 at 18:21 +, Michael Büsch wrote: > On Fri, 20 May 2011 18:21:30 +0200 > openwrt-comm...@openwrt.org wrote: > > > add LD_LIBRARY to cmake.mk > > > + -DDL_LIBRARY=$(STAGING_DIR) \ > > Is this a typo, or is this intentional (DL vs. LD)? Oh it seems I misse

Re: [OpenWrt-Devel] [OpenWrt-Commits] r26963 - trunk/include

2011-05-20 Thread Michael Büsch
On Fri, 20 May 2011 18:21:30 +0200 openwrt-comm...@openwrt.org wrote: > add LD_LIBRARY to cmake.mk > + -DDL_LIBRARY=$(STAGING_DIR) \ Is this a typo, or is this intentional (DL vs. LD)? ___ openwrt-devel mailing list openwrt-devel@li

Re: [OpenWrt-Devel] [PATCH] add LD_LIBRARY to cmake.mk

2011-05-20 Thread Jan Willies
2011/5/20 Peter Lebbing > On 20/05/11 18:06, Jan Willies wrote: > > Otherwise cmake programs try to link with host ld.so > > > + -DDL_LIBRARY=$(STAGING_DIR) \ > > Typo alert? It says "DL_LIBRARY" not "LD_LIBRARY" which sounds more logical > to me. > Nope, it really is DL_LIBR

Re: [OpenWrt-Devel] [PATCH] add LD_LIBRARY to cmake.mk

2011-05-20 Thread Peter Lebbing
On 20/05/11 18:06, Jan Willies wrote: > Otherwise cmake programs try to link with host ld.so > + -DDL_LIBRARY=$(STAGING_DIR) \ Typo alert? It says "DL_LIBRARY" not "LD_LIBRARY" which sounds more logical to me. (Meanwhile, I've been looking at "kpbs" for quite a while today, n

[OpenWrt-Devel] [PATCH] add LD_LIBRARY to cmake.mk

2011-05-20 Thread Jan Willies
Otherwise cmake programs try to link with host ld.so Signed-off-by: Jan Willies --- include/cmake.mk |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/cmake.mk b/include/cmake.mk index 22255ac..fd8ff2d 100644 --- a/include/cmake.mk +++ b/include/cmake.mk @@ -45,6 +

[OpenWrt-Devel] avahi-daemon, kirkwood snapshot, and D-Bus

2011-05-20 Thread Mauricio Tavares
Quick question: I just installed avahi-daemon on my dockstar running Attitude Adjustment r26175 (since dockstar is only available in a kirkwood snapshot): root@kong:~# opkg install avahi-daemon Installing avahi-daemon (0.6.30-1) to root... Downloading http://downloads.openwrt.org/snapshots/trunk/

[OpenWrt-Devel] [PATCH] add CONFIG_INOTIFY_USER to kirkwood

2011-05-20 Thread Jan Willies
It's needed for eg watch-dir support for transmission and lots of other things. It increases the kernel-size on kirkwood by ~2kb Signed-off-by: Jan Willies --- target/linux/kirkwood/config-default |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/kirkwood/con

Re: [OpenWrt-Devel] [PATCH] DSL-2640B rev B2

2011-05-20 Thread Florian Fainelli
On Friday 11 March 2011 11:13:17 me...@o2.pl wrote: > Patch for OpenWRT trunk r24244! > Reset button don't work. Don't know why > > Signed-off-by: Adrian Feliks > Applied in r26958, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists

Re: [OpenWrt-Devel] [PATCH] Adding support for D-Link DVA-G3810BN/TL

2011-05-20 Thread Florian Fainelli
On Friday 18 March 2011 04:45:31 Roman Dumycz wrote: > This patch adds support for D-Link's DVA-G3810BN/TL product. > > Signed-off-by: Roman Dumycz Applied in r26956, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org htt