[OpenWrt-Devel] [PATCH] include/image.mk: introduce KERNEL_INITRAMFS_NAME variable

2015-11-07 Thread Alexey Brodkin
Otherwise default binary vmlinux-initramfs (without extension) is used and resulting images then are binaries instead of elfs. Now having KERNEL_INITRAMFS_NAME variable it's possible to substitute default $$(KERNEL_NAME)-initramfs with preferred option like $$(KERNEL_NAME)-initramfs.elf. Signed

[OpenWrt-Devel] [PATCH 0/2 v4] OpenWRT port for Designware ARC cores

2015-11-07 Thread Alexey Brodkin
form kernel default console b) Model now comes directly from Device Tree description c) The one and only Ethernet interface eth0 is configured as DHCP LAN * New buildsystem is used for creation of resulting images * Linux kernel config is passed through "make kernel_oldconfi

[OpenWrt-Devel] [PATCH 1/2 v4] toolchain: add support of ARC architecture

2015-11-07 Thread Alexey Brodkin
iled make[7]: *** [stamp-5mloop] Error 1 >8 Cc: Felix Fietkau Cc: John Crispin Cc: Jonas Gorski Signed-off-by: Alexey Brodkin --- Changes compared to v3: * Move target/Config.in from 2/2 (target) to 1/2 (toolchain) * Fix identation in binutils/Makefile * Remove extra condi

[OpenWrt-Devel] [PATCH 2/2 v4] linux: add support of Synopsys ARC770-based boards

2015-11-07 Thread Alexey Brodkin
their line lengths, additional hardware blocks like multipliers, dividers etc. And this board could be used to make sure built software still runs on different HW configurations. Cc: Felix Fietkau Cc: Jo-Philipp Wich Cc: Jonas Gorski Signed-off-by: Alexey Brodkin --- Changes comp

Re: [OpenWrt-Devel] [PATCH 2/2 v4] linux: add support of Synopsys ARC770-based boards

2015-11-10 Thread Alexey Brodkin
Hi Jonas, On Tue, 2015-11-10 at 12:02 +0100, Jonas Gorski wrote: > Hi Alexey, > > On Sat, Nov 7, 2015 at 2:25 PM, Alexey Brodkin > wrote: > > This patch introduces support of new boards with ARC cores. > (snip) > > > diff --git a/target/linux/arc770/base-files/

Re: [OpenWrt-Devel] [PATCH 2/2 v4] linux: add support of Synopsys ARC770-based boards

2015-11-11 Thread Alexey Brodkin
Hi Jonas, On Wed, 2015-11-11 at 12:19 +0100, Jonas Gorski wrote: > Hi Alexey, > > On Tue, Nov 10, 2015 at 5:40 PM, Alexey Brodkin > wrote: > > Hi Jonas, > > > > On Tue, 2015-11-10 at 12:02 +0100, Jonas Gorski wrote: > > > Hi Alexey, > I see what you w

Re: [OpenWrt-Devel] [PATCH 2/2 v4] linux: add support of Synopsys ARC770-based boards

2015-11-11 Thread Alexey Brodkin
Hi Jonas, On Wed, 2015-11-11 at 13:47 +0100, Jonas Gorski wrote: > On Wed, Nov 11, 2015 at 1:38 PM, Alexey Brodkin > wrote: > > Hi Jonas, > > > > On Wed, 2015-11-11 at 12:19 +0100, Jonas Gorski wrote: > > > Hi Alexey, > > > > > > On Tue, N

[OpenWrt-Devel] [PATCH v5] linux: add support of Synopsys ARC770-based boards

2015-11-13 Thread Alexey Brodkin
their line lengths, additional hardware blocks like multipliers, dividers etc. And this board could be used to make sure built software still runs on different HW configurations. Cc: Felix Fietkau Cc: Jo-Philipp Wich Cc: Jonas Gorski Signed-off-by: Alexey Brodkin --- Changes comp

[OpenWrt-Devel] [PATCH] gdb: use separate patches for upstream and ARC gdb

2015-11-17 Thread Alexey Brodkin
r ARC gdb. This time clean build-tested for Netgear WNDRMAC & AXS101. Signed-off-by: Alexey Brodkin Cc: Felix Fietkau Cc: John Crispin Cc: Jonas Gorski --- toolchain/gdb/Makefile | 2 ++ toolchain/gdb/patches/100-no_extern_inline.pat

Re: [OpenWrt-Devel] [PATCH v5] linux: add support of Synopsys ARC770-based boards

2015-11-17 Thread Alexey Brodkin
Hi Felix, Jonas, On Fri, 2015-11-13 at 21:39 +0300, Alexey Brodkin wrote: > This patch introduces support of new boards with ARC cores. > > [1] Synopsys SDP board > This is a new-generation development board from Synopsys that > consists of base-board and CPU tile-boa

[OpenWrt-Devel] [PATCH] mac80211: fix autoprobing of mt7601u driver

2015-11-20 Thread Alexey Brodkin
5] mt7601u 1-1:1.0: EEPROM country region 01 (channels 1-13) [8.32] usbcore: registered new interface driver mt7601u -->8--- Signed-off-by: Alexey Brodkin Cc: Dirk Neukirchen Cc: Felix Fietkau Cc: John Crispin --- package/kernel/mac80211/Makefile | 2

Re: [OpenWrt-Devel] [PATCH v5] linux: add support of Synopsys ARC770-based boards

2015-11-20 Thread Alexey Brodkin
Hi Felix, Jonas, On Tue, 2015-11-17 at 16:47 +0300, Alexey Brodkin wrote: > Hi Felix, Jonas, > > On Fri, 2015-11-13 at 21:39 +0300, Alexey Brodkin wrote: > > This patch introduces support of new boards with ARC cores. > > > > [1] Synopsys SDP board > > Thi

Re: [OpenWrt-Devel] my arc needs help

2015-11-22 Thread Alexey Brodkin
Hello, On Sun, 2015-11-22 at 03:33 +0100, dlora...@gmail.com wrote: > hello > > i'm currently working on my first arc device > > it's a VAP2404 from Arris or Motorola > it's given as Liveplug Wifi Livebox Orange VAP2404 by the french Orange ISP > > information: > https://www.arrisi.com/globalas

[OpenWrt-Devel] ath9k-htc init

2015-11-23 Thread Alexey Brodkin
Hi Felix, Jonas, While playing with my AXS101 board and USB WI-Fi dongles I bumped in a couple of issues. Fortunately I found at least one dongle that works quite nice. That's TP-Link TL-WN721N (or its WN722N sibling) which is based on Atheros AR9271 chip even though it did require one unexpected

[OpenWrt-Devel] [PATCH] axs10x: initilaze network for wireless access-point

2015-11-23 Thread Alexey Brodkin
t recognized and set up by Linux kernel its autodetection by "wifi" tool may not happen automatically. In that case before issuing command above one needs to populate /etc/config/wireless config: -->8 wifi detect > /etc/config/wireless -->8

[OpenWrt-Devel] [PATCH] arc770/axs101: accomodate DW GMAC long reset sequence

2015-11-23 Thread Alexey Brodkin
On ARC SDP board DMA block of DW GMAC gets out of reset much longer than expected by default driver. For now to accomodate this issue we're extending timeout value. Signed-off-by: Alexey Brodkin --- .../0003-fix-GMAC-init-by-longer-reset-wait.patch | 45 ++ 1 file ch

Re: [OpenWrt-Devel] [PATCH] arc770/axs101: accomodate DW GMAC long reset sequence

2015-11-23 Thread Alexey Brodkin
Hi Felix, On Mon, 2015-11-23 at 11:45 +0300, Alexey Brodkin wrote: > On ARC SDP board DMA block of DW GMAC gets out of reset much > longer than expected by default driver. > > For now to accomodate this issue we're extending timeout value. > > Signed-off-by: Alexey Bro

Re: [OpenWrt-Devel] [PATCH] axs10x: initilaze network for wireless access-point

2015-11-23 Thread Alexey Brodkin
Hi Jonas, On Mon, 2015-11-23 at 16:54 +0100, Jonas Gorski wrote: > On Mon, Nov 23, 2015 at 9:28 AM, Alexey Brodkin > wrote: > > ARC SDP board sports only 1 network interface - eth0, > > so to operate as an access point it requires at least > > another interface (preferab

[OpenWrt-Devel] [PATCH v2] axs10x: initilaze network for wireless access-point

2015-11-25 Thread Alexey Brodkin
t recognized and set up by Linux kernel its autodetection by "wifi" tool may not happen automatically. In that case before issuing command above one needs to populate /etc/config/wireless config: -->8 wifi detect > /etc/config/wireless -->8

Re: [OpenWrt-Devel] ath9k-htc init

2015-11-26 Thread Alexey Brodkin
Hi Jonas, On Mon, 2015-11-23 at 16:48 +0100, Jonas Gorski wrote: > On Mon, Nov 23, 2015 at 9:21 AM, Alexey Brodkin > wrote: > > Hi Felix, Jonas, > > > > While playing with my AXS101 board and USB WI-Fi dongles I bumped in > > a couple of issues. Fortunately I

Re: [OpenWrt-Devel] ath9k-htc init

2015-11-26 Thread Alexey Brodkin
Hi Jonas, On Thu, 2015-11-26 at 14:19 +0100, Jonas Gorski wrote: > On Thu, Nov 26, 2015 at 2:07 PM, Alexey Brodkin > wrote: > > Hi Jonas, > > > > On Mon, 2015-11-23 at 16:48 +0100, Jonas Gorski wrote: > > > On Mon, Nov 23, 2015 at 9:21 AM, Alexey Brodkin >

[OpenWrt-Devel] [PATCH] mac80211: install new firmware for ath9k-htc on target

2015-11-27 Thread Alexey Brodkin
c 1-1:1.0: ath9k_htc: HTC initialized with 33 credits [ 34.74] ath9k_htc 1-1:1.0: ath9k_htc: FW Version: 1.4 [ 34.75] ath9k_htc 1-1:1.0: FW RMW support: On >8-- Signed-off-by: Alexey Brodkin Cc: Felix Fietkau --- package/kernel/mac80

[OpenWrt-Devel] [PATCH v2] mac80211: install new firmware for ath9k-htc on target

2015-11-27 Thread Alexey Brodkin
c 1-1:1.0: ath9k_htc: HTC initialized with 33 credits [ 34.74] ath9k_htc 1-1:1.0: ath9k_htc: FW Version: 1.4 [ 34.75] ath9k_htc 1-1:1.0: FW RMW support: On >8-- Signed-off-by: Alexey Brodkin Cc: Felix Fietkau Cc: Hauke Mehrtens

[OpenWrt-Devel] Daily builds for arc770

2015-11-30 Thread Alexey Brodkin
Hello, I'm wondering if there's a chance to setup snapshot builder for recently introduced ARC770 boards? -Alexey ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Daily builds for arc770

2015-12-07 Thread Alexey Brodkin
Hi Felix, Jonas, On Tue, 2015-12-01 at 02:28 +0300, Alexey Brodkin wrote: > Hello, > > I'm wondering if there's a chance to setup snapshot builder for recently > introduced > ARC770 boards? Any thoughts on this? -Alexey

[OpenWrt-Devel] [PATCH v2] axs10x: initilaze network for wireless access-point

2015-12-07 Thread Alexey Brodkin
t recognized and set up by Linux kernel its autodetection by "wifi" tool may not happen automatically. In that case before issuing command above one needs to populate /etc/config/wireless config: -->8 wifi detect > /etc/config/wireless -->8

Re: [OpenWrt-Devel] [PATCH v2] axs10x: initilaze network for wireless access-point

2015-12-07 Thread Alexey Brodkin
Hi Felix, On Mon, 2015-12-07 at 17:49 +0100, Felix Fietkau wrote: > On 2015-12-07 17:45, Alexey Brodkin wrote: > > ARC SDP board sports only 1 network interface - eth0, > > so to operate as an access point it requires at least > > another interface (preferably wireless), &g

Re: [OpenWrt-Devel] [PATCH v2] axs10x: initilaze network for wireless access-point

2015-12-07 Thread Alexey Brodkin
Hi Felix, On Mon, 2015-12-07 at 18:01 +0100, Felix Fietkau wrote: > On 2015-12-07 17:57, Alexey Brodkin wrote: > > Hi Felix, > > > > On Mon, 2015-12-07 at 17:49 +0100, Felix Fietkau wrote: > > > On 2015-12-07 17:45, Alexey Brodkin wrote: > > > > ARC

[OpenWrt-Devel] [PATCH] linux: add support of Synopsys ARCHS38-based boards

2015-12-09 Thread Alexey Brodkin
d for new instruction set and features of new CPU. Cc: Felix Fietkau Cc: Jo-Philipp Wich Cc: Jonas Gorski Signed-off-by: Alexey Brodkin --- include/target.mk | 1 + target/linux/archs38/Makefile | 27 +++ target/linux/archs38/base-fil

[OpenWrt-Devel] [PATCH] mac80211: Make wlcore platform-independent

2016-11-08 Thread Alexey Brodkin
. Signed-off-by: Alexey Brodkin Cc: Jo-Philipp Wich Cc: Felix Fietkau Cc: Imre Kaloz --- package/kernel/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 25adbfb..b0c040c 100644 --- a/package

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] mac80211: Make wlcore platform-independent

2016-11-10 Thread Alexey Brodkin
Hi Felix, On Tue, 2016-11-08 at 16:08 +0100, Felix Fietkau wrote: > On 2016-11-08 15:46, Alexey Brodkin wrote: > > > > TI wl18xx and wl12xx are Wi-Fi/Bluetooth combo modules > > that could be found on different existing boards. > > > > But it is possible t

[OpenWrt-Devel] [PATCH v2] mac80211: Make wlcore platform-independent

2016-11-10 Thread Alexey Brodkin
instead we add dependency on MMC because this Wi-Fi module uses SDIO interface. Signed-off-by: Alexey Brodkin Cc: Jo-Philipp Wich Cc: Felix Fietkau Cc: Imre Kaloz --- Changes v1 -> v2: * Added dependency on kmod-mmc because SDIO interface is used by TI's wl12/18xx modules. Build-te

[OpenWrt-Devel] [PATCH] packages: Use https instead of git

2017-02-15 Thread Alexey Brodkin
From: Alexey Brodkin On some [especially corporate] networks non-standard ports are blocked and git is one of them. So switch to more convenient https transport. Signed-off-by: Alexey Brodkin --- libs/dmx_usb_module/Makefile | 2 +- libs/libhttp-parser/Makefile | 2 +- libs/libsoxr/Makefile

[OpenWrt-Devel] [PATCH] routing: Use https instead of git

2017-02-15 Thread Alexey Brodkin
From: Alexey Brodkin On some [especially corporate] networks non-standard ports are blocked and git is one of them. So switch to more convenient https transport. Signed-off-by: Alexey Brodkin --- batmand/Makefile| 2 +- bmx6/Makefile | 2 +- bmx7/Makefile

[OpenWrt-Devel] [PATCH] telephony: Use https instead of git

2017-02-15 Thread Alexey Brodkin
From: Alexey Brodkin On some [especially corporate] networks non-standard ports are blocked and git is one of them. So switch to more convenient https transport. Signed-off-by: Alexey Brodkin --- net/rtpproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net

Re: [OpenWrt-Devel] [PATCH] packages: Use https instead of git

2017-02-15 Thread Alexey Brodkin
Hi Imre, On Wed, 2017-02-15 at 13:20 +0100, Imre Kaloz wrote: > Hi Alexey, > > On 2017-02-15 11:11, Alexey Brodkin wrote: > > > > From: Alexey Brodkin > > > > On some [especially corporate] networks non-standard ports are blocked > > and git is one of t

Re: [RFT] Kernels for next release

2022-01-10 Thread Alexey Brodkin via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hi Paul, Hauke, > > I would be f

<    1   2