On 2018-02-15 02:31, Tim Harvey wrote:
Signed-off-by: Tim Harvey
---
v2:
- move dwc pci patch to generic (Koen)
- added E1000E driver (used on GW552x)
- remove unnecessary EXT2/EXT3 (Michael)
- remove config default config for 14.4
Signed-off-by: Tim Harvey
---
target/linux/imx6/co
1721453 Remove special handling of A-for-A queries.
499d8dd Fix boundary for test introduced in
3e3f1029c9ec6c63e430ff51063a6301d4b2262
6f1cbfd Fix debian/readme typo.
55ecde7 Inotify: Ignore backup files created by editors
6b54d69 Make failure to chown() pidfile a warning.
246a31c Change ownershi
On 2018-02-14 16:20, Rosen Penev wrote:
> On Tue, Feb 13, 2018 at 11:10 PM, Felix Fietkau wrote:
>> On 2018-02-13 23:53, Rosen Penev wrote:
>>> Based on Qualcomm driver. Improves iperf3 throughput by ~20mbps on transmit
>>> on Archer C7v4.
>>>
>>> Signed-off-by: Rosen Penev
>>> ---
>>> .../driv
This series adds support for qmi_wwan Raw-IP mode which is the only mode
supported by a lot of LTE modems.
It does so by backporting all required patches and subsequent fixes known today
upstream.
No adjustments were needed to the patches (except refreshing them) to
accomplish this,
making it p
If a device only supports the 2nd verification method (uim),
the first method will fail as expected reporting an error:
"Command not supported"
Silence both separate methods and only report an error regarding
pin verification if both fail.
Signed-off-by: Koen Vandeputte
---
package/network/uti
From: Alexandru Ardelean
If you unplug a QMI device, the /dev/cdc-wdmX device
disappears but uqmi will continue to poll it endlessly.
Then, when you plug it back, you have 2 uqmi processes,
and that's bad, because 2 processes talking QMI to the
same device [and the same time] doesn't seem to wor
Signed-off-by: Koen Vandeputte
---
...-usbnet-allow-mini-drivers-to-consume-L2-headers.patch | 7 +--
.../099-0002-net-qmi_wwan-support-raw-IP-mode.patch | 11 +++
...qmi_wwan-should-hold-RTNL-while-changing-netdev-.patch | 11 +++
...et-fix-alignment-for-frames-with-no
Originally, the implementation only checked if uqmi command
execution succeeded properly without actually checking it's returned data.
This lead to a pass, even when the returned data was indicating an error.
Rework the verification to actually check the returned data,
which can only be correct i
Some newer LTE modems, like the MC7455 or EC25-E do not support
"802.3" mode, and will stay in "raw-ip" regardless of the mode being
set.
In this case, the driver must be informed that it should handle all
packets in raw mode. [1]
This commit fixes connectivity issues for these devices.
Before:
Debugging shows that using the general method properly cleans on each
run, while the method specifying the client-ID shows "No effect"
even while in connected state.
Fixes several connectivity issues seen on specific modems.
Signed-off-by: Koen Vandeputte
---
package/network/utils/uqmi/files/li
Backport support for raw-ip mode including all known fixes afterwards.
Newer LTE modems only tend to support this mode, which was only
introduced in kernel 4.5.
Also backport support for the Quectel EC2x LTE modem series which is
a very popular device.
No custom changes were needed in order to a
uqmi contains a command for directly querying the modem if there
is a valid data connection, so let's use it.
This avoids the cases were all previous tests are succesful, but the
actual data link is not up for some reasons, leading to states were we
thought the link was up when it actually wasn't
fixes: da8990e717e1 ("uqmi: use built-in command for data-link verification")
Signed-off-by: Koen Vandeputte
---
package/network/utils/uqmi/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/utils/uqmi/Makefile
b/package/network/utils/uqmi/Makefile
inde
> On Feb 14, 2018, at 3:00 PM, Magnus Kroken wrote:
>
> On 14.02.2018 22.13, Michelle Sullivan wrote:
>> FWIW, I had misunderstood the intent of the original comments... OpenSSH
>> server vs Dropbear - if someone is using OpenSSH server they already
>> went in with advanced config as Dropbear i
> On Feb 14, 2018, at 3:00 PM, Magnus Kroken wrote:
>
> On 14.02.2018 22.13, Michelle Sullivan wrote:
>> FWIW, I had misunderstood the intent of the original comments... OpenSSH
>> server vs Dropbear - if someone is using OpenSSH server they already
>> went in with advanced config as Dropbear is
On Thu, Feb 15, 2018 at 12:43 AM, Koen Vandeputte
wrote:
>
>
> On 2018-02-15 02:31, Tim Harvey wrote:
>>
>> Signed-off-by: Tim Harvey
>> ---
>> v2:
>> - move dwc pci patch to generic (Koen)
>> - added E1000E driver (used on GW552x)
>> - remove unnecessary EXT2/EXT3 (Michael)
>> - remove c
Testted on a Gateworks GW54xx. Does not support enabling imx-drm modules
yet as those will need some adjustments based on kernel configs.
v3:
- included missing patch for pcie enumeration fix
v2:
- move dwc pci patch to generic (Koen)
- added E1000E driver (used on GW552x)
- remove unnecessar
Backport of: http://patchwork.ozlabs.org/patch/860701/
Signed-off-by: Tim Harvey
---
.../generic/pending-4.14/812-pci-dwc-fix-enumeration.patch| 11 +++
1 file changed, 11 insertions(+)
create mode 100644
target/linux/generic/pending-4.14/812-pci-dwc-fix-enumeration.patch
diff --
Signed-off-by: Tim Harvey
---
v2:
- move dwc pci patch to generic (Koen)
- remove unnecessary EXT2/EXT3 (Michael)
- remove config default config for 14.4
Signed-off-by: Tim Harvey
---
target/linux/imx6/config-4.14 | 520 +
target/linux/imx6/patches-4.
Signed-off-by: Tim Harvey
---
target/linux/imx6/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile
index ae6a9b0..152a58e 100644
--- a/target/linux/imx6/Makefile
+++ b/target/linux/imx6/Makefile
@@ -14,7 +14,7 @@ CP
Signed-off-by: Tim Harvey
---
target/linux/imx6/config-4.9 | 497
.../files-4.9/arch/arm/boot/dts/imx6dl-gw5904.dts | 19 -
.../files-4.9/arch/arm/boot/dts/imx6q-gw5904.dts | 23 -
.../arch/arm/boot/dts/imx6qdl-gw5904.dtsi | 629 ---
Hi!
On Thu, Feb 15, 2018 at 08:51:23AM -0700, Philip Prindeville wrote:
> >
> > This is just about the default configuration, it's not a choice between
> > conflicting compile time options with varying security implications. While
> > key authentication may be best practice, allowing SSH passwo
In the initial patch which adds HSDK board there were no update
of network configuration scripts. Without it by default static IP
is set for br-lan and there is no access to internet.
This patch fixes the issue.
Signed-off-by: Evgeniy Didin
CC: Alexey Brodkin
CC: Hauke Mehrtens
CC: John Crispin
On Tue, Feb 13, 2018 at 12:51 PM, Hauke Mehrtens wrote:
> On 02/13/2018 09:46 PM, Hauke Mehrtens wrote:
>> Hi Tim,
>>
>> sorry that I haven't reviewed this earlyer, but now I saw some problems,
>> see my comments inline.
>>
>> Can you please create a follow up patch based on current master branch.
On 15.02.2018 16.52, Philip Prindeville wrote:
Well, right! That was my first approach with a “config" option to do exactly
that, but it was shot down:
https://github.com/openwrt/packages/pull/5520
I even defaulted the option to continue to allow passwords so that only people
who (a) selecte
Remove this old patch which prevents showing the xfrm ports for SCTP
This was added in commit 60c1f0f64d23 ("finally move buildroot-ng to trunk")
---
.../network/utils/iproute2/patches/006-no_sctp.patch | 18 --
1 file changed, 18 deletions(-)
delete mode 100644 package/network
26 matches
Mail list logo