Re: [OpenWrt-Devel] [PATCH] lantiq/xrx200/TDW8970: add ltq-ptm-vr9 to default packages

2015-03-17 Thread John Crispin


On 17/03/2015 08:17, John Crispin wrote:
 Hi,
 
 does this work with default images ? i recall that when both drivers
 are loaded, neither works, or only the first caller. the drivers
 register a call back with the mei driver and there is only a slot for
 one caller if i remember correctly.
 
   John
 


i forgot about his code in dsl_control. just added the patch to my local
queue

case ${xfer_mode} in
atm)
insmod ltq_atm_vr9
mode=1
;;
*)
insmod ltq_ptm_vr9
mode=2
;;
esac
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] lantiq/xrx200/TDW8970: add ltq-ptm-vr9 to default packages

2015-03-17 Thread John Crispin
Hi,

does this work with default images ? i recall that when both drivers
are loaded, neither works, or only the first caller. the drivers
register a call back with the mei driver and there is only a slot for
one caller if i remember correctly.

John

On 16/03/2015 23:14, Alexander Couzens wrote:
 ptm(vdsl2) is supported by this device.
 
 Signed-off-by: Alexander Couzens lyn...@fe80.eu --- 
 target/linux/lantiq/xrx200/profiles/tplink.mk | 2 +- 1 file
 changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/target/linux/lantiq/xrx200/profiles/tplink.mk
 b/target/linux/lantiq/xrx200/profiles/tplink.mk index
 21880c0..8e016d4 100644 ---
 a/target/linux/lantiq/xrx200/profiles/tplink.mk +++
 b/target/linux/lantiq/xrx200/profiles/tplink.mk @@ -3,7 +3,7 @@
 define Profile/TDW8970 PACKAGES:=kmod-ath9k wpad-mini \ 
 kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \ kmod-ltq-vdsl-vr9-mei
 kmod-ltq-vdsl-vr9 \ - kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \ 
 + kmod-ltq-atm-vr9 kmod-ltq-ptm-vr9 ltq-vdsl-vr9-fw-installer \ 
 ltq-vdsl-app ppp-mod-pppoa \ kmod-ledtrig-usbdev endef
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] lantiq/xrx200/TDW8970: add ltq-ptm-vr9 to default packages

2015-03-16 Thread Alexander Couzens
ptm(vdsl2) is supported by this device.

Signed-off-by: Alexander Couzens lyn...@fe80.eu
---
 target/linux/lantiq/xrx200/profiles/tplink.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/lantiq/xrx200/profiles/tplink.mk 
b/target/linux/lantiq/xrx200/profiles/tplink.mk
index 21880c0..8e016d4 100644
--- a/target/linux/lantiq/xrx200/profiles/tplink.mk
+++ b/target/linux/lantiq/xrx200/profiles/tplink.mk
@@ -3,7 +3,7 @@ define Profile/TDW8970
   PACKAGES:=kmod-ath9k wpad-mini \
kmod-ltq-deu-vr9 kmod-ltq-hcd-vr9 \
kmod-ltq-vdsl-vr9-mei kmod-ltq-vdsl-vr9 \
-   kmod-ltq-atm-vr9 ltq-vdsl-vr9-fw-installer \
+   kmod-ltq-atm-vr9 kmod-ltq-ptm-vr9 ltq-vdsl-vr9-fw-installer \
ltq-vdsl-app ppp-mod-pppoa \
kmod-ledtrig-usbdev
 endef
-- 
2.3.3
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel