[OpenWrt-Devel] [PATCH] mac80211: Update ath9k_htc firmware

2011-10-10 Thread Helmut Schaa
Current ath9k_htc doesn't work anymore with the ar9271.fw and ar7010.fw firmware files. Hence, use the new renamed firmware htc_9271.fw and htc_7010.fw. This allows ath9k_htc to successfully load and operate. Signed-off-by: Helmut Schaa helmut.sc...@googlemail.com --- package/mac80211/Makefile

[OpenWrt-Devel] [PATCH] New package PyRRD

2011-10-10 Thread Roberto Riggio
This patch is a port of the PyRRD package to openwrt. PyRRD is a wrapper for rrdtool for python. The API is so much better than the python bindings for rrd. Signed-off-by: Roberto Riggio roberto.rig...@create-net.org --- Index: lang/pyrrd/patches/100-setuptools.patch

[OpenWrt-Devel] [PATCH] Bump simplejson version

2011-10-10 Thread Roberto Riggio
Bump simplejson version Signed-off-by: Roberto Riggio roberto.rig...@create-net.org -- Index: lang/simplejson/Makefile === --- lang/simplejson/Makefile(revision 28398) +++ lang/simplejson/Makefile(working copy) @@ -8,12

Re: [OpenWrt-Devel] how to apply driver patch to the kernel

2011-10-10 Thread abhinav narain
Ok. I have them as modules, not in one binary. So, this won't work i believe. But thanks for the information. Abhinav On Mon, Oct 10, 2011 at 1:25 AM, harish badrinath harishbadrin...@gmail.com wrote: Hello, @Harish : I am not sure how to trigger monolithic kernel, but i dont get any

[OpenWrt-Devel] Current trunk fails to compile: mtd-utils patches failing

2011-10-10 Thread Stefan Tomanek
Any idea why my trunk/git snapshot fails to compile? $ make [...] make[3]: Entering directory `/home/stefan/openwrt/openwrt/tools/mtd-utils' . /home/stefan/openwrt/openwrt/include/shell.sh; gzip -dc /home/stefan/openwrt/openwrt/dl/mtd-20101124.tar.gz | /bin/tar -C

Re: [OpenWrt-Devel] [PATCH] mac80211: Update ath9k_htc firmware

2011-10-10 Thread Hauke Mehrtens
On 10/10/2011 10:38 AM, Helmut Schaa wrote: Current ath9k_htc doesn't work anymore with the ar9271.fw and ar7010.fw firmware files. Hence, use the new renamed firmware htc_9271.fw and htc_7010.fw. This allows ath9k_htc to successfully load and operate. Signed-off-by: Helmut Schaa

[OpenWrt-Devel] [patch] Update package mosquitto 0.12 - 0.13

2011-10-10 Thread karlp
Hi, Attached is a patch updating mosquitto (MQTT message broker, client tools, server, and client libraries) from version 0.12 to version 0.13 http://www.mosquitto.org for more info. Tested on atheros platforms for backfire. Signed-off-by: Karl Palsson ka...@tweak.net.au diff --git

Re: [OpenWrt-Devel] how to apply driver patch to the kernel

2011-10-10 Thread Adam Porter
Are you building a new firmware image after recompiling mac80211? Rebuilding one package does not update the firmware image. Besides, using whole firmware images is a slow process... why not use the kmod-ath9k package (which is updated after you rebuild the package) and install it via opkg? Built

[OpenWrt-Devel] [PATCH] Include all libraries with libevent

2011-10-10 Thread Espen Jürgensen
libevent provides some extra libraries (libevent-core and libevent-extra) which are not included in the current package. Some packages - like the one I'm working on - may depend on these, so it would be nice if they were included. Some symlinks are also missing in the current package.

Re: [OpenWrt-Devel] how to apply driver patch to the kernel

2011-10-10 Thread abhinav narain
yes I was deploying the firmware again on the machine after doing make package/mac80211/update. Also, there was no info on packages page that one has to do make package/mac80211/compile ? I was interested in knowing do I have to change anything in makefiles if I add another header file in the

[OpenWrt-Devel] [PATCH] update iptables to 1.4.12.1

2011-10-10 Thread Stefan Tomanek
--- package/iptables/Makefile |6 +- .../patches/010-multiport-linux-2.4-compat.patch | 265 package/iptables/patches/011-recent-add-reap.patch | 116 - .../patches/020-iptables-disable-modprobe.patch|8 +-

Re: [OpenWrt-Devel] Current trunk fails to compile: mtd-utils patches failing

2011-10-10 Thread Daniel Golle
000-upstream_jffs2reader.patch and 000-upstream_nanddump.patch base on the prvious version of mtd (20101002). both patches were removed in r24129 updating mtd to 20101124. On 10/10/2011 06:47 PM, Stefan Tomanek wrote: Any idea why my trunk/git snapshot fails to compile? $ make [...]

Re: [OpenWrt-Devel] how to apply driver patch to the kernel

2011-10-10 Thread harish badrinath
On Tue, Oct 11, 2011 at 3:55 AM, abhinav narain abhinavnarai...@gmail.com wrote: I was interested in knowing do I have to change anything in makefiles if I add another header file in the folder as a part of patch ? or is it that if a corresponding .c file is present, its .h file is taken by