Re: [OpenWrt-Devel] [PATCH-v5] samba 3.0.37 update

2011-10-06 Thread Jan Willies
2011/9/19 Maarten Bezemer m.m.beze...@utwente.nl I was a bit busy lately, so sorry for the late reply. Update in this patch (compared to v4): * Removed ldap, kerebos and activedirectory support * Added iconv support, by adding --with-libiconv=$(ICONV_PREFIX) as configure flag and by

Re: [OpenWrt-Devel] [PATCH-v5] samba 3.0.37 update

2011-10-06 Thread Jan Willies
Hi Maarten, 2011/9/19 Maarten Bezemer m.m.beze...@utwente.nl I was a bit busy lately, so sorry for the late reply. Update in this patch (compared to v4): * Removed ldap, kerebos and activedirectory support * Added iconv support, by adding --with-libiconv=$(ICONV_PREFIX) as configure flag

Re: [OpenWrt-Devel] [PATCH 0/3] support for make xconfig

2011-10-06 Thread Emmanuel Deloget
This patchset brings back the support for the xconfig top-level target. Since this target depends on qt3 (and more precisely the development packages of qt3), some effort has been spent to avoid bringing this huge dependency in OpenWRT. If the build machine has the necessary development packages,

Re: [OpenWrt-Devel] [PATCH 2/3, V3] qconf target in scripts/config/Makefile (RESEND, no lone wrap)

2011-10-06 Thread Emmanuel Deloget
This patch modifies the scripts/config/Makefile file to build the qconf utility. qconf is not added to the target list unless the development files of qt3 has been detected (we simply check for the presence of the /usr/include/qt3 directory). Changes since version 2: missing rule to create the

Re: [OpenWrt-Devel] [PATCH 3/3, V3] top-level xconfig target (RESEND, no line wrap)

2011-10-06 Thread Emmanuel Deloget
This patch adds support for the xconfig top-level target. If qt3 is detected on the system (by checking for the presence of the directory /usr/include/qt3), the top-level target expands to the invocation of scripts/configs/qconf. Otherwise, the target prints a message and errors out.

Re: [OpenWrt-Devel] [PATCH 2/2] New package: wt (C++ web toolkit: http://www.webtoolkit.eu/wt )

2011-10-06 Thread Florian Fainelli
On Tuesday 06 September 2011 06:44:38 Wade Berrier wrote: Second patch in getting Wt working on openwrt. --- Applied with some minor fixes in r28375, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 1/2] Fix fcgi++ build, and put it in a separate package

2011-10-06 Thread Florian Fainelli
On Tuesday 06 September 2011 06:43:46 Wade Berrier wrote: Hi, The intent of these 2 patches is to get Wt running on openwrt. (It's a c++ web framework). It worked out really well for the application I wrote, although it requires a bit of space when built as shared libraries. (Of course,

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

2011-10-06 Thread abhinav narain
hi, This is my first experience with writing a patch/using git. I need some specific answers to get it working I have written a patch for ath9k driver using git. The git root directory where i initiated the project is compat-wireless-2011-08-10. I did a git diff 001-ath9k.patch and the patch

[OpenWrt-Devel] doubt on ath9k_rx_tasklet/ ath9k_tasklet

2011-10-06 Thread abhinav narain
hi, I am writing a patch for netgear router model : wndr3700v2 w/ atheros chipset. I am using the compat-wireless driver I have modified the ath9k_rx_tasklet to get some information from the rx_status structure. this is defined in htc_drv_txrx.c I am not sure this is the file I should modify

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

2011-10-06 Thread Jonas Gorski
Hi, On 6 October 2011 20:55, abhinav narain abhinavnarai...@gmail.com wrote: hi, This is my first experience with writing a patch/using git. I need some specific answers to get it working mac80211 is actually a bit tricky since quilt doesn't work. I'd recommend cloning the appropriate tag

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

2011-10-06 Thread abhinav narain
Thanks ! I got a compilation error. I have another doubt about compilation process. I have a folder with files which solve my purpose and want the functions in them to be used in the patch. Copying the whole folder into ath9k folder doesn't seem right. How can i include the path of the folder i