[OpenWrt-Devel] [PATCH] OpenSSL variant and init script for ngIRCd package

2011-11-27 Thread Jiří Machálek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch adds variant of IRC server ngIRCd package compiled with OpenSSL support and init script. ngIRCd also updated to version 18. Updated patch with init script using service_start / service_stop. Signed-off-by: Jiri Machalek - --- Index: pack

[OpenWrt-Devel] Question about racoon patch

2011-11-27 Thread Markus Stockhausen
Hello, being contacted about my racoon patch http://patchwork.openwrt.org/patch/1561/ I have two questions. 1. As I can see it has not yet been committed to trunk. The development mailing list gives neither positive nor negative feedback. Should I just wait or is there anything I can do to help

Re: [OpenWrt-Devel] [PATCH v2 2/2] mac80211: add pci ids to ath5k

2011-11-27 Thread Philip Prindeville
On 11/27/11 4:29 PM, Andrej Vlašić wrote: > Some lantiq boards require pci id 168c:ff16 and 168c:ff1a to be added to > ath5k in order to detect onboard wlan chip. > > Signed-off-by: Andrej Vlašić Please include a comment identifying what hardware corresponds to that PCIID. Thanks. ___

Re: [OpenWrt-Devel] cannot build with proprietary wl driver using trunk

2011-11-27 Thread i iordanov
On Sun, Nov 27, 2011 at 11:23 PM, Jo-Philipp Wich wrote: > this happens if you do not start with a fresh .config . > The profiles actually just populate the CONFIG_DEFAULT_* variables. If > everything is populated already they have no effect anymore. Thanks Jow, I'll give a fresh .config a try.

Re: [OpenWrt-Devel] cannot build with proprietary wl driver using trunk

2011-11-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, this happens if you do not start with a fresh .config . The profiles actually just populate the CONFIG_DEFAULT_* variables. If everything is populated already they have no effect anymore. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10

[OpenWrt-Devel] cannot build with proprietary wl driver using trunk

2011-11-27 Thread i iordanov
Hi guys, Either I'm going something wrong, or this is intended behavior, or there is a bug somewhere. When I select the: Broadcom BCM43xx WiFi (wl, proprietary) target profile in trunk, and build the image, I still get an image that uses b43 (and b43-legacy). Is this because the wl driver does n

[OpenWrt-Devel] [PATCH v2 2/2] mac80211: add pci ids to ath5k

2011-11-27 Thread Andrej Vlašić
Some lantiq boards require pci id 168c:ff16 and 168c:ff1a to be added to ath5k in order to detect onboard wlan chip. Signed-off-by: Andrej Vlašić Index: trunk/package/mac80211/patches/460-ath5k-add-pciids.patch === --- trunk/package/

[OpenWrt-Devel] [PATCH v2 1/2] mac80211: read eeprom from platform data

2011-11-27 Thread Andrej Vlašić
Update from http://patchwork.midlink.org/patch/1517/ because it fails to apply to latest mac80211. This enables eeprom and mac address to be read in ath5k from boards with eeprom stored in platfrom data on flash (it was removed for some reason in rev. 26744) Signed-off-by: Andrej Vlašić Index: t

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

2011-11-27 Thread Oliver Ertl
On 11/27/2011 10:52 PM, Maarten Bezemer wrote: > On Sunday 27 November 2011 19:31:42 Jo-Philipp Wich wrote: >> Applied in r29343 and r29344 - thank you! >> > Phew finally... It was quite some work, but thanks to all comments it came out > nice! Thanks for applying. > > If/when I feel like it, I'll

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

2011-11-27 Thread Hauke Mehrtens
On 11/27/2011 10:52 PM, Maarten Bezemer wrote: > On Sunday 27 November 2011 19:31:42 Jo-Philipp Wich wrote: >> Applied in r29343 and r29344 - thank you! >> > Phew finally... It was quite some work, but thanks to all comments it came > out > nice! Thanks for applying. > > If/when I feel like it,

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

2011-11-27 Thread Maarten Bezemer
On Sunday 27 November 2011 19:31:42 Jo-Philipp Wich wrote: > Applied in r29343 and r29344 - thank you! > Phew finally... It was quite some work, but thanks to all comments it came out nice! Thanks for applying. If/when I feel like it, I'll see whether it is possible to update to an even newer v

Re: [OpenWrt-Devel] [PATCH] ar71xx: support for kernel 3.1

2011-11-27 Thread Dave Taht
On Sun, Nov 27, 2011 at 6:17 PM, Outback Dingo wrote: > On Sun, Nov 27, 2011 at 11:52 AM, Otto Solares Cabrera wrote: >> On Sat, Nov 26, 2011 at 10:37:33PM -0500, Outback Dingo wrote: >>> On Sat, Nov 26, 2011 at 10:13 PM, Hartmut Knaack wrote: >>> > This patch brings support for kernel version 3

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

2011-11-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r29343 and r29344 - thank you! ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7Sgg4ACgkQdputYINPTPNZSwCcC5a/F1dcVPq6tz0Zpws9YRcV TvUAn1u5

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

2011-11-27 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the patch looks very well. Testing it atm and will commit it if there are no issues. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7SesoACgkQd

Re: [OpenWrt-Devel] [PATCH] ar71xx: support for kernel 3.1

2011-11-27 Thread Outback Dingo
On Sun, Nov 27, 2011 at 11:52 AM, Otto Solares Cabrera wrote: > On Sat, Nov 26, 2011 at 10:37:33PM -0500, Outback Dingo wrote: >> On Sat, Nov 26, 2011 at 10:13 PM, Hartmut Knaack wrote: >> > This patch brings support for kernel version 3.1 to the ar71xx platform. >> > It is based on Otto Estuard

Re: [OpenWrt-Devel] [PATCH] ar71xx: support for kernel 3.1

2011-11-27 Thread Otto Solares Cabrera
On Sat, Nov 26, 2011 at 10:37:33PM -0500, Outback Dingo wrote: > On Sat, Nov 26, 2011 at 10:13 PM, Hartmut Knaack wrote: > > This patch brings support for kernel version 3.1 to the ar71xx platform. It > > is based on Otto Estuardo Solares Cabreras linux-3.0 patches, with some > > changes to keep