Re: [LEDE-DEV] [PATCH] arc770: bump kernel to 4.14

2018-04-17 Thread Evgeniy Didin
Hello, This patch, as I see in patchwork, is accepted but I can't  find it in https://github.com/openwrt/openwrt. Is there any issues or questions with this patch? Best regards, Evgeniy Didin On Mon, 2018-04-02 at 19:25 +0300, Evgeniy Didin wrote: > Update Linux kernel version fro

[LEDE-DEV] [PATCH] add RedPine RS9113 module support

2018-04-04 Thread Evgeniy Didin
RedPine RS9113 wireless module requires rsi91x driver to be built and linux-firmware/rsi/rs9113_wlan_qspi.rps to be installed. Also we add patch for successful compilation of rsi91x driver. Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: Hauke Mehrtens Cc: John Crispin --- package

[LEDE-DEV] [PATCH] arc770: bump kernel to 4.14

2018-04-02 Thread Evgeniy Didin
Update Linux kernel version from 4.9 to 4.14 for arc770. config-4.14 was simply regenerated with "make kernel_menuconfig". Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin --- target/linux/arc770/Makefile | 2 +- target/linux/arc770/{config-4.9

[LEDE-DEV] mac80211: update request

2018-03-29 Thread Evgeniy Didin
/wireless-testing.git/commit/?id=e6b3b2ed3d270b3c7080c9cf7d28636dc74b0387 Without this commit driver is not building. Is there any possibility to update mac80211:backports version to more actual? Best regards, Evgeniy Didin ___ Lede-dev mailing list Lede

[LEDE-DEV] [PATCH] archs38: add HSDK board to network configure scripts

2018-02-15 Thread Evgeniy Didin
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

[LEDE-DEV] [PATCH 2/2] archs38: add HSDK board

2018-02-13 Thread Evgeniy Didin
visit: https://www.synopsys.com/dw/ipdir.php?ds=arc-hs-development-kit Signed-off-by: Evgeniy Didin CC: Alexey Brodkin CC: Hauke Mehrtens CC: John Crispin --- target/linux/archs38/config-4.14 | 7 +-- target/linux/archs38/image/Makefile | 6 -- target/linux/archs38/image

[LEDE-DEV] [PATCH 1/2] archs38: switch to kmod-usb2

2018-02-13 Thread Evgeniy Didin
We have managed to get USB 2.0 working good enough on all archs38 platforms so we're ready to switch to much faster USB 2.0. Signed-off-by: Evgeniy Didin CC: Alexey Brodkin CC: Hauke Mehrtens CC: John Crispin --- target/linux/archs38/generic/profiles/00-default.mk | 2 +- 1 file chang

[LEDE-DEV] [PATCH 0/2] archs38: add HSDK board

2018-02-13 Thread Evgeniy Didin
In first patch appears switch from usb1.1 to usb2 usage on archs38. In second patch we finally add new HSDK board to target/linux/archs38. Signed-off-by: Evgeniy Didin CC: Alexey Brodkin CC: Hauke Mehrtens CC: John Crispin Evgeniy Didin (2): archs38: switch to kmod-usb2 archs38: add

[LEDE-DEV] tools/mkimage: copy mkenvimage to bin directory

2018-02-12 Thread Evgeniy Didin
the $(STAGING_DIR_HOST)/bin/ directory. Signed-off-by: Evgeniy Didin CC: Alexey Brodkin CC: Hauke Mehrtens CC: John Crispin --- tools/mkimage/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index bfe60993e2..00f85ae272 100644 --- a

[LEDE-DEV] [PATCH] kernel: backport fix undefined abort

2018-01-30 Thread Evgeniy Didin
are not applied in stable version. Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin CC: John Crispin CC: Hauke Mehrtens --- .../080-v4.15-0001-arch-define-weak-abort.patch| 51 +++ ...002-kernel-exit.c-export-abort-to-modules.patch | 74 ++ 2 files change

Re: [LEDE-DEV] [PATCH] archs38: bump kernel to 4.14.

2018-01-29 Thread Evgeniy Didin
ould I add them with separate patch or should I add them in patch-series with kernel version update for archs38? Best regards, Evgeniy Didin ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

[LEDE-DEV] [PATCH 2/2] toolchain/arc: update to the most recent release arc-2017.09

2018-01-24 Thread Evgeniy Didin
found here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2017.09-release Signed-off-by: Evgeniy Didin CC: Alexey Brodkin CC: John Crispin --- package/devel/gdb-arc/Makefile | 6 +- toolchain/binutils/Config.in

[LEDE-DEV] [PATCH 0/2] toolchain/arc: update to release arc-2017.09

2018-01-24 Thread Evgeniy Didin
ARC GNU tools of version arc-2017.09 now includes GCC 7.1.1 which is not building with uClibc-ng ver 1.0.22. So first of all we need to update uClibc-ng to 1.0.28 and then update arc tools. Signed-off-by: Evgeniy Didin CC: Alexey Brodkin CC: John Crispin Evgeniy Didin (2): uClibc-ng

[LEDE-DEV] [PATCH 1/2] uClibc-ng: update to 1.0.28

2018-01-24 Thread Evgeniy Didin
-ng.git/commit/?id=cee0b058fa0b4501b289a2da365182d60314d746 Signed-off-by: Evgeniy Didin CC: Alexey Brodkin CC: John Crispin --- toolchain/uClibc/common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain/uClibc/common.mk b/toolchain/uClibc/common.mk index

[LEDE-DEV] [PATCH] archs38: bump kernel to 4.14.

2018-01-23 Thread Evgeniy Didin
Update Linux kernel version from 4.9 to 4.14 for archs38. config-4.14 was simply regenerated with "make kernel_menuconfig". Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin --- target/linux/archs38/Makefile | 2 +- target/linux/archs38/{

[LEDE-DEV] [PATCH v2] toolchain/arc: update to the most recent release arc-2017.03

2017-07-12 Thread Evgeniy Didin
arc-2017.03 is the most recent release toolchain for ARC cores and it is based on upstream Binutils 2.28 and GCC 6.3.0 Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin Cc: Hauke Mehrtens --- Changes v1 -> v2: *In toolchain/gcc/common.mk add '-release' to

[LEDE-DEV] [PATCH] toolchain/arc: update to the most recent release arc-2017.03

2017-06-26 Thread Evgeniy Didin
arc-2017.03 is the most recent release toolchain for ARC cores and it is based on upstream Binutils 2.28 and GCC 6.3.0 Signed-off-by: Evgeniy Didin Cc: Alexey Brodkin Cc: John Crispin --- package/devel/gdb-arc/Makefile| 6 +++--- toolchain/binutils