Re: [OpenWrt-Devel] inclusion of adm8668 / WRTU54G-TM

2010-10-16 Thread scott . nicholas
My findings are the phone ports will need VINETIC driver included in GPL sources only as binary.. And still yet a SIP program that uses it. The SIM chips could probably read a smartcard with correct driver, tho I cut the traces on mine for a USB port. This port so far includes support for: seri

Re: [OpenWrt-Devel] inclusion of adm8668 / WRTU54G-TM

2010-10-16 Thread Stefan Monnier
> I apoligize ahead of time. I am hardly a developer, but I've been > mucking around with the WRTU54G-TM since March. I was told to port to > 2.6 to get included in trunk, and I did! I have tarball at > http://wrt.scottn.us/openwrt-trunk-adm8668.tar.gz That's very interesting. But I can't find an

[OpenWrt-Devel] GStreamer, missing gst-plugin-scanner

2010-10-16 Thread W. Michael Petullo
I have a GStreamer-based application that I maintain on OpenWrt. The recent OpenWrt GStreamer packages have been giving me trouble. I have been getting the following error message: GStreamer-WARNING **: External plugin loader failed. This most likely means that the plugin loader helper binary was

[OpenWrt-Devel] Version bumping ppp to 2.4.5 -- what to do with all the patches?

2010-10-16 Thread Philip Prindeville
I tried to update ppp to 2.4.5, but there are a *lot* of patches... Between 2.4.4 and 2.4.5 there was a fair amount of work. I'd be surprised if there are still any major bugs that were known after the release of 2.4.4 that were unresolved in 2.4.5. I'd like to wipe out all of the patches ex

Re: [OpenWrt-Devel] inclusion of adm8668 / WRTU54G-TM

2010-10-16 Thread Simon G
Hi, In case nothing happens, the trick is to do a svn add for all the extra files and directories you have added, then do svn diff. The svn add only adds locally. Its the svn ci (Check in or commit) that would try to add them to the server. Then you should get a better svn diff (Patch) to add her

[OpenWrt-Devel] inclusion of adm8668 / WRTU54G-TM

2010-10-16 Thread Scott Nicholas
I apoligize ahead of time. I am hardly a developer, but I've been mucking around with the WRTU54G-TM since March. I was told to port to 2.6 to get included in trunk, and I did! I have tarball at http://wrt.scottn.us/openwrt-trunk-adm8668.tar.gz I tried to make it a patch with "svn diff", but it ne

Re: [OpenWrt-Devel] [PATCH] [dsl-qos-queue] Add libipq to DEPENDS, and reference shared library, since the static library is no longer being built.

2010-10-16 Thread Philip Prindeville
Didn't notice if this had been committed yet, but... On 8/2/10 10:45 PM, Ithamar R. Adema wrote: This fixes the build of this package and makes it work again. Signed-off-by: Ithamar R. Adema --- net/dsl-qos-queue/Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -

Re: [OpenWrt-Devel] [PATCH] fix perl signal numbering for mips

2010-10-16 Thread Gabor Juhos
2010.10.12. 21:32 keltezéssel, Russell Senior írta: > > This is a followup to my 16 month old patch for perl signal numbering for > mipsel: > > https://dev.openwrt.org/changeset/16539 > > This time for mips. Tested on atheros (accton mr3201a). Also > compared favorably to linux-2.6.git's ar