Re: [OpenWrt-Devel] [PATCH] [brcm47xx] Belkin F7DXXXX (BCM47XX based) support for Linux 3.18

2015-06-22 Thread Hauke Mehrtens
On 06/22/2015 02:25 PM, Joseph East wrote: Patch didn't seem to mail properly, trying again. From: Joseph East east...@gmail.com Patchset based on previous work by Cody Schafer and Luc Forcier to allow TRX images with Belkin IDs to be compiled as part of the BRCM47XX platform for Linux

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-06-22 Thread Hauke Mehrtens
On 06/22/2015 02:51 AM, Ian Kent wrote: On Sun, 2015-06-21 at 19:19 +0200, Rafał Miłecki wrote: On 10 March 2015 at 04:30, Ian Kent ra...@themaw.net wrote: The Netgear R8000 has a PEX8603 connected to the BCM53012 and if it isn't configured during the bus scan the PCI layer goes crazy

Re: [OpenWrt-Devel] [PATCH] Snort version bump 2.9.7.2 to 2.9.7.3

2015-05-23 Thread Hauke Mehrtens
Hi, this package is maintained in our package feed at github, please send a pull request on github at https://github.com/openwrt/packages Hauke On 05/23/2015 02:26 PM, Derek Werthmuller wrote: Signed-off-by:Derek Werthmuller thewerth...@gmail.com mailto:thewerth...@gmail.com diff

Re: [OpenWrt-Devel] [PATCH 1/1] Fix bridge-utils file offset handling

2015-05-23 Thread Hauke Mehrtens
On 05/22/2015 11:01 PM, Nikolay Martynov wrote: Hi. Thanks for you response! Please forgive my noobiness but I wasn't able to find brigde-utils in https://github.com/openwrt/packages. Is it supposed to be somo other feed? I would really appreciate if you could clarify. brigde-utils

Re: [OpenWrt-Devel] [PATCH v2] mac80211: add mt7601u driver

2015-08-16 Thread Hauke Mehrtens
On 08/16/2015 09:54 AM, Dirk Neukirchen wrote: Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- v2: fix TITLE c/p error package/kernel/mac80211/Makefile | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) Doesn't this need some firmware? I see that this driver

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-08-21 Thread Hauke Mehrtens
On 08/16/2015 06:19 AM, Ian Kent wrote: On Tue, 2015-06-23 at 07:58 +0800, Ian Kent wrote: On Mon, 2015-06-22 at 18:42 +0200, Hauke Mehrtens wrote: On 03/10/2015 04:30 AM, Ian Kent wrote: The Netgear R8000 has a PEX8603 connected to the BCM53012 and if it isn't configured during the bus

Re: [OpenWrt-Devel] [PATCH 1/1] [kernel] Fix kmod-v4l2 modules have missing symbols due to lack of clk support

2015-08-21 Thread Hauke Mehrtens
On 08/20/2015 01:30 AM, Daniel Dickinson wrote: Your patch resolves the issue of compiling - I have not yet tested the functionality of the resulting v4l module. I suspect the disadvantage of this patch is that it will silently fail to work for the types of devices (DV primarily) that

Re: [OpenWrt-Devel] [PATCH 1/1] [kernel] Fix kmod-v4l2 modules have missing symbols due to lack of clk support

2015-08-21 Thread Hauke Mehrtens
On 08/20/2015 01:30 AM, Daniel Dickinson wrote: Your patch resolves the issue of compiling - I have not yet tested the functionality of the resulting v4l module. I suspect the disadvantage of this patch is that it will silently fail to work for the types of devices (DV primarily) that

Re: [OpenWrt-Devel] [PATCH 4/7] mac80211: refresh Intel firmware

2015-08-23 Thread Hauke Mehrtens
On 08/23/2015 12:56 PM, Dirk Neukirchen wrote: - sort firmware - add newer firmware for Intel chipsets - newer Intel MVM require firmware - ucode 13 requires Kernel 4.1+ only compile tested Have you looked if this would close any open feature requests / issues in OpenWrt trac?

Re: [OpenWrt-Devel] Linux kernel config options handling in OpenWRT

2015-08-17 Thread Hauke Mehrtens
On 08/17/2015 10:43 AM, Alexey Brodkin wrote: Hello, I'm playing with OpenWRT for a new platform and have a question on how OpenWRT handles KCONFIG kernel options. For example I select KernelPackage/crypto-core in OpenWRT's menuconfig then KCONFIG is populated with:

Re: [OpenWrt-Devel] [PATCHv2 5/7] mac80211/linux-firmware: include firmware for brcmfmac-sdio

2015-08-03 Thread Hauke Mehrtens
On 07/30/2015 06:34 PM, Rafał Miłecki wrote: On 30 July 2015 at 10:52, Daniel Golle dan...@makrotopia.org wrote: @@ -2000,6 +2000,50 @@ endef define KernelPackage/brcmfmac/install $(INSTALL_DIR) $(1)/lib/firmware/brcm +ifneq ($(CONFIG_BRCMFMAC_SDIO),) + $(INSTALL_DATA) \ +

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-08-14 Thread Hauke Mehrtens
On 08/14/2015 06:03 AM, Ian Kent wrote: On Wed, 2015-08-12 at 22:01 +0200, Hauke Mehrtens wrote: On 07/15/2015 12:11 PM, Ian Kent wrote: On Tue, 2015-07-14 at 18:19 +0200, Rafał Miłecki wrote: On 28 June 2015 at 05:37, Ian Kent ra...@themaw.net wrote: Let me rework this using the bus number

Re: [OpenWrt-Devel] [PATCH] kmod-crypto-manager: autoload aead module

2015-08-15 Thread Hauke Mehrtens
On 08/05/2015 03:30 PM, Doug Goldstein wrote: This package provides the aead module which other modules need loaded when they depend on this package. Signed-off-by: Doug Goldstein car...@cardoe.com --- package/kernel/linux/modules/crypto.mk | 1 + 1 file changed, 1 insertion(+) diff

Re: [OpenWrt-Devel] [PATCH 1/1] [buildroot] Fix for liblzma breaks redhat-like systems

2015-08-15 Thread Hauke Mehrtens
On 08/09/2015 05:50 AM, Daniel Dickinson wrote: On RedHat/Fedora and derivatives we must use the system liblzma from xz-devel because the liblzma in tools/xz breaks these systems due to system tools (which use liblzma) having missing symbols when staging_dir/host/lib has liblzma (because

Re: [OpenWrt-Devel] [PATCH 1/1] [kernel] Fix kmod-v4l2 modules have missing symbols due to lack of clk support

2015-08-15 Thread Hauke Mehrtens
On 08/02/2015 04:34 PM, Daniel Dickinson wrote: The v4l kernel modules fail to compile on latest kernels due to a new dependency on a clock source. Since most routers won't have a suitable clock source, I have added a kernel config option that omits the functionality that requires the clock

Re: [OpenWrt-Devel] [PATCH 1/5] kernel: move linux, part-probe dt parsing in generic code

2015-08-15 Thread Hauke Mehrtens
-probe.patch create mode 100644 target/linux/generic/patches-3.18/140-mtd-part-add-generic-parsing-of-linux-part-probe.patch create mode 100644 target/linux/generic/patches-4.1/140-mtd-part-add-generic-parsing-of-linux-part-probe.patch Acked-by: Hauke Mehrtens ha...@hauke-m.de We should

[OpenWrt-Devel] [PATCH][procd] fix generating syscall-names.h

2015-08-15 Thread Hauke Mehrtens
(__NR_timer_create+1) With this patch the resulting array looks like this: [259] = timer_create, [(__NR_timer_create+1)] = timer_settime, This fixes this bug from OpenWrt: https://dev.openwrt.org/ticket/20195 Signed-off-by: Hauke Mehrtens ha...@hauke-m.de --- make_syscall_h.sh | 2 +- 1 file changed, 1

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-08-15 Thread Hauke Mehrtens
On 08/15/2015 05:05 AM, Ian Kent wrote: On Sat, 2015-08-15 at 09:55 +0800, Ian Kent wrote: On Fri, 2015-08-14 at 19:55 +0200, Hauke Mehrtens wrote: On 08/14/2015 06:03 AM, Ian Kent wrote: On Wed, 2015-08-12 at 22:01 +0200, Hauke Mehrtens wrote: On 07/15/2015 12:11 PM, Ian Kent wrote: On Tue

Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-08-12 Thread Hauke Mehrtens
On 07/15/2015 12:11 PM, Ian Kent wrote: On Tue, 2015-07-14 at 18:19 +0200, Rafał Miłecki wrote: On 28 June 2015 at 05:37, Ian Kent ra...@themaw.net wrote: Let me rework this using the bus number as you recommend. I'll repost my updated patch series once I've done that. Hi Ian, Is there any

Re: [OpenWrt-Devel] [PATCH] Make virtualization guests built for pentium4 with SMP

2015-07-12 Thread Hauke Mehrtens
On 07/11/2015 05:37 AM, Daniel Gimpelevich wrote: Signed-off-by: Daniel Gimpelevich dan...@gimpelevich.san-francisco.ca.us --- include/target.mk | 1 + target/linux/x86/kvm_guest/config-default | 15 ++- target/linux/x86/kvm_guest/target.mk | 1 +

Re: [OpenWrt-Devel] [PATCH] target/linux/generic: allow up to 4 8250-compatible UARTS

2015-08-24 Thread Hauke Mehrtens
of kernel configs that are closer to their upstream versions. Cc: Jonas Gorski j...@openwrt.org Cc: Zoltan HERPAI wigy...@uid0.hu Cc: Hauke Mehrtens ha...@hauke-m.de Cc: Dirk Neukirchen dirkneukirc...@web.de Signed-off-by: Alexey Brodkin abrod...@synopsys.com --- Nack. Most targets are using 2

Re: [OpenWrt-Devel] [PATCH] pinctrl/lantiq: split xway_mfp into dedicated tables

2015-11-16 Thread Hauke Mehrtens
Hi Martin, The get_maintainer.pl helps to find the correct mailing list, it searches the MAINTAINERS file. ./scripts/get_maintainer.pl -f drivers/pinctrl/pinctrl-xway.c Linus Walleij (maintainer:PIN CONTROL SUBSYSTEM) linux-g...@vger.kernel.org (open list:PIN CONTROL

Re: [OpenWrt-Devel] [PATCH] kernel: fix building RTC drivers

2015-11-15 Thread Hauke Mehrtens
On 11/09/2015 06:05 PM, Helmut Schaa wrote: > All RTC drivers require the kernel to be built with CONFIG_RTC_CLASS=y. > Set it accordingly. > > Tested only with DS1307. > > Signed-off-by: Helmut Schaa > --- > package/kernel/linux/modules/other.mk | 24

Re: [OpenWrt-Devel] [PATCH] update mtd-utils to 1.5.2

2015-11-15 Thread Hauke Mehrtens
On 11/13/2015 12:20 AM, Sven Roederer wrote: > - update mtd-utils to 1.5.2 (git a494d30ab1ae40cb7665680cadf5af3ca3830a73) > - remove patches that went upstream > - fixes build from scratch as of broken patches > > just had a crash-course to git send-email > > Signed-off-by: Sven Roederer

[OpenWrt-Devel] [RFC] ar71xx: add Arduino Yun

2015-11-01 Thread Hauke Mehrtens
of 8MB and 16MB? Should I name it Arduino Yun or Genuino Yun or Linino Yun? My device has Arduino Yun printed on it so I would prefer that. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> CC: Federico Fissore <f.fiss...@arduino.cc> --- .../ar71xx/base-files/etc/uci-defaults

Re: [OpenWrt-Devel] building a mips/uclibc toolchain relying on gcc 4.9

2015-10-18 Thread Hauke Mehrtens
On 10/18/2015 03:47 PM, Arturo Rinaldi wrote: > Hello folks, > > I need to build a mips-uclicbx-ar71xx toolchain based on the gcc v4.9 > series for purposes of my own. I reverted the trunk to this commit with : > > /commit d39916a2a31fa41c5e2dc5a1941d3b5337ad9dd4// > //Author: nbd

Re: [OpenWrt-Devel] How to add 6LoWPAN to OpenWRT

2015-07-09 Thread Hauke Mehrtens
On 07/09/2015 04:51 PM, Firas wrote: When I tried to compile the kernel and configure it I found only 6LoWPAN over Bluetooth support, and I need to add 6LoWPAN to work over RF module like Jenic JN51xx. I’m using OpenWRT Kernel 3.18! So how can I implement that please can you guide me

Re: [OpenWrt-Devel] How to get higher version (2.0) of radvd package

2015-07-09 Thread Hauke Mehrtens
On 07/09/2015 02:32 PM, Pratik Prajapati wrote: Hi, I want to build radvd (2.0 version) on OpenWrt but it supports radvd 1.9 version. I have two options: 1) either configure OpenWrt to download radvd's 2.0 version instead of 1.9 or 2) disable radvd in oldpackages and create a new

Re: [OpenWrt-Devel] Build errors when activating the Device Tree flag for Raspberry Pi

2015-07-12 Thread Hauke Mehrtens
17 00:00:00 2001 From: Hauke Mehrtens ha...@hauke-m.de Date: Sun, 12 Jul 2015 13:39:30 +0200 Subject: [PATCH 2/2] kernel: fix build with CONFIG_MTD unset of_get_mac_address_mtd() accesses functions behind CONFIG_MTD without checking if it is available, deactivate this function

Re: [OpenWrt-Devel] Hyper-V Support for X86 or X86_64

2015-07-12 Thread Hauke Mehrtens
On 01/21/2015 08:04 PM, Ning Ye wrote: This is the latest Hyper-V patch to support Linux 3.14. Could you rebase it to current trunk. You should probably create a subtarget like target/linux/x86/kvm_guest/ for Hyper-V and activate there CONFIG_HYPERV=y and CONFIG_HYPERV_STORAGE=y

Re: [OpenWrt-Devel] Questions about "binutils: add binutils 2.25.1"

2015-09-15 Thread Hauke Mehrtens
> binutils: add binutils 2.25.1 > > This adds binutils 2.25.1 as an option to OpenWrt. > > Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> > > git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46874 > 3c298f89-4303-0410-b956-a3cf2f4a3e73 > ->8

Re: [OpenWrt-Devel] [PATCH] Add 'traceroute6' to busybox default features

2015-09-11 Thread Hauke Mehrtens
On 09/03/2015 11:51 AM, Hannu Nyman wrote: > This patch adds 'traceroute6' to the default features of Busybox. > > Signed-off-by: Hannu Nyman > --- > > Reference to earlier discussion: > https://lists.openwrt.org/pipermail/openwrt-devel/2015-August/034828.html > > On Sat

Re: [OpenWrt-Devel] [PATCH] mac80211: install new firmware for ath9k-htc on target

2015-11-27 Thread Hauke Mehrtens
On 11/27/2015 04:36 PM, Alexey Brodkin wrote: > For quite some time new firmware for ath9k-htc devices > is available in > http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/tree/ath9k_htc/ > > Moreover ath9k-htc kernel driver expects this new v1.4 > firmware to exist in

Re: [OpenWrt-Devel] [PATCH v3] bcm53xx: add support for Huawei WS880

2015-12-02 Thread Hauke Mehrtens
On 12/02/2015 03:48 PM, Sergey Shatunov wrote: > From: Prototik > > Changes since v2: > LED default state modified > > Signed-off-by: Sergey Shatunov > --- > target/linux/bcm53xx/image/Makefile| 14 +++ >

Re: [OpenWrt-Devel] [PATCH 2/8] lantiq: add dsl-vr9-firmware-xdsl

2015-12-02 Thread Hauke Mehrtens
On 11/26/2015 07:25 AM, John Crispin wrote: > > > On 26/11/2015 07:11, Florian Eckert wrote: >> Sounds good, >> >> Lantiq will move as discussed on the openwrt summit. >> Does this mean that in the future other firmwares (older/newer) are >> provided by lantiq? >> >> Flo >> > > > gphy

Re: [OpenWrt-Devel] [PATCH] kernel: Hyper-V support for Linux 3.18

2015-12-02 Thread Hauke Mehrtens
On 11/27/2015 05:25 PM, Ning Ye wrote: > kernel: Update Hyper-V support for Linux 3.18 and OpenWRT trunk. Now > requires at least 96 MB memory for VM. > > Signed-off-by: Ning Ye Getting Hyper-V guest support into OpenWrt is a good plan. I am still thinking about how it

Re: [OpenWrt-Devel] [PATCH] linux: add support of Synopsys ARCHS38-based boards

2015-12-09 Thread Hauke Mehrtens
On 12/09/2015 03:16 PM, Alexey Brodkin wrote: > This patch introduces support of new boards with ARC HS38 cores. > > ARC HS38 is a new generation of ARC cores which utilize ARCv2 ISA. > Because of new ISA ARC HS38 are binary incompatible with ARC 700 > cores which requires both separate toolchain

Re: [OpenWrt-Devel] [PATCH] [toolchain]: Add experimental GCCGO support

2015-12-13 Thread Hauke Mehrtens
On 12/09/2015 10:39 AM, open...@daniel.thecshore.com wrote: > From: Daniel Dickinson > > Packages can use TARGET_GOC for the gnugcc compiler. > > No generic packaging defaults have been added as I'm not sure what that should > look like or if there are even

Re: [OpenWrt-Devel] [PATCH 2/4] lantiq: Add support for linux 4.4

2015-12-31 Thread Hauke Mehrtens
On 12/31/2015 01:10 AM, Martin Blumenstingl wrote: > The following patches were dropped because they are already applied > upstream: > - 0038-MIPS-lantiq-fpi-on-ar9.patch > - 0039-MIPS-lantiq-initialize-usb-on-boot.patch > - 0042-USB-DWC2-big-endian-support.patch > -

Re: [OpenWrt-Devel] [PATCH 4/4] lantiq: lantiq-deu: Make the DEU driver compatible with 4.2 and newer

2015-12-31 Thread Hauke Mehrtens
On 12/31/2015 11:28 AM, John Crispin wrote: > > > On 31/12/2015 10:51, Mathias Kresin wrote: >> Am 31.12.2015 um 08:12 schrieb John Crispin: >>> Hi >>> >>> On 31/12/2015 01:10, Martin Blumenstingl wrote: + +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,2,0) +#include +#else

Re: [OpenWrt-Devel] [PATCH 4/4] lantiq: lantiq-deu: Make the DEU driver compatible with 4.2 and newer

2015-12-31 Thread Hauke Mehrtens
On 12/31/2015 01:10 AM, Martin Blumenstingl wrote: > Upstream linux 4.2 commit 84be456f883c4685680fba8e5154b5f72e92957e > "remove " moves scatterlist.h to linux/ instead of asm/. > > Upstream linux 4.3 commit b0d955ba4688fcba8112884931aea1f1e6f50f03 > "crypto: aead - Remove old AEAD interfaces"

Re: [OpenWrt-Devel] [PATCH 4/4] lantiq: lantiq-deu: Make the DEU driver compatible with 4.2 and newer

2015-12-31 Thread Hauke Mehrtens
On 12/31/2015 02:51 PM, John Crispin wrote: > > > On 31/12/2015 14:44, Hauke Mehrtens wrote: >> >> >> On 12/31/2015 11:28 AM, John Crispin wrote: >>> >>> >>> On 31/12/2015 10:51, Mathias Kresin wrote: >>>> Am 31.12.2015 um 08

Re: [OpenWrt-Devel] [PATCH 3/6] ltq-vdsl-app: add/enable missing G.993.2 XTSE bits

2015-12-29 Thread Hauke Mehrtens
gned-off-by: Mathias Kresin <open...@kresin.me> Acked-By: Hauke Mehrtens <ha...@hauke-m.de> Activating VDSL every time should be OK for the CPE devices with VDSL support. I do not know what happens with ADSL only chips. this could still cause inter interoperability problems with some

Re: [OpenWrt-Devel] [PATCH] Add support for Netgear D7800

2015-12-25 Thread Hauke Mehrtens
On 12/25/2015 12:46 PM, Tathagata Das wrote: > Add support for the Netgear D7800 and build appropriate sysupgrade and > factory images. > > Known issues: > . USB ports are not working > . DSL is not added Do you plan to add support for the DSL part? Hauke

Re: [OpenWrt-Devel] [PATCH] kernel: generic 4.1 & 4.4 perf: musl compatibility

2015-12-29 Thread Hauke Mehrtens
On 12/29/2015 11:14 AM, Kevin Darbyshire-Bryant wrote: > Enable linux perf tools to compile under musl. > > Tested on MIPS Archer c7 v2 & ARM Linksys 1200ac. > > With thanks to Dave Taht who > did the heavy lifting. > > Signed-off-by: Kevin Darbyshire-Bryant

[OpenWrt-Devel] [PATCH 1/8] lantiq: ltq-ifxos: fix build warnings

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens <hauke.mehrt...@lantiq.com> This makes the build script use the same configure options as used by Lantiq UGW and fixes some warnings and cleans up some of the patches. Signed-off-by: Hauke Mehrtens <hauke.mehrt...@lantiq.com> --- package/kernel/lantiq/ltq-if

[OpenWrt-Devel] [PATCH 0/8] lantiq: add xRX200 dsl firmware binary and update vdsl drivers

2015-11-24 Thread Hauke Mehrtens
This packages adds the redistributable dsl firmware for the xRX200 SoCs and updates the VDSL drivers to the version shipped with Lantiq's UGW 6.1.1. In addition it adds some diagnostic tools and fixes some build warnings. Hauke Mehrtens (8): lantiq: ltq-ifxos: fix build warnings lantiq: add

[OpenWrt-Devel] [PATCH 6/8] lantiq: ltq-vdsl: update to version 4.16.6.3

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens <hauke.mehrt...@lantiq.com> In addition to the update this also fixes some build warnings and makes it use the same configure option as used in Lantiq UGW. Signed-off-by: Hauke Mehrtens <hauke.mehrt...@lantiq.com> --- package/kernel/lantiq/ltq-v

[OpenWrt-Devel] [PATCH 4/8] lantiq: ltq-vdsl-mei: register char device automatically

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens <hauke.mehrt...@lantiq.com> Signed-off-by: Hauke Mehrtens <hauke.mehrt...@lantiq.com> --- .../lantiq/ltq-vdsl-mei/patches/100-compat.patch | 39 +++--- .../ltq-vdsl-mei/patches/101_no-date-time.patch| 2 +- 2 files changed, 36 inse

[OpenWrt-Devel] [PATCH 7/8] lantiq: ltq-vdsl-app: add dsl_cpe_pipe.sh

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens <hauke.mehrt...@lantiq.com> Signed-off-by: Hauke Mehrtens <hauke.mehrt...@lantiq.com> --- package/network/config/ltq-vdsl-app/Makefile | 4 +++- .../network/config/ltq-vdsl-app/files/dsl_cpe_pipe.sh | 18 ++ 2 files changed, 21 inse

[OpenWrt-Devel] [PATCH 8/8] lantiq: ltq-vdsl-app: update to version 4.16.6.3

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens <hauke.mehrt...@lantiq.com> In this upstream dsl driver app version the autoboot is deactivated activate it again. In addition to the update this also fixes some build warnings and makes it use the same configure option as used in Lantiq UGW. Signed-off-by: Hauke Me

[OpenWrt-Devel] [PATCH 5/8] lantiq: ltq-vdsl-mei: update to version 1.4.8.5

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens <hauke.mehrt...@lantiq.com> In addition to the update this also fixes some build warnings and makes it use the same configure option as used in Lantiq UGW. Signed-off-by: Hauke Mehrtens <hauke.mehrt...@lantiq.com> --- package/kernel/lantiq/ltq-vdsl-mei/Makefile

[OpenWrt-Devel] [PATCH 2/8] lantiq: add dsl-vr9-firmware-xdsl

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens <hauke.mehrt...@lantiq.com> This adds the DSL firmware for the VR9/XRX200 SoCs. Signed-off-by: Hauke Mehrtens <hauke.mehrt...@lantiq.com> --- .../firmware/lantiq/dsl-vr9-firmware-xdsl/Makefile | 46 ++ 1 file changed, 46 insertions(+) create

[OpenWrt-Devel] [PATCH 3/8] lantiq: ltq-vdsl-mei: add mei_cpe_drv_test application

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens <hauke.mehrt...@lantiq.com> This application helps to debug some internal problems in the MEI driver. Signed-off-by: Hauke Mehrtens <hauke.mehrt...@lantiq.com> --- package/kernel/lantiq/ltq-vdsl-mei/Makefile | 24 +++- 1 file changed, 23 inse

Re: [OpenWrt-Devel] [PATCH 2/8] lantiq: add dsl-vr9-firmware-xdsl

2015-11-25 Thread Hauke Mehrtens
On 11/25/2015 11:29 AM, John Crispin wrote: > > > On 25/11/2015 10:53, Andre Heider wrote: >> Hi, >> >> On Tue, Nov 24, 2015 at 9:24 PM, Hauke Mehrtens <ha...@hauke-m.de> wrote: >>> +define Package/dsl-vr9-firmware-xdsl/install &g

[OpenWrt-Devel] [PATCH fstools] fix gcc format security error.

2015-11-22 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block.c b/block.c index 4c8dda9..c6d1b90 100644 --- a/block.c +++ b/block.c @@ -1311,7 +1311,7 @@ static int main_swapon(int argc, char

[OpenWrt-Devel] [PATCH mountd] fix gcc format security errors

2015-11-22 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- autofs.c | 2 +- log.c| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autofs.c b/autofs.c index 5f8810e..4ad782d 100644 --- a/autofs.c +++ b/autofs.c @@ -194,7 +194,7 @@ static void autofs_init(void)

[OpenWrt-Devel] [PATCH ubox] fix gcc format security error

2015-11-22 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- log/syslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/syslog.c b/log/syslog.c index a596b48..e8b6774 100644 --- a/log/syslog.c +++ b/log/syslog.c @@ -66,7 +66,7 @@ log_add(char *buf, int size, int

Re: [OpenWrt-Devel] [LEDE-DEV] TR-069 for OpenWrt

2016-05-28 Thread Hauke Mehrtens
On 05/27/2016 01:43 AM, Delbar Jos wrote: > Hi all, > > At Technicolor we have followed with great interest the recent proposals to > enhance OpenWrt with an open source solution for TR-069 remote management. As > one of the world's largest vendors of modems and routers for carrier >

Re: [OpenWrt-Devel] [LEDE-DEV] TR-069 for OpenWrt

2016-05-28 Thread Hauke Mehrtens
On 05/27/2016 12:43 PM, David Lang wrote: > On Thu, 26 May 2016, Delbar Jos wrote: > >> We are conscious of the fact that together with the proposals made by >> Felix, Luka and Wojtek we are now looking at many "competing" >> proposals. As a next step, we recommend to organize a workshop, at a >>

Re: [OpenWrt-Devel] [PATCH 1/2] Add support for AVM FritzBox 7360SL

2016-06-04 Thread Hauke Mehrtens
Hi, On 05/19/2016 02:12 PM, Sebastian Ortwein wrote: > Add support for FritzBox 7360SL Please send it inline with a Signed-off-by line. > working: USB,WIFI,SWITCH,LAN > > not working:DECT, Telephone This will probably never work, but should not block OpenWrt LEDE integration. If this is a 1.2

Re: [OpenWrt-Devel] [LEDE-DEV] TR-069, bufferbloat, and BQL

2016-05-28 Thread Hauke Mehrtens
On 05/28/2016 03:36 PM, Dave Taht wrote: > On Sat, May 28, 2016 at 5:34 AM, Hauke Mehrtens <ha...@hauke-m.de> wrote: >> On 05/27/2016 12:43 PM, David Lang wrote: >>> On Thu, 26 May 2016, Delbar Jos wrote: >>> >>>> We are conscious of the fact that t

Re: [OpenWrt-Devel] [PATCH] Added optional command line option for patch-image tool

2016-06-23 Thread Hauke Mehrtens
On 05/12/2016 04:37 PM, duddu.swar...@intel.com wrote: > From: Vishnu Swaroop Duddu > > Added optional command line option for patch-image tool > Default 16KB size is still maintained as this is an optional argument. > if one wants to specify or increase size they can

Re: [OpenWrt-Devel] [PATCH] brcm47xx: Mark broken; no working images

2016-01-14 Thread Hauke Mehrtens
due to the small size of the targets for this > architecture. Therefore mark this arch broken and maybe remove > unless someone decides to fix it. > > Signed-off-by: Daniel Dickinson <open...@daniel.thecshore.com> NACK: Hauke Mehrtens The devices with 32 MB ram are workin

Re: [OpenWrt-Devel] Response to LEDE proposal/queries/mail?

2016-06-27 Thread Hauke Mehrtens
On 06/27/2016 11:39 AM, Jo-Philipp Wich wrote: > Hi Zoltan, > > we started a discussion on OpenWrt re-merge conditions over at lede-dev > and waited for a while to solicit more feedback. > > Since no other people expressed further wishes and since you repeatedly > asked for a list of things

[OpenWrt-Devel] [PATCH 4/5] lantiq: add dsl firmware to default packages

2016-02-27 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- target/linux/lantiq/xrx200/profiles/lantiq.mk | 4 ++-- target/linux/lantiq/xrx200/profiles/tplink.mk | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/target/linux/lantiq/xrx200/profiles/lantiq.mk b/target

[OpenWrt-Devel] [PATCH 3/5] lantiq: do not set default firmware file

2016-02-27 Thread Hauke Mehrtens
We are now shipping a DSL firmware, do not set it by default to some file name. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/base-files/files/lib/functions/uci-defaults.sh | 6 ++ target/linux/lantiq/base-files/etc/board.d/02_network | 2 +- 2 files changed, 3 inse

[OpenWrt-Devel] [PATCH 5/5] ltq-vdsl-app: make the dsl_control application stop cleanly.

2016-02-27 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/network/config/ltq-vdsl-app/files/dsl_control | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/config/ltq-vdsl-app/files/dsl_control b/package/network/config/ltq-vdsl-app/files/dsl_control index d7ba622..2

[OpenWrt-Devel] [PATCH 1/5] dsl-vrx200-firmware-xdsl: create Lantiq vrx200 firmware patches

2016-02-27 Thread Hauke Mehrtens
Instead of having two big binaries only add one binary and then a patch to create the other one when needed at runtime. This is easier to handle in one Makeifle for both firmware files. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../lantiq/dsl-vrx200-firmware-xdsl-a/Makefile

[OpenWrt-Devel] [PATCH 2/5] ltq-vdsl-app: load the vrx200 firmware or patch it

2016-02-27 Thread Hauke Mehrtens
This checks for the VRX firmware provided in the OpenWrt package. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../network/config/ltq-vdsl-app/files/dsl_control | 41 ++ 1 file changed, 41 insertions(+) diff --git a/package/network/config/ltq-vdsl-app

Re: [OpenWrt-Devel] [PATCH 2/5] ltq-vdsl-app: load the vrx200 firmware or patch it

2016-02-28 Thread Hauke Mehrtens
On 02/28/2016 08:53 AM, John Crispin wrote: > > > On 28/02/2016 08:44, Felix Fietkau wrote: >> On 2016-02-28 08:42, Felix Fietkau wrote: >>> On 2016-02-28 08:40, Felix Fietkau wrote: >>>> On 2016-02-27 23:59, Hauke Mehrtens wrote: >>>>> This

[OpenWrt-Devel] [PATCH 3/5] ltq-vdsl-app: sync annex option between from ADSL package

2016-02-28 Thread Hauke Mehrtens
The detailed annex option were only available in the danube DSL app including the activation of G.992.2 Annex A (ADSL Lite). This is now also added to the vdsl app for the vrx200. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../network/config/ltq-vdsl-app/files/dsl_control

[OpenWrt-Devel] [PATCH 5/5] ltq-vdsl-app: do not set the reserved bit 4 in the xTSE 8

2016-02-28 Thread Hauke Mehrtens
I do not know if this causes any problems now, but we should not set it, because it is reserved. Some more recent versions of the Lantiq DSL API driver and Control is checking if only valid bits are set. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/network/config/ltq-vd

[OpenWrt-Devel] [PATCH 4/5] ltq-vdsl-app: make it possible to configure ADSL/VDSL independently

2016-02-28 Thread Hauke Mehrtens
There are some cases where ISPs are running ATM over VDSL or PTM over ADSL, this is not the common case, but these cases exist. Make it possible to configure OpenWrt for such cases by adding a new config option line_mode. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../network/

[OpenWrt-Devel] [PATCH 1/5] base-files: change type of adsl and vdsl to dsl only

2016-02-28 Thread Hauke Mehrtens
Instead of having two different types adsl and vdsl just create one dsl type. This way we can use the same luci code for adsl and vdsl and the config parameters are not so different. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/base-files/files/lib/functions/uci-defaults.

[OpenWrt-Devel] [PATCH 2/5] ltq-adsl-app: sync annex option between from VDSL package

2016-02-28 Thread Hauke Mehrtens
-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/network/config/ltq-adsl-app/files/dsl_control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/network/config/ltq-adsl-app/files/dsl_control b/package/network/config/ltq-adsl-app/files/dsl_control index 0

[OpenWrt-Devel] [PATCH v2 07/11] ltq-adsl-app: sync annex option between from VDSL package

2016-02-28 Thread Hauke Mehrtens
-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/network/config/ltq-adsl-app/files/dsl_control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/network/config/ltq-adsl-app/files/dsl_control b/package/network/config/ltq-adsl-app/files/dsl_control index 0

[OpenWrt-Devel] [PATCH v2 09/11] ltq-vdsl-app: make it possible to configure ADSL/VDSL independently

2016-02-28 Thread Hauke Mehrtens
There are some cases where ISPs are running ATM over VDSL or PTM over ADSL, this is not the common case, but these cases exist. Make it possible to configure OpenWrt for such cases by adding a new config option line_mode. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../network/

[OpenWrt-Devel] [PATCH v2 05/11] ltq-vdsl-app: make the dsl_control application stop cleanly

2016-02-28 Thread Hauke Mehrtens
I am not calling dsl_cmd because I want to ignore the lock, quit should also be send when someone else is accessing it. I saw that some other call was stuck here and all following calls were stuck in the dsl_cmd lock. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/network/

[OpenWrt-Devel] [PATCH v2 02/11] ltq-vdsl-app: load the vrx200 firmware or patch it

2016-02-28 Thread Hauke Mehrtens
This checks for the VRX firmware provided in the OpenWrt package. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../network/config/ltq-vdsl-app/files/dsl_control | 41 ++ 1 file changed, 41 insertions(+) diff --git a/package/network/config/ltq-vdsl-app

[OpenWrt-Devel] [PATCH v2 03/11] lantiq: do not set default firmware file

2016-02-28 Thread Hauke Mehrtens
We are now shipping a DSL firmware, do not set it by default to some file name. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/base-files/files/lib/functions/uci-defaults.sh | 6 ++ target/linux/lantiq/base-files/etc/board.d/02_network | 2 +- 2 files changed, 3 inse

[OpenWrt-Devel] [PATCH v2 04/11] lantiq: add dsl firmware to default packages

2016-02-28 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- target/linux/lantiq/xrx200/profiles/lantiq.mk | 4 ++-- target/linux/lantiq/xrx200/profiles/tplink.mk | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/target/linux/lantiq/xrx200/profiles/lantiq.mk b/target

[OpenWrt-Devel] [PATCH v2 01/11] dsl-vrx200-firmware-xdsl: create Lantiq vrx200 firmware patches

2016-02-28 Thread Hauke Mehrtens
Instead of having two big binaries only add one binary and then a patch to create the other one when needed at runtime. This is easier to handle in one Makeifle for both firmware files. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../lantiq/dsl-vrx200-firmware-xdsl-a/Makefile

[OpenWrt-Devel] [PATCH v2 00/11] Lantiq dsl improvements

2016-02-28 Thread Hauke Mehrtens
This is the v2 of the lantiq patches I send yesterday and today base on trunk. This was tested on a TP-Link vr200v connected to a Deutsche Telekom line. Some testes with a Danube based device would be nice. Hauke Mehrtens (11): dsl-vrx200-firmware-xdsl: create Lantiq vrx200 firmware patches

[OpenWrt-Devel] [PATCH v2 08/11] ltq-vdsl-app: sync annex option between from ADSL package

2016-02-28 Thread Hauke Mehrtens
The detailed annex option were only available in the danube DSL app including the activation of G.992.2 Annex A (ADSL Lite). This is now also added to the vdsl app for the vrx200. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../network/config/ltq-vdsl-app/files/dsl_control

[OpenWrt-Devel] [PATCH v2 11/11] base-files: print profile name in dsl lucistat

2016-02-28 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh b/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh

[OpenWrt-Devel] [PATCH v2 10/11] ltq-vdsl-app: do not set the reserved bit 4 in the xTSE 8

2016-02-28 Thread Hauke Mehrtens
I do not know if this causes any problems now, but we should not set it, because it is reserved. Some more recent versions of the Lantiq DSL API driver and Control is checking if only valid bits are set. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/network/config/ltq-vd

[OpenWrt-Devel] [PATCH v2 06/11] base-files: change type of adsl and vdsl to dsl only

2016-02-28 Thread Hauke Mehrtens
Instead of having two different types adsl and vdsl just create one dsl type. This way we can use the same luci code for adsl and vdsl and the config parameters are not so different. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- package/base-files/files/bin/config_generate | 2 +-

Re: [OpenWrt-Devel] [PATCH v2 05/11] ltq-vdsl-app: make the dsl_control application stop cleanly

2016-02-29 Thread Hauke Mehrtens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 02/29/2016 06:08 AM, Alexander Couzens wrote: > On Sun, 28 Feb 2016 19:44:28 +0100 Hauke Mehrtens > <ha...@hauke-m.de> wrote: > >> I am not calling dsl_cmd because I want to ignore the lock, quit >> should als

Re: [OpenWrt-Devel] Introducing new IP Virtual Server package and kernel modules

2016-02-15 Thread Hauke Mehrtens
Hi, On 02/13/2016 03:47 PM, Mauro M. wrote: > Hello, > > I am new to this list and this is my first post. This was a replay to the " downloads.openwrt.org NOT accessible!!!" thread and your mail is totally unrelated to that. When you want to start a new thread next time just send a new mail to

Re: [OpenWrt-Devel] [PATCH] mac80211: install old firmware for ath9k-htc on target as well

2016-03-15 Thread Hauke Mehrtens
On 03/15/2016 02:06 PM, Alexey Brodkin wrote: > In commit > http://git.openwrt.org/?p=openwrt.git;a=commit;h=3990e15258808b145226d7e95332c4708f9f9463 > I got rid of older ath9k_htc firmware in favor of newer ones. > > But that was not completely correct. > New v1.4 ath9k_htc firmwares are

Re: [OpenWrt-Devel] Patch for Arduino Yun board WLAN RST"button support (mach-arduino-yun.c)

2016-03-08 Thread Hauke Mehrtens
On 03/07/2016 06:02 AM, Hirokazu MORIKAWA wrote: > Hi, > > This patch is a support for Arduino Yun board "WLAN RST" button. > I don't know the reason why you omitted codes when implement from > march-linio.c. > But arduino yun additional packages use "WLAN RST" button. I do not know why I did

Re: [OpenWrt-Devel] about .chk firmware

2016-03-08 Thread Hauke Mehrtens
On 03/08/2016 06:17 AM, feng yu wrote: > hi,i got a netgear r8500 recently,since it is not support by openwrt > yet,i cosse complainted some modules and want to mod the offical > firmware to add them in it(rootfs) ,i used the source code 1.0.2.26 >

Re: [OpenWrt-Devel] [PATCH 0/4] Add Raspberry Pi 3 support

2016-03-19 Thread Hauke Mehrtens
Hi Arend, could you or someone else from Broadcom pleases add the firmware for the BCM43430 SDIO to linux-firmware. This module is used in the Raspberry Pi 3 and it would be a lot easer for distributions to have the firmware in linux-firmware. Hauke On 03/08/2016 11:13 PM, Álvaro Fernández

Re: [OpenWrt-Devel] [PATCH 3/3] curl: add flags to allow gc-sections to strip out unused code

2016-04-07 Thread Hauke Mehrtens
On 04/07/2016 10:21 AM, Dirk Feytons wrote: > Signed-off-by: Dirk Feytons > --- > package/network/utils/curl/Makefile |3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/package/network/utils/curl/Makefile >

[OpenWrt-Devel] [PATCH] lantiq: use new image build process for some images

2016-04-12 Thread Hauke Mehrtens
This adds for some easy images the new build process. This was only tested on some TP-Link devices, please test. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- target/linux/lantiq/image/Makefile | 185 +++-- 1 file changed, 95 insertions(+), 90 del

[OpenWrt-Devel] [PATCH] lantiq: use upstream mechanism to append device tree file

2016-03-19 Thread Hauke Mehrtens
Instead of using our patch-dtb program just place the device tree behind the kernel binary and then let the in kernel mechanism fetch it. This also adds support for having the device tree file in the boot loader. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- target/linux/lantiq/conf

Re: [OpenWrt-Devel] [PATCH] lantiq: use upstream mechanism to append device tree file

2016-03-19 Thread Hauke Mehrtens
On 03/19/2016 06:08 PM, John Crispin wrote: > > > On 19/03/2016 17:27, Hauke Mehrtens wrote: >> Instead of using our patch-dtb program just place the device tree >> behind the kernel binary and then let the in kernel mechanism fetch it. >> This also adds support for

[OpenWrt-Devel] [PATCH v3 00/11] Lantiq dsl improvements

2016-03-04 Thread Hauke Mehrtens
This was tested on a TP-Link vr200v connected to a Deutsche Telekom line. Some testes with a Danube based device would be nice. changes since v2: * added some comments to the code Hauke Mehrtens (11): dsl-vrx200-firmware-xdsl: create Lantiq vrx200 firmware patches ltq-vdsl-app: load

[OpenWrt-Devel] [PATCH v3 01/11] dsl-vrx200-firmware-xdsl: create Lantiq vrx200 firmware patches

2016-03-04 Thread Hauke Mehrtens
Instead of having two big binaries only add one binary and then a patch to create the other one when needed at runtime. This is easier to handle in one Makeifle for both firmware files. Signed-off-by: Hauke Mehrtens <ha...@hauke-m.de> --- .../lantiq/dsl-vrx200-firmware-xdsl-a/Makefile

<    1   2   3   4   5   6   7   8   9   10   >