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

2011-10-10 Thread abhinav narain
I can't find the include paths or an explicit way to give one. I don't have to link with any library in the kernel. Where should I find the related information about this thing ? The new header file will have to be included in recv.c, only. As i am manupulating skbff there ... Abhinav On Tue, Oct

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 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 > default(as in usual make

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 > [...] > mak

[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 +- package/iptables/patc

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 fol

[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. Signed-off-

[OpenWrt-Devel] [PATCH] kernel/modules: add Marvell S-ATA

2011-10-10 Thread Daniel Golle
This adds support for Marvell S-ATA. Useful for kirkwood and probably other Marvell SoCs. Signed-off-by: Daniel Golle diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 41509b0..6683f71 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/bl

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] 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 diff --git a/net/mosquitto/Makefile

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] 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 /home/stefan/openwrt/openwrt/bu

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 wrote: > Hello, > > @Harish : > > I am not sure how to trigger monolithic kernel, but i dont get any output > of > > strings ..

[OpenWrt-Devel] [PATCH] Bump simplejson version

2011-10-10 Thread Roberto Riggio
Bump simplejson version Signed-off-by: Roberto Riggio -- Index: lang/simplejson/Makefile === --- lang/simplejson/Makefile(revision 28398) +++ lang/simplejson/Makefile(working copy) @@ -8,12 +8,12 @@ include $(TOPDIR)/rule

Re: [OpenWrt-Devel] [PATCH] support for I2C kernel modules (i2c-tiny-usb, pca954x, pca953x, pcf857x)

2011-10-10 Thread Florian Fainelli
On Monday 10 October 2011 00:55:51 Hartmut Knaack wrote: > Florian Fainelli schrieb: > > On Wednesday 22 June 2011 00:14:08 Hartmut Knaack wrote: > >> This patch should bring support for several kernel modules related to > >> I2C to openwrt, which are existing for several years now. Namely there >

[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 --- Index: lang/pyrrd/patches/100-setuptools.patch ==

[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 --- package/mac80211/Makefile | 23 +++--