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
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
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 -
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
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 +
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
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
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:
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
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
> ---
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
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
>>
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
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
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
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
* 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
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
>
> 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
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
20 matches
Mail list logo