Re: [OpenWrt-Devel] [PATCH v4 6/8] ar71xx: WNR2000v3: exclude USB modules from image

2016-02-08 Thread Michal
On Sun, 7 Feb 2016 21:34:23 +0100 John Crispin wrote: > > Hi > > dont override the whole variable please. you can deselect specifc > packages by placing a "-" in front of the name. > > John > ___ Hello John, Does this mean that this empty lis

Re: [OpenWrt-Devel] [PATCH v4] ramips: Add support for Netgear EX2700

2016-02-08 Thread Joseph C. Lehner
This patch adds support for the Netgear EX2700 and builds an approriate sysupgrade image. What's missing is the option to build a factory image flashable via the router's stock web interface, but this approach is hindered by the fact that u-boot operforms an additional integrity check, which expec

[OpenWrt-Devel] [PATCH v2] kernel: crypto: add fsl CAAM package

2016-02-08 Thread Pushpal Sidhu
Kernel package enables the Freescale CAAM (crypto accelerator and assurance module, aka SEC4). Sets kernel defaults for ringsize, intc, and debug. Signed-off-by: Pushpal Sidhu --- v2 changes: - Move package location up before crypto-hw-talitos for alphabetical reasons - added TARGET_mpc85xx to

[OpenWrt-Devel] [PATCH v2] [CC] ar71xx: backport support for TP-LINK TL-WR1043ND v3

2016-02-08 Thread Sven Roederer
The hardware of the v3 is identical to the v2. - adding support for WR1043v3 - resending this patch after fixing the original from https://lists.openwrt.org/pipermail/openwrt-devel/2016-February/039488.html - adds support via old-style-definition. So less code is changed and there is less potent

Re: [OpenWrt-Devel] [PATCH v3] Add new target zynq

2016-02-08 Thread Jason Wu
patch is resubmitted due to git am issue (corrupt patch at line 1245). I must have causing it while I added the version changes. Patch applied with whitespace warning. The white space warning is coming from 0001-arm-dts-zynq-zc702.dts-Set-default-rdinit-to-sbin-in.patch (a kernel patch). Tes

[OpenWrt-Devel] [PATCH v3] Add new target zynq

2016-02-08 Thread Jason Wu
Add support for Xilinx ZC702 Dev board Zynq target is using 4.4 kernel and mainline 2016.1 u-boot. Patch is tested with Xilinx ZC702 Dev board with SD boot mode. known issues: - no QSPI driver in 4.4 kernel: no QSPI flash support - USB is not working in 4.4 kernel Signed-off-by: Jason Wu c

[OpenWrt-Devel] procd remote logging on a scheduled basis -capabilities and documentation

2016-02-08 Thread Derek Werthmuller
I'm interested in pushing logs from the openwrt (CC) forward proxy server(apache) to a central syslog server that is out on the Internet using TLS security once per day. I think this is possible with syslog-ng, but can't find enough detail about the new capabilities in procd. And would like to us

[OpenWrt-Devel] [PATCH] mtd: fix Seama format after replacing EOF with sysupgrade data

2016-02-08 Thread Rafał Miłecki
Seama header has MD5 similarly to TRX and its CRC32. We need to update it after replacing anything in Seama entity content to make bootloader accept it. Signed-off-by: Rafał Miłecki --- package/system/mtd/src/mtd.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --gi

[OpenWrt-Devel] [PATCH 2/2] package/devel/gdb: update to 7.10.1

2016-02-08 Thread Hannu Nyman
Minor bugfix update, released in Dec 2015 https://www.gnu.org/software/gdb/news/ Signed-off-by: Hannu Nyman --- Release notes: December 5th, 2015: GDB 7.10.1 Released! The latest version of GDB, version 7.10.1, is available for download. This is a minor corrective release over GDB 7.

[OpenWrt-Devel] [PATCH 1/2] toolchain/gdb: update to 7.10.1

2016-02-08 Thread Hannu Nyman
Minor bugfix update, released in Dec 2015 https://www.gnu.org/software/gdb/news/ Signed-off-by: Hannu Nyman --- Release notes: December 5th, 2015: GDB 7.10.1 Released! The latest version of GDB, version 7.10.1, is available for download. This is a minor corrective release over GDB 7.

[OpenWrt-Devel] [PATCH] comgt: NCM protocol propagate defaultroute, peerdns, metric to dynamic ifaces

2016-02-08 Thread Jakub Janco
NCM protocol now propagate defaultroute, peerdns, metric to its dynamic dhcp ifaces to maintain these options defined in /etc/config/network. Signed-off-by: Jakub Janco ---  package/network/utils/comgt/files/ncm.sh | 10 --  1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pa

Re: [OpenWrt-Devel] [PATCH 2/3] packaget/network/services/openvpn: Drop ifconfig/route in favour of ip

2016-02-08 Thread Daniel Dickinson
On 01/02/16 02:57 AM, Gert Doering wrote: Hi, On Sun, Jan 31, 2016 at 03:49:58PM -0800, Daniel Dickinson wrote: On 21/01/16 02:31 PM, Felix Fietkau wrote: On 2016-01-20 20:22, open...@daniel.thecshore.com wrote: From: Daniel Dickinson NB: Only compile tested. Based on live testing it appe

Re: [OpenWrt-Devel] [PATCH] kernel: crypto: add fsl CAAM package

2016-02-08 Thread Wojciech Dubowik
On 06/02/16 02:42, Dirk Neukirchen wrote: some comments: - follow alphabetic order - keep crypto-hw prefix - dump vendor I would suggest: crypto-hw-caam Reasoning: talitos, omap, ccp, geode do not contain hw vendor name The caam crypto is also present on mpc85xx target, at least for P1010. You