Re: [OpenWrt-Devel] [PATCH] Fix EABI support for armv4 CPUs.

2011-02-28 Thread Sven Bachmann
On 02/28/2011 12:33 PM, Jochen Friedrich wrote: Hi Sven, https://lists.openwrt.org/pipermail/openwrt-devel/2009-September/005018.html https://lists.openwrt.org/pipermail/openwrt-devel/2009-September/005034.html It contains a GCC fix to correctly handover this flag from GCC to the linker. I al

[OpenWrt-Devel] Changeset r25795 and r25793 not complete?

2011-02-28 Thread Maarten Bezemer
When looking at the log messages of https://dev.openwrt.org/changeset/25793 https://dev.openwrt.org/changeset/25795 I assumed my problem with building samba3 would be gone. But unfortunately it is not (see attachment, resulting from a distcleaned working directory). So, could it be possible that t

Re: [OpenWrt-Devel] Lantiq voip packages, any documentation?

2011-02-28 Thread Luca Olivetti
Al 28/02/11 20:09, En/na John Crispin ha escrit: >> Thank you for the clarification, but, does it have the features missing >> from tapi_sip? (i.e., ringing, dialtone, dialling, etc.). >> >> Bye > > i am working on the remaining feature at the moment. currently basic > calls work, but there are n

[OpenWrt-Devel] [PATCH] add rlm_sql_sqlite and rlm_passwd to freeradius2

2011-02-28 Thread Etienne Champetier
Hello This patch adds rlm_sql_sqlite, rlm_passwd modules for freeradius2. It patches the rlm_sql_sqlite in order to work (authorization is working, accounting not yet tested). It adds radwho to the utils. WARNING It compiles fine but it isn't shown well in menuconfig (mod-sql-pgsql disappears).

Re: [OpenWrt-Devel] Lantiq voip packages, any documentation?

2011-02-28 Thread John Crispin
On 28/02/11 17:58, Luca Olivetti wrote: > Al 28/02/11 11:11, En/na John Crispin ha escrit: >> On 27/02/11 21:59, Luca Olivetti wrote: >>> Al 27/02/11 20:30, En/na ralph.hem...@lantiq.com ha escrit: >>> maybe this is more of interest for you ? http://nbd.name/gitweb.cgi?p=owsip.git co

Re: [OpenWrt-Devel] [PATCH] lantiq: various fixes to the extract.sh script

2011-02-28 Thread edgar . soldin
On 28.02.2011 18:26, Luca Olivetti wrote: > [ ! -f ${DIR}decode_ifx_fw -a -f ${DIR}ifxmips_fw_decodev2.tar.bz2 ] These will break if the path contains spaces. Always enclose pathes in double quotes if you can't be sure that they never will include spaces. This is also true for the other places w

[OpenWrt-Devel] [PATCH] lantiq: various fixes to the extract.sh script

2011-02-28 Thread Luca Olivetti
Attached is a patch to fix extract.sh: - first condition, this is shell, not C ("&&" -> "-a") - second condition: logic reversed (use decode_ifx_fw if it exists, doesn't make sense to use it if it doesn't exist) - dsl_a and dsl_b were reversed (I think that dsl1->dsl_a, dsl2->dsl_b, if that is

Re: [OpenWrt-Devel] Lantiq voip packages, any documentation?

2011-02-28 Thread Luca Olivetti
Al 28/02/11 11:11, En/na John Crispin ha escrit: > On 27/02/11 21:59, Luca Olivetti wrote: >> Al 27/02/11 20:30, En/na ralph.hem...@lantiq.com ha escrit: >> >>> maybe this is more of interest for you ? >>> http://nbd.name/gitweb.cgi?p=owsip.git >>> connect pjsip & tapi >> >> Has it the features mis

Re: [OpenWrt-Devel] HAL code for pheriperal initialization like SDRAM, Flash, UART etc.

2011-02-28 Thread Madhavi Manchala
2011/2/28 Sławomir Cygan : > 2011/2/28 Madhavi Manchala : >> 2011/2/27 Sławomir Cygan : >>> On Sun, Feb 27, 2011 at 2:04 PM, Florian Fainelli >>> wrote: Hello, On Sunday 27 February 2011 13:12:03 Madhavi Manchala wrote: > Dear All, > > Where can I find the HAL (Hardware

Re: [OpenWrt-Devel] [PATCH] Fix EABI support for armv4 CPUs.

2011-02-28 Thread Jochen Friedrich
Hi Sven, https://lists.openwrt.org/pipermail/openwrt-devel/2009-September/005018.html https://lists.openwrt.org/pipermail/openwrt-devel/2009-September/005034.html It contains a GCC fix to correctly handover this flag from GCC to the linker. I also had to disable the USE_BX config variable in u

Re: [OpenWrt-Devel] Lantiq voip packages, any documentation?

2011-02-28 Thread John Crispin
On 27/02/11 21:59, Luca Olivetti wrote: > Al 27/02/11 20:30, En/na ralph.hem...@lantiq.com ha escrit: > >> maybe this is more of interest for you ? >> http://nbd.name/gitweb.cgi?p=owsip.git >> connect pjsip & tapi > > Has it the features missing from tapi_sip? > > from https://forum.openwrt.org/

Re: [OpenWrt-Devel] HAL code for pheriperal initialization like SDRAM, Flash, UART etc.

2011-02-28 Thread Sławomir Cygan
2011/2/28 Madhavi Manchala : > 2011/2/27 Sławomir Cygan : >> On Sun, Feb 27, 2011 at 2:04 PM, Florian Fainelli >> wrote: >>> Hello, >>> >>> On Sunday 27 February 2011 13:12:03 Madhavi Manchala wrote: Dear All, Where can I find the HAL (Hardware Abstraction Layer) code in the O