Re: [OpenWrt-Devel] [PATCH 1/2] wwan: Add support for CDC (Huawei 'HiLink') Modems

2016-02-22 Thread John Crispin
On 23/02/2016 08:47, Torbjorn Jansson wrote: > On 2016-02-23 08:11, Matti Laakso wrote: >>> Huawei HiLink ("h" model names) modems just provide a CDC Ethernet >>> interface >>> where we have to run DHCP to get an IP address (usually in the >>> 192.168.8.0 >>> range). While this may be bad design

Re: [OpenWrt-Devel] [PATCH 1/2] wwan: Add support for CDC (Huawei 'HiLink') Modems

2016-02-22 Thread Torbjorn Jansson
On 2016-02-23 08:11, Matti Laakso wrote: Huawei HiLink ("h" model names) modems just provide a CDC Ethernet interface where we have to run DHCP to get an IP address (usually in the 192.168.8.0 range). While this may be bad design in general it's sometimes necessary to support these modems. This

Re: [OpenWrt-Devel] [PATCH 2/5] lantiq/xrx200-net: fix PCE_MAPx handling

2016-02-22 Thread John Crispin
On 22/02/2016 19:05, Felix Fietkau wrote: > On 2016-02-22 13:17, Martin Schiller wrote: >> On 02/20/2016 at 10:59 AM, Felix Fietkau wrote: >>> On 2016-02-18 14:13, Martin Schiller wrote: Remove unnecessary MPMAP (PCE_MAP1) initialization and make >>> DMCPMAP (PCE_MAP2) and UUCMAP

Re: [OpenWrt-Devel] [PATCH] NEW FEATURE IP Virtual Server Load Balancer

2016-02-22 Thread John Crispin
Hi, On 22/02/2016 20:52, Mauro Mozzarelli wrote: > I am not having success with git, so I will submit this new feature as patch. > I hope this is acceptable to all. > > commit c7d7abd075117739e6a784df5477a3e66a0533bd > Author: Mauro Mozzarelli > Date: Mon Feb 22 18:49:28

Re: [OpenWrt-Devel] [PATCH] [ltq-vdsl-app] Enable T1.413 in xTSE set for Annex A

2016-02-22 Thread John Crispin
Hi, do not send attached patches, they are impossible to review by hitting "reply" here is what you need to change for V2 * send the patch inline * use "ltq-vdsl-app:" as a prefix * please add a description. the patch is correct but add a small text so the next person knows why/what/how ... *

Re: [OpenWrt-Devel] A quick note

2016-02-22 Thread John Crispin
On 23/02/2016 08:23, Daniel Dickinson wrote: > I am reprioritizing my project queue and as my attempts at openwrt > contributions get either curt/rude (sorry John, I know you complain > about my wordiness, but for the majority of world who aren't robots > *excessive* brevity comes across as rude

[OpenWrt-Devel] A quick note

2016-02-22 Thread Daniel Dickinson
I am reprioritizing my project queue and as my attempts at openwrt contributions get either curt/rude (sorry John, I know you complain about my wordiness, but for the majority of world who aren't robots *excessive* brevity comes across as rude and maybe even hostile, which is why openwrt has

Re: [OpenWrt-Devel] [PATCH 1/2] wwan: Add support for CDC (Huawei 'HiLink') Modems

2016-02-22 Thread Matti Laakso
Huawei HiLink ("h" model names) modems just provide a CDC Ethernet interface where we have to run DHCP to get an IP address (usually in the 192.168.8.0 range). While this may be bad design in general it's sometimes necessary to support these modems. This adds autodetection and handling of these

[OpenWrt-Devel] [PATCH] utils.c: Add ip address validation

2016-02-22 Thread Naresh Kumar Mehta
From: Naresh Kumar Mehta Do not allow configuring invalid IPv4/IPv6 addresses. Curently if I configure LAN IP Address as 224.1.1.1, netifd will configure it. e.g. uci set network.lan.ipaddr='224.1.1.1' uci commit /etc/init.d/network restart Now ifconfig br-lan returns

[OpenWrt-Devel] [PATCH] NEW FEATURE IP Virtual Server Load Balancer

2016-02-22 Thread Mauro Mozzarelli
I am not having success with git, so I will submit this new feature as patch. I hope this is acceptable to all. commit c7d7abd075117739e6a784df5477a3e66a0533bd Author: Mauro Mozzarelli Date: Mon Feb 22 18:49:28 2016 + This ipvs package adds Linux IP Virtual Server

Re: [OpenWrt-Devel] Introducing new IP Virtual Server package and kernel modules

2016-02-22 Thread Mauro Mozzarelli
I was wondering if somebody could guide me step by step through the process necessary to submit a new package for OpenWRT with SUCCESS. I have created the ipvs package to provide Load Balancer capabilities to OpenWRT. The package consists of: - a change to

Re: [OpenWrt-Devel] Command to Disable Reset Button

2016-02-22 Thread Lars Kruse
Hello John, Am Sun, 21 Feb 2016 18:47:59 +0800 schrieb John kerry : > I have configured the Reset button and it's working fine for normal reset > and press for 3 seconds for factory reset. > > I need to disable the reset button using command and enable it. as far as I

Re: [OpenWrt-Devel] [PATCH 2/5] lantiq/xrx200-net: fix PCE_MAPx handling

2016-02-22 Thread Martin Schiller
On 02/20/2016 at 10:59 AM, Felix Fietkau wrote: > On 2016-02-18 14:13, Martin Schiller wrote: > > Remove unnecessary MPMAP (PCE_MAP1) initialization and make > DMCPMAP (PCE_MAP2) > > and UUCMAP (PCE_MAP3) configurable from user space. > > > > Signed-off-by: Martin Schiller >

Re: [OpenWrt-Devel] New Ubiquiti AC products locked against 3rd party firmware?

2016-02-22 Thread valent.turko...@gmail.com
Nice that you checked... I would understand this stance from a company that doesn't rely on so much open source software without which they wouldn't even exists. Shame, just shame. On 30 November 2015 at 09:48, John Crispin wrote: > > > On 30/11/2015 09:38, Petr Štetiar

Re: [OpenWrt-Devel] [EXPERIMENTAL] [PATCH] package/utils/busybox: Make busybox /bin /sbin so full first in /usr/bin /usr/sbin

2016-02-22 Thread Felix Fietkau
On 2016-02-22 04:38, open...@daniel.thecshore.com wrote: > From: Daniel Dickinson > > Put all busybox applets in /bin and /sbin so that full versions > can be placed in /usr/bin and /usr/sbin without conflicts, which > will make the full versions found first since

Re: [OpenWrt-Devel] [EXPERIMENTAL] [PATCH] package/utils/busybox: Make busybox /bin /sbin so full first in /usr/bin /usr/sbin

2016-02-22 Thread Bastian Bittorf
* open...@daniel.thecshore.com [22.02.2016 09:50]: > install_bin /bin/busybox /bin/ash /bin/sh /bin/mount /bin/umount > \ > /sbin/pivot_root /sbin/reboot /bin/sync /bin/dd /bin/grep > \ > - /bin/cp /bin/mv /bin/tar