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

[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,

[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 ---

[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 +-

[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

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

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

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

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

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

[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 ---

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

[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

[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(-)