Re: [OpenWrt-Devel] [PATCH 1/1] ocf-linux: bump to 20110520

2011-07-03 Thread John Crispin
the attached patch if for a gpio fix could it be that you mailed the wrong ? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/1] ocf-linux: bump to 20110520

2011-07-03 Thread Philip Prindeville
Linux 2.6.38 and later requires 20110520 to build and run properly. Signed-off-by: Philip Prindeville --- linux-2.6.38.8/drivers/gpio/Kconfig.orig2011-06-02 19:35:11.0 -0600 +++ linux-2.6.38.8/drivers/gpio/Kconfig 2011-06-29 20:05:20.0 -0600 @@ -295,7 +295,7 @@ comment "PCI G

[OpenWrt-Devel] [PATCH] Fix addition of virtual interfaces in broadcom-wl

2011-07-03 Thread Nathan Hintz
Fix addition of virtual interfaces in "broadcom-wl" (dev->netdev_ops not initialized) Signed-off-by: Nathan Hintz --- /dev/null +++ package/broadcom-wl/patches/007-fix-virtual-interfaces.patch @@ -0,0 +1,11 @@ +--- a/driver/wl_linux.c b/driver/wl_linux.c +@@ -1569,6 +1643,8 @@ + r

Re: [OpenWrt-Devel] [PATCH] mark minidlna.conf as config file

2011-07-03 Thread John Crispin
applied in r27417 please generate future patches at the root of the feed and not inside the packages folder On 01/07/11 23:55, Mathias Kresin wrote: > This is a copy of the apparently overlooked ticket 9439 opened by me. > > Attached patch for the Makefile of the minidlna package, > marks /etc

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread John Crispin
On 03/07/11 21:28, Roberto Riggio wrote: > Il 03/07/2011 21:22, John Crispin ha scritto: >> next time use something more descriptive for title please >> + TITLE:=jsonpath >> is not very descriptive > > well that;s the name of the corresponding python package. If i was > looking for it everything

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread Roberto Riggio
Il 03/07/2011 21:22, John Crispin ha scritto: next time use something more descriptive for title please + TITLE:=jsonpath is not very descriptive well that;s the name of the corresponding python package. If i was looking for it everything else after the name would just be irrelevant. anywa

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread John Crispin
On 03/07/11 21:21, John Crispin wrote: > pong i forgot ... next time use something more descriptive for title please + TITLE:=jsonpath is not very descriptive thx, blogic > > On 03/07/11 20:22, Roberto Riggio wrote: >> ping >> >> Il 29/06/2011 09:52, Roberto Riggio ha scritto: >>> This patch

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread John Crispin
pong On 03/07/11 20:22, Roberto Riggio wrote: > ping > > Il 29/06/2011 09:52, Roberto Riggio ha scritto: >> This patch adds a new python package called jsonpath. >> >> JSONPath allows you to run XPATH-like queries over json data structures. >> >> Changes since v1: >> * removed unrelated changes >

Re: [OpenWrt-Devel] [PATCH v3] AT91: Add flexibity board support

2011-07-03 Thread Maxim Osipov
Thank you, the patch will follow shortly. Maxim On Sun, Jul 3, 2011 at 7:57 PM, John Crispin wrote: > On 03/07/11 20:54, John Crispin wrote: >> Hi, >> >> applied in r27412 >> >> i dropped the dhcp and system uci file. could you use uci-defaults >> mechanism for those 2 and send a patch ? >> >> J

Re: [OpenWrt-Devel] [PATCH v3] AT91: Add flexibity board support

2011-07-03 Thread John Crispin
On 03/07/11 20:54, John Crispin wrote: > Hi, > > applied in r27412 > > i dropped the dhcp and system uci file. could you use uci-defaults > mechanism for those 2 and send a patch ? > > John > ___ > openwrt-devel mailing list > openwrt-devel@lists.openw

Re: [OpenWrt-Devel] ext3 filesystem for orion marvell target

2011-07-03 Thread Maarten Bezemer
Sorry to bother you. I found the patch https://dev.openwrt.org/changeset/26645/trunk/package/kernel/modules/fs.mk which points out clearly the reason Maarten On Sun, 2011-07-03 at 20:49 +0200, Maarten Bezemer wrote: > Why does the ext3 kernel module require LINUX_2_6_30 or LINUX_2_6_31 to > be s

Re: [OpenWrt-Devel] [PATCH v3] AT91: Add flexibity board support

2011-07-03 Thread John Crispin
Hi, applied in r27412 i dropped the dhcp and system uci file. could you use uci-defaults mechanism for those 2 and send a patch ? John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-dev

[OpenWrt-Devel] ext3 filesystem for orion marvell target

2011-07-03 Thread Maarten Bezemer
Why does the ext3 kernel module require LINUX_2_6_30 or LINUX_2_6_31 to be set? In package/kernel/modeules.fs.mk: DEPENDS:=$(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache) @LINUX_2_6_30||LINUX_2_6_31 The Orion Marvell target uses 2.6.37(.6) and therefore the ext3 filesystem is not present anymo

Re: [OpenWrt-Devel] [PATCH v2] New package jsonpath

2011-07-03 Thread Roberto Riggio
ping Il 29/06/2011 09:52, Roberto Riggio ha scritto: This patch adds a new python package called jsonpath. JSONPath allows you to run XPATH-like queries over json data structures. Changes since v1: * removed unrelated changes * fix copyright Signed-off-by: Roberto Riggio -- -