[OpenWrt-Devel] [PATCH v3] ncm: add support to run via proto wwan

2015-07-08 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik ner...@gmail.com mailto:ner...@gmail.com --- a/package/network/utils/comgt/files/ncm.sh +++ b/package/network/utils/comgt/files/ncm.sh @@ -27,6 +27,8 @@ proto_ncm_setup() { local device apn auth username password pincode delay mode

Re: [OpenWrt-Devel] [PATCH v2] ncm: add support to run via proto wwan

2015-07-07 Thread Aleksandr Kolesnik
Hi, Is it OK now? Signed-off-by: Aleksandr Kolesnik ner...@gmail.com --- a/package/network/utils/comgt/files/ncm.sh +++ b/package/network/utils/comgt/files/ncm.sh @@ -27,6 +27,8 @@ proto_ncm_setup() { local device apn auth username password pincode delay mode json_get_vars device apn auth

[OpenWrt-Devel] [PATCH v3] ncm: add support to run via proto wwan

2015-07-07 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik ner...@gmail.com --- a/package/network/utils/comgt/files/ncm.sh +++ b/package/network/utils/comgt/files/ncm.sh @@ -27,6 +27,8 @@ proto_ncm_setup() { local device apn auth username password pincode delay mode json_get_vars device apn

Re: [OpenWrt-Devel] [PATCH] luci-proto-wwan minimal support

2015-05-22 Thread Aleksandr Kolesnik
2015-04-22, o godz. 15:59:37 Aleksandr Kolesnik ner...@gmail.com napisaƂ(a): Signed-off-by: Aleksandr Kolesnik ner...@gmail.com Hi, there is chance to to include this into 15.05? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] luci-proto-wwan minimal support

2015-04-22 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik ner...@gmail.com --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -194,6 +194,7 @@ $(eval $(call protocol,ipv6,Support for $(eval $(call protocol,3g,Support for 3G,+PACKAGE_luci-proto-3g:comgt)) $(eval $(call protocol,hso,Support

[OpenWrt-Devel] [PATCH] comgt-ncm: add support run via proto wwan

2015-04-22 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik ner...@gmail.com --- package/network/utils/comgt/files/ncm.sh 2015-04-16 23:59:02.606193538 +0300 +++ package/network/utils/comgt/files/ncm.sh 2015-04-22 14:15:34.0 +0300 @@ -27,6 +27,8 @@ proto_ncm_setup() { local device apn auth username password

[OpenWrt-Devel] [PATCH v2] ncm: add support to run via proto wwan

2015-04-22 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik ner...@gmail.com --- package/network/utils/comgt/files/ncm.sh +++ package/network/utils/comgt/files/ncm.sh @@ -27,6 +27,8 @@ proto_ncm_setup() { local device apn auth username password pincode delay mode json_get_vars device apn auth username password pincode

[OpenWrt-Devel] [patch ] comgt-ncm: add support run via proto wwan

2015-04-22 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik ner...@gmail.com --- package/network/utils/comgt/files/ncm.sh 2015-04-16 23:59:02.606193538 +0300 +++ package/network/utils/comgt/files/ncm.sh 2015-04-22 14:15:34.0 +0300 @@ -27,6 +27,8 @@ proto_ncm_setup() { local device apn auth username password

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread Aleksandr Kolesnik
look this topic https://forum.openwrt.org/viewtopic.php?id=48907 and https://forum.openwrt.org/viewtopic.php?id=48892 looks like ath_register_eth(1) not selected, so device detect only one wan port 2014-02-18 0:23 GMT+02:00 camden lindsay camden.lindsay+open...@gmail.com: It sounds like you

Re: [OpenWrt-Devel] How to use ethernet port as lan or wan port in WR703N

2014-02-18 Thread Aleksandr Kolesnik
you need to build own image where enable eth1 port. eth1 connected to internal switch. Read topics https://forum.openwrt.org/viewtopic.php?id=48907 and https://forum.openwrt.org/viewtopic.php?id=48892 2014-02-18 15:04 GMT+02:00 bjzhougong bjzhoug...@126.com: Thanks for All but in WR703N's

Re: [OpenWrt-Devel] init script runs after S99sysctl?

2013-12-01 Thread Aleksandr Kolesnik
http://wiki.openwrt.org/doc/techref/hotplug 2013/12/2 John Crispin j...@phrozen.org On 02/12/13 08:02, Le Tran Dat wrote: Hi Aleksandr, Many thanks for your help, I added my script to /etc/rc.local and it works like a cham. I haven't known about this script before. I don't know this

[OpenWrt-Devel] [PATCH] ar71xx: Compex WPE72 network leds, button and partition change for AA.

2013-11-07 Thread Aleksandr Kolesnik
Sorry, last patch has mistake. This patch add two network leds, which wasn't included before. Change button problem by adding active_low value. Adding compex partition table changes for AA. https://dev.openwrt.org/ticket/14096 https://dev.openwrt.org/ticket/12475 Signed-off-by: Aleksandr

[OpenWrt-Devel] [PATCH] ar71xx: myloader partition table resizing

2013-11-05 Thread Aleksandr Kolesnik
://dev.openwrt.org/ticket/14096 Signed-off-by: Aleksandr Kolesnik ner...@gmail.com myloader.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] ar71xx: Compex myloader partition table resizing

2013-11-05 Thread Aleksandr Kolesnik
://dev.openwrt.org/ticket/14096 Signed-off-by: Aleksandr Kolesnik ner...@gmail.com Index: trunk/target/linux/ar71xx/image/Makefile === --- trunk/target/linux/ar71xx/image/Makefile (revision 38267) +++ trunk/target/linux/ar71xx/image/Makefile

[OpenWrt-Devel] [PATCH] [ar71xx] myloader partition table update (resizing)

2013-11-04 Thread Aleksandr Kolesnik
://dev.openwrt.org/ticket/14096 Best regards, Aleksandr Kolesnik myloader.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] ar71xx: myloader partition table resizing

2013-11-04 Thread Aleksandr Kolesnik
Give more size for Kernel part Signed-off-by: Aleksandr Kolesnik ner...@gmail.com myloader.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel