[LEDE-DEV] [PATCH usbmode] fix indices of messages

2017-05-18 Thread Julian Labus
the way how the script checked if a key already exists in a hash leads to wrong indices for %messages. Signed-off-by: Julian Labus --- convert-modeswitch.pl | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/convert-modeswitch.pl b/convert-modeswitch.pl index 7b2323b

Re: [LEDE-DEV] [PATCH usbmode] fix indices of messages

2017-05-18 Thread Julian Labus
ian Labus [18.05.2017 20:16]: >> the way how the script checked if a key already exists in a hash >> leads to wrong indices for %messages. >> >> Signed-off-by: Julian Labus >> --- >> convert-modeswitch.pl | 9 + > > thanks for your patch. > it

Re: [LEDE-DEV] [PATCH usbmode] fix indices of messages

2017-05-24 Thread Julian Labus
Seems to work as well. I ran the script against usb-modeswitch-data-20170205 and don't see wrong indices. On 05/24/2017 11:38 AM, Felix Fietkau wrote: > On 2017-05-18 15:18, Julian Labus wrote: >> the way how the script checked if a key already exists in a hash >> leads

[LEDE-DEV] [PATCH 0/3] usbmode: update to latest version

2017-05-24 Thread Julian Labus
which removes all files for devices with Mode options not yet supported by usbmode. Julian Labus (3): usbmode: update to latest version usbmode: update usb-modeswitch-data to 20170205 usbmode: remove devices with unsupported modes package/utils/usbmode/Makefile | 19 --- 1

[LEDE-DEV] [PATCH 1/3] usbmode: update to latest version

2017-05-24 Thread Julian Labus
453da8e convert-modeswitch.pl: fix message indices Signed-off-by: Julian Labus --- package/utils/usbmode/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/utils/usbmode/Makefile b/package/utils/usbmode/Makefile index 6cf495ca4b..a5c9b19ddf 100644 --- a

[LEDE-DEV] [PATCH 2/3] usbmode: update usb-modeswitch-data to 20170205

2017-05-24 Thread Julian Labus
add support for new hardware Signed-off-by: Julian Labus --- package/utils/usbmode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/utils/usbmode/Makefile b/package/utils/usbmode/Makefile index a5c9b19ddf..7f0195fdce 100644 --- a/package/utils/usbmode

[LEDE-DEV] [PATCH 3/3] usbmode: remove devices with unsupported modes

2017-05-24 Thread Julian Labus
remove files which include the following mode options BlackberryMode OptionMode PantechMode QuantaMode Signed-off-by: Julian Labus --- package/utils/usbmode/Makefile | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package/utils/usbmode/Makefile b/package/utils

Re: [LEDE-DEV] [PATCH 2/3] usbmode: update usb-modeswitch-data to 20170205

2017-05-24 Thread Julian Labus
Hi Piotr, I will resubmit the patch tomorrow in a squashed version. I don't see a reason to have a package version that will never be used. My thought on this was that it maybe easier to merge because you already had a similar patch in your staging tree. But as you already unstaged it this isn't a

Re: [LEDE-DEV] [PATCH] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-05-28 Thread Julian Labus
Hi Sven, the patch doesn't apply on the current master branch. Commit 4c3953b it the problem because UBNT-ERX.dts was altered. Applying it on the previous commit 64f2efc works fine. PS: What about renaming UBNT-ERX.dtsi to ER-e50.dtsi which is the name of the series ERX and ERX-SFTP are based on

Re: [LEDE-DEV] Planning v17.01.2

2017-05-29 Thread Julian Labus
On 05/24/2017 10:34 PM, Jo-Philipp Wich wrote: > If you want specific fixes cherry-picked/backported to lede-17.01, > please mention them in a reply to this mail. Hi, would be nice to see the following two patches in v17.01.2. b09ee2dc01ad1bc3f1236e08b998aff072f9bc1f usbmode: update to latest ve

Re: [LEDE-DEV] [OpenWrt-Devel] Remerge logo ideas

2017-06-02 Thread Julian Labus
Hi Carlos, the Wrt in OpenWrt comes from the Linksys WRT54G(L) which was the first supported device. WRT devices from Linkys still exist however they aren't that relevant anymore. Maybe we can find a good backronym for Wrt/WRT which describes the current state of the project better. My first thou

Re: [LEDE-DEV] [PATCH 3/3] usbmode: remove devices with unsupported modes

2017-12-22 Thread Julian Labus
On 12/22/2017 10:48 AM, Bjørn Mork wrote: > Julian Labus writes: > >> diff --git a/package/utils/usbmode/Makefile b/package/utils/usbmode/Makefile >> index 7f0195fdce..1b1ef147b6 100644 >> --- a/package/utils/usbmode/Makefile >> +++ b/package/utils/usbmode/Makefi