[OpenWrt-Devel] [openwrt/telephony 2/2] asterisk16-chan-lantiq: Move menu item into the asterisk16 menu

2019-08-03 Thread Arnold Schulz
This is now the same behaviour as used by the external asterisk packages asterisk-chan-dongle and asterisk-chan-sccp. Signed-off-by: Arnold Schulz --- net/asterisk-16.x-chan-lantiq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/asterisk-16.x-chan-lantiq

[OpenWrt-Devel] [openwrt/telephony 1/2] asterisk16-chan-lantiq: Use upstream sources from 2019-09-03

2019-08-03 Thread Arnold Schulz
This solves: - Fix build failure due to missing telephony.h in kernel 4.19 sources - OpenWrt specific patch+file removed; this stuff is now in upstream Signed-off-by: Arnold Schulz --- net/asterisk-16.x-chan-lantiq/Makefile| 16 +++ .../files/default.exports | 8

[OpenWrt-Devel] [openwrt/telephony 0/2] asterisk16-chan-lantiq: Two independent patches

2019-08-03 Thread Arnold Schulz
Most important is patch 1/2, which fixes a current compiler error with the OpenWrt master branch. This got corrected in the upstream Github repo, so we simple refer to today's version in the master branch. We can also get rid of the OpenWrt specific patch (incorporated in upstream since long ago),

[OpenWrt-Devel] rt3883 iNIC subsystem - any chance to get this running (Easybox 904 xDSL, Zyxel NBG5715)

2015-06-21 Thread Arnold Schulz
Hi everyone, there is a wlan subsystem called "rt3883 iNIC" used in the EasyBox 904 and in the Zyxel NBG5715. The RT3883 SoC is supported by the OpenWrt ramips target. But here this chip is dedicated to WLAN and has own firmware (main SoC in the Easybox is of type Lantiq VR9). Problem: - No doc

[OpenWrt-Devel] Lantiq xrx200 - switch rtl8367rb controlled via builtin mdio (not gpio sck/sda!) in EasyBox 904xDSL

2015-06-14 Thread Arnold Schulz
Hi everyone, for fun I have put efforts to solve some mysteries of the EasyBox 904xDSL. (here thank you Sylwester and Martin B. for feedback). Currently code in driver/net/phy/rtl8366_smi.c is used to control rtl836x chips via bitbanging two gpio lines. This does not work for the 904 xDSL. Disa

Re: [OpenWrt-Devel] Suggestions anyone - EasyBox 904 xDSL (Lantiq xrx200)

2015-05-29 Thread Arnold Schulz
Hi Martin, On Fri, May 29, 2015 at 5:50 PM, Arnold Schulz wrote: My current questions center on the .dts settings: 1. How to access WLAN hardware Do you know if wifi is connected via PCI or PCIe? You then need to configure the corresponding pins in the pinmux section. Of course you also need

[OpenWrt-Devel] Suggestions anyone - EasyBox 904 xDSL (Lantiq xrx200)

2015-05-29 Thread Arnold Schulz
I am trying to port OpenWrt to the EasyBox 904xDSL. As I got the impression that OpenWrt developers rely mainly on this mailing list, I humbly dare to point to this location, where there are more infos and links to details like a patch for OpenWrt trunk: https://forum.openwrt.org/viewtopic.p

[OpenWrt-Devel] [PATCH] Add menuconfig support for another mISDN card driver 'kmod-hfcpci'

2011-01-31 Thread Arnold Schulz
Hi there, would be nice if this could be added to OpenWrt... Cheers, Arnold Changed: - Support added for mISDN card driver for Cologne AG's HFC pci cards (single port) - Title texts and help texts for some other isdn drivers adjusted for clarification Signed-off by: Arnold Schulz