Re: [OpenWrt-Devel] [PATCH] Enable ATIIXP on x64

2016-01-15 Thread Felix Kaechele
On 15/01/16 03:25, Lucian Cristian wrote: > Also support ATI PATA on x64 target > > Signed-off-by: Lucian Cristian Has already been NACKd before: https://lists.openwrt.org/pipermail/openwrt-devel/2015-September/036155.html Not entirely sure the situation has changed since then. Regards, Feli

Re: [OpenWrt-Devel] lantiq: Initial linux 4.4 support (with SPI problems)

2016-01-15 Thread Martin Blumenstingl
Hi Daniel, On Wed, Jan 13, 2016 at 9:05 PM, Daniel Schwierzeck wrote: > could you retry with the attached driver? > > It is a complete rewrite with DT support and runs against the UGW-6.1.1 > kernel. Unfortunately I hadn't time yet to adapt and test it with > OpenWRT. Maybe you want to volunteer

[OpenWrt-Devel] [PATCH 4/4] lantiq: Switch to the generic mtdsplit parser implementations

2016-01-15 Thread Martin Blumenstingl
This removes the arch-specific mtdsplit parsers and enables the generic implementations for brnImage, EVA and TP-Link instead. Signed-off-by: Martin Blumenstingl --- target/linux/lantiq/config-4.1 | 3 + .../linux/lantiq/patches-4.1/0101-mtd-split.patch | 192 -

[OpenWrt-Devel] [PATCH 1/4] kernel: mtdsplit: add support for brnImages

2016-01-15 Thread Martin Blumenstingl
This adds brnImage (used with the brnboot bootloader) firmware parsing support. brnboot verifies the integrity of the firmware stored on the "Code Image" partitions by looking at the 12 byte footer at the very end of the partition. This footer contains the checksum of the original brnImage (kernel

[OpenWrt-Devel] [PATCH 2/4] kernel: mtdsplit: add support for EVA images

2016-01-15 Thread Martin Blumenstingl
This allows splitting EVA images (usually found in fritz devices). The firmware will be split into a kernel and a separate rootfs partition. Signed-off-by: Martin Blumenstingl --- target/linux/generic/config-3.18 | 1 + target/linux/generic/config-4.1| 1 +

[OpenWrt-Devel] [PATCH 3/4] kernel: mtdsplit_squashfs: Align with the erase-block size

2016-01-15 Thread Martin Blumenstingl
On most image types the rootfs ends at an erase-block. However, at least with brnImages this is not the case: while the partitions are aligned with the erase-block size there is a 12 byte footer at the end of the partition which must not be touched by any filesystem. This lead to a rootfs_data part

[OpenWrt-Devel] lantiq: replace the target specific mtdsplit parsers

2016-01-15 Thread Martin Blumenstingl
This patchset solves multiple problems: - mtdsplit code for TP-Link images was partially duplicated within the lantiq target. The generic implementation supports also v1 and v3 images, instead of "just" v2. - mtdsplit_brnimage fixes a bug in the existing brnImage parser. The old code assumed

[OpenWrt-Devel] [PATCH resend] ar71xx: add support for Netgear WPN824N

2016-01-15 Thread Hartmut Knaack
Add support for Netgear WPN824N. Hardware specs: * AR7240, 4 LAN ports, 1 WAN port * AR9285 WLAN * 32 MB RAM * 4 MB Flash * 16 LEDs (LAN, WAN and Power/Status contain two LEDs for dual color effect) * 3 Buttons (not supported) Signed-off-by: Hartmut Knaack --- Development Thread:

[OpenWrt-Devel] [PATCH] [package] Allow UCI dhcp classifier to accept a MAC list

2016-01-15 Thread John A Brown
From: nworbnhoj dnsmasq offers to group DHCP options and their values by a network-id and to send options only to hosts which have been tagged with that network-id. uci accepts the mac classifier, but only for a single MAC config mac 'opnvpn' option mac '00:FF:*:*:*:*' option ne

Re: [OpenWrt-Devel] [PATCH] imx6: kernel: Add Micrel PHY used on Apalis SOM

2016-01-15 Thread Tim Harvey
On Fri, Jan 8, 2016 at 2:24 AM, Petr Štetiar wrote: > Signed-off-by: Petr Štetiar > Cc: Luka Perkov > --- > target/linux/imx6/config-4.1 |1 + > 1 file changed, 1 insertion(+) > > diff --git a/target/linux/imx6/config-4.1 b/target/linux/imx6/config-4.1 > index 52544a7..e07a5b7 100644 > ---

Re: [OpenWrt-Devel] [PATCH] kernel: Add kernel module for Freescale SNVS RTC on chip module

2016-01-15 Thread Felix Fietkau
On 2016-01-08 11:21, Petr Štetiar wrote: > Signed-off-by: Petr Štetiar > --- > package/kernel/linux/modules/other.mk | 16 > 1 file changed, 16 insertions(+) > > diff --git a/package/kernel/linux/modules/other.mk > b/package/kernel/linux/modules/other.mk > index 62fdc3c..6909

Re: [OpenWrt-Devel] [PATCH 2/2] arc770: move arc patches to taregt/linux/generic

2016-01-15 Thread Felix Fietkau
On 2016-01-15 14:17, Vineet Gupta wrote: > On Friday 15 January 2016 06:29 PM, Felix Fietkau wrote: >> +Subject: [PATCH 1/2] openwrt: arc - remove dependency on DEVTMPFS >> + >> +OpenWRT builds initramfs so that it doesn't require DEVTMPFS so >> dropping >>

[OpenWrt-Devel] [PATCH] dropbear: use Openwrt default PATH also in dropbear

2016-01-15 Thread Hannu Nyman
Dropbear defines its own default PATH for new sessions. When 500-set-default-path.patch was introduced by r32620, the goal was to match /etc/profile. Adjust 500-set-default-path.patch to match the current default PATH as defined in https://dev.openwrt.org/changeset/47080/ PATH=/usr/sbin:/usr/b

Re: [OpenWrt-Devel] [PATCH 2/2] arc770: move arc patches to taregt/linux/generic

2016-01-15 Thread Felix Fietkau
On 2016-01-15 13:25, Vineet Gupta wrote: > +CC Thomas, Peter > > On Friday 15 January 2016 04:19 PM, Alexey Brodkin wrote: >> Hi Felix, >> >> On Fri, 2016-01-15 at 11:45 +0100, Felix Fietkau wrote: >>> On 2016-01-15 00:12, Alexey Brodkin wrote: Given those patches are relevant to any ARC plat

Re: [OpenWrt-Devel] [PATCH 2/2] arc770: move arc patches to taregt/linux/generic

2016-01-15 Thread Alexey Brodkin
Hi Felix, On Fri, 2016-01-15 at 11:45 +0100, Felix Fietkau wrote: > On 2016-01-15 00:12, Alexey Brodkin wrote: > > Given those patches are relevant to any ARC platform and even > > ISA version it makes perfect sense for patches to exist > > in one place instead of being duplicated for each new ARC

Re: [OpenWrt-Devel] [PATCH 2/2] arc770: move arc patches to taregt/linux/generic

2016-01-15 Thread Felix Fietkau
On 2016-01-15 00:12, Alexey Brodkin wrote: > Given those patches are relevant to any ARC platform and even > ISA version it makes perfect sense for patches to exist > in one place instead of being duplicated for each new ARC-based ASIC. > > Note this is a prerequisite for upstreaming of ARC HS38 s

Re: [OpenWrt-Devel] [PATCH 1/1] use NTP server received via DHCP

2016-01-15 Thread Bastian Bittorf
* Amine Aouled Hamed [15.01.2016 10:03]: > > please make var 'iface' local and while you are there, move > > all the 'local' declaration to the head of the function. > > Wouldn't be better if the local vars inside of the if and for statements > stay inside? maybe thats personal preference, i lik

[OpenWrt-Devel] [PATCH] kernel: add missing kmod-video-videobuf2's object file in 4.4

2016-01-15 Thread Jan Čermák
CONFIG_VIDEOBUF2_CORE produces two object files in Linux >= 4.4. Conditionally add the new file to FILES of kmod-video-videobuf2. Signed-off-by: Jan Čermák --- package/kernel/linux/modules/video.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules

Re: [OpenWrt-Devel] [PATCH 1/1] use NTP server received via DHCP

2016-01-15 Thread Amine Aouled Hamed
> > please make var 'iface' local and while you are there, move > all the 'local' declaration to the head of the function. Wouldn't be better if the local vars inside of the if and for statements stay inside? I mean what is the point of declaring ifaces if I will be using all the ifaces? in term o

[OpenWrt-Devel] [PATCH] Enable ATIIXP on x64

2016-01-15 Thread Lucian Cristian
Also support ATI PATA on x64 target Signed-off-by: Lucian Cristian --- diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index a5947a2..b4c8b98 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -39,7 +39,8 @@ CONFIG_A