Re: [OpenWrt-Devel] [PATCH v4 1/4] mvebu: add squashfs image type to MMCProfile

2016-05-11 Thread Andrej Vlasic
Hi Josua, On 06.05.2016 02:15, Josua Mayer wrote: Hi Andrej, First let me thank you for taking the time to review my proposals! Am 06.05.2016 um 02:04 schrieb Andrej Vlasic: Hi Josua, On 04.05.2016 21:24, josua.maye...@gmail.com wrote: From: Josua Mayer <josua.maye...@gmail.com>

Re: [OpenWrt-Devel] [PATCH v4 1/4] mvebu: add squashfs image type to MMCProfile

2016-05-05 Thread Andrej Vlasic
Hi Josua, On 04.05.2016 21:24, josua.maye...@gmail.com wrote: From: Josua Mayer Added gen_mvebu_sdcard_img.sh to create bootable sdcard images. It takes the bootloader and partition images to create a bootable sdcard image. Partition Layout: p1: fat32: for kernel,

[OpenWrt-Devel] [PATCH v2] ubox: make system log support as a separate package

2016-04-29 Thread Andrej Vlasic
Currently system log is always included as a part of ubox. Add logd as a seperate package and add it to default packages list. Signed-off-by: Andrej Vlasic <andrej.vla...@sartura.hr> --- Changes in v2: Move system log into seperate package, and add it to default packages list include/tar

Re: [OpenWrt-Devel] [PATCH v3 1/2] mvebu: config-4.1: make mmc drivers builtin

2016-04-28 Thread Andrej Vlasic
Hi Josua, On 28.04.2016 17:03, josua.maye...@gmail.com wrote: From: Josua Mayer This is especially useful on the Clearfog board which boots from mmc by default. Signed-off-by: Josua Mayer --- target/linux/mvebu/config-4.1 | 24

[OpenWrt-Devel] [PATCH] ubox: make system log support as a selectable option

2016-04-22 Thread Andrej Vlasic
Currently system log is always included as a part of ubox. Add a config option to optionally exclude system log from ubox package. Signed-off-by: Andrej Vlasic <andrej.vla...@sartura.hr> --- package/system/ubox/Makefile | 20 ++-- 1 file changed, 18 insertions(+), 2 del

[OpenWrt-Devel] [PATCH 1/3] ramips: mt7620 add icplus phy driver kernel config symbol

2015-10-28 Thread Andrej Vlasic
Add missing icplus phy driver kernel config symbol to mt7620 subtarget. This is needed since some mt7620 devices have icplus ip1001 ethernet transceiver Signed-off-by: Andrej Vlasic <andrej.vlas...@gmail.com> --- target/linux/ramips/mt7620/config-3.18 | 1 + 1 file changed, 1 insertion(+)

[OpenWrt-Devel] [PATCH 2/3] ramips: add function to change rt2x00 wifi eeprom mac

2015-10-28 Thread Andrej Vlasic
Some boards like dovado tiny ac have generic ralink mac in onflash wifi eeprom. Add eeprom_set_macaddr function to rt2x00 eeprom extract script which changes mac addr insde eeprom dump. Signed-off-by: Andrej Vlasic <andrej.vlas...@gmail.com> --- .../base-files/etc/hotplug.d/firmware/10-

[OpenWrt-Devel] [PATCH 3/3] ramips: add support for Dovado tiny AC

2015-10-28 Thread Andrej Vlasic
Add support for Dovado tiny AC wifi router. Soc: mt7620a ram: 64MB flash: 8MB 1x usb 2.0 two gigabit lan ports 5ghz wlan is not supported on this board since there is no gpl driverfor mt7610e wifi chip. Signed-off-by: Andrej Vlasic <andrej.vlas...@gmail.com> --- target/linux/ramips/base

[OpenWrt-Devel] [PATCH] mac80211: update regulatory database to master-2015-10-22

2015-10-26 Thread Andrej Vlasic
Signed-off-by: Andrej Vlasic <andrej.vlas...@gmail.com> --- package/kernel/mac80211/files/regdb.txt | 149 +--- 1 file changed, 80 insertions(+), 69 deletions(-) diff --git a/package/kernel/mac80211/files/regdb.txt b/package/kernel/mac80211/files/regdb.txt

[OpenWrt-Devel] [PATCH] generc: fix adm6996 init

2015-10-22 Thread Andrej Vlasic
-off-by: Andrej Vlasic <andrej.vlas...@gmail.com> --- target/linux/generic/files/drivers/net/phy/adm6996.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/generic/files/drivers/net/phy/adm6996.c b/target/linux/generic/files/drivers/net/phy/adm6996.c index bf5ed15..c