[OpenWrt-Devel] [PATCH] add scsi tape to kernel modules

2015-11-10 Thread Giuseppe Magnotta
Hi, I would like to submit a patch to add the scsi tape to the kernel modules. For me it's useful because my openwrt device will manage also backup. This is against trunk (main devel tree) repository diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk inde

Re: [OpenWrt-Devel] [PATCH] add scsi tape to kernel modules

2015-11-10 Thread Rafał Miłecki
On 10 November 2015 at 11:51, Giuseppe Magnotta wrote: > Hi, > > I would like to submit a patch to add the scsi tape to the kernel modules. > > For me it's useful because my openwrt device will manage also backup. > > This is against trunk (main devel tree) repository Replace this description wit

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

2015-11-10 Thread Jonas Gorski
Hi Alexey, On Sat, Nov 7, 2015 at 2:25 PM, 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-board (which might have a real

[OpenWrt-Devel] [PATCH] support for scsi tape devices

2015-11-10 Thread Giuseppe Magnotta
Support for scsi tape devices as kernel module. This allow to use scsi tape devices in openwrt. Signed-off-by: Giuseppe Magnotta diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 55fb6f1..e26390d 100644 --- a/package/kernel/linux/modules/other.mk +

Re: [OpenWrt-Devel] OpenWRT broken for some reason in my system

2015-11-10 Thread Carlos Ferreira
These lines seem to be suspicious to me. A lot of "No such file or directory". What can you tell from them? [pid 3669] execve("/home/claymore/OpenWRT/trunk/staging_dir/host/bin/sh", ["sh", "-c", "if make V=s -f /home/claymore/OpenWRT/trunk/include/ prereq-build.mk check-working-gcc >/dev/null 2>/

Re: [OpenWrt-Devel] OpenWRT broken for some reason in my system

2015-11-10 Thread Paul Fertser
On Tue, Nov 10, 2015 at 11:13:45AM +, Carlos Ferreira wrote: > These lines seem to be suspicious to me. A lot of "No such file or directory". > What can you tell from them? Do you have a functional /bin/sh? I can't tell much from this incomplete data you show. -- Be free, use free (http://ww

Re: [OpenWrt-Devel] OpenWRT broken for some reason in my system

2015-11-10 Thread Paul Fertser
On Tue, Nov 10, 2015 at 11:19:20AM +, Carlos Ferreira wrote: > First of all, I fell the need to apologise for the 7MB attachment... Yeah, that wasn't appropriate to be sent to the ML... > I hope it can provide a little more info. Looks like you have "hardening-wrapper" installed and it messe

[OpenWrt-Devel] [PATCH] [packages] add mt-st package to write to tape devices

2015-11-10 Thread Giuseppe Magnotta
Add mt-st package in order to write to tape devices Signed-off-by: Giuseppe Magnotta diff --git a/package/utils/mt-st/Makefile b/package/utils/mt-st/Makefile new file mode 100644 index 000..ad93f23 --- /dev/null +++ b/package/utils/mt-st/Makefile @@ -0,0 +1,49 @@ +# +# Copyright (C) 2015 Ope

Re: [OpenWrt-Devel] OpenWRT broken for some reason in my system

2015-11-10 Thread Carlos Ferreira
Paul, you it the nail! It was exactly that. I just removed the hardening-wrapper, removed the staging_dir and retried. Everything works now! This should be placed somewhere in the OpenWRT Wiki. Does anyone knows where exactly? On 10 November 2015 at 11:34, Paul Fertser wrote: > On Tue, Nov 1

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/lib/arc.sh > > b/target/linux/arc

[OpenWrt-Devel] [PATCH] hostapd: Use network_get_device instead of uci_get_state

2015-11-10 Thread Petko Bordjukov
This fixes the IAPP functionality. Signed-off-by: Petko Bordjukov --- package/network/services/hostapd/Makefile | 2 +- package/network/services/hostapd/files/hostapd.sh | 9 +++-- package/network/services/hostapd/files/netifd.sh | 7 +-- 3 files changed, 13 insertions(+), 5 del

[OpenWrt-Devel] [PATCH] [packages] multimedia: add fbdevsink

2015-11-10 Thread Tim Harvey
Signed-off-by: Tim Harvey --- multimedia/gst1-plugins-bad/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index bfeb1c5..ca04b8d 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/mu

[OpenWrt-Devel] [PATCH] update mtd-utils to 1.5.2 and fix build

2015-11-10 Thread Sven Roederer
- update mtd-utils to 1.5.2 (git a494d30ab1ae40cb7665680cadf5af3ca3830a73) - remove patches that came upstream - fixes build from scratch as of broken patches Signed-off-by: Sven Roederer --- diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile index b4c9c66..660f06d 100644 --- a/tool

[OpenWrt-Devel] [PATCH][RFC][RTF] procd: drop nand_upgrade_stage1 from sysupgrade_pre_upgrade hooks

2015-11-10 Thread Rafał Miłecki
Now we have all targets using platform_pre_upgrade (and calling nand_do_upgrade directly) we don't need nand_upgrade_stage1 to be in sysupgrade_pre_upgrade hooks anymore. Signed-off-by: Rafał Miłecki --- package/system/procd/files/nand.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packag

[OpenWrt-Devel] [PATCH] elfutils: bump to 0.164

2015-11-10 Thread Luiz Angelo Daros de Luca
Patches are refreshed except for elfutils-portability, which is gone: https://lists.fedorahosted.org/pipermail/elfutils-devel/2015-October/005290.html Signed-off-by: Luiz Angelo Daros de Luca --- package/libs/elfutils/Makefile |4 +- .../patches/001-elfutils-portability.p

[OpenWrt-Devel] [PATCH] ath10k-firmware: update firmware version for QCA988X

2015-11-10 Thread Robert Hancock
Updates the ath10k firmware version for QCA988X to version 10.2.4.70.10-2, which appears to fix problems with the 5GHz wireless failing on TP-Link Archer C7 v2 when using a Nexus 5X phone. Fixes issue #20854. Signed-off-by: Robert Hancock --- package/firmware/ath10k-firmware/Makefile | 2 +- 1 f