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

2015-07-08 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik 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 dela

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

2015-07-07 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik --- 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 username

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 --- 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 username password

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

2015-05-22 Thread Aleksandr Kolesnik
iewicz wrote: > >> Dnia 2015-04-22, o godz. 15:59:37 >> Aleksandr Kolesnik napisaƂ(a): >> >> Signed-off-by: Aleksandr Kolesnik >>> >> Hi, >> there is chance to to include this into 15.05? >> >> _

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

2015-04-22 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik --- 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 delay mode

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

2015-04-22 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik --- 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 pincode delay mode

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

2015-04-22 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik --- 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 for HSO,+PACKAGE_luci

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

2015-04-22 Thread Aleksandr Kolesnik
Signed-off-by: Aleksandr Kolesnik --- 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 pincode delay mode

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 : > Thanks for All > > but in WR703N's network config, i

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 : > It sounds like you have to re-configure the switch, t

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 > 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 too, I

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

2013-12-01 Thread Aleksandr Kolesnik
Hi Dat, Why you cannot add yours script to run in /etc/rc.local? or if you need change iptables everytime after some interface (ex WAN) going up, you can easily create script in /etc/hotplug.d/iface/ directory where add : [ ifup = "$ACTION" ] && [ "$INTERFACE" = "WAN" ] && { #here add yours iptab

[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: Alek

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

2013-11-05 Thread Aleksandr Kolesnik
ot; partition. https://dev.openwrt.org/ticket/14096 Signed-off-by: Aleksandr Kolesnik Index: trunk/target/linux/ar71xx/image/Makefile === --- trunk/target/linux/ar71xx/image/Makefile (revision 38267) +++ trunk/target/linux/ar71xx/image/Ma

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

2013-11-05 Thread Aleksandr Kolesnik
ion. https://dev.openwrt.org/ticket/14096 Signed-off-by: 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 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 update (resizing)

2013-11-04 Thread Aleksandr Kolesnik
ion. https://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