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

2016-03-04 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- 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/linux/lantiq/xrx200/profiles

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

2016-03-04 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 --- .../network/config/ltq-vdsl-app/files

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

2016-03-04 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 --- package/network/config/ltq-vdsl-app/files/dsl_control | 6

[OpenWrt-Devel] [PATCH v3 11/11] lantiq: print profile name in dsl lucistat

2016-03-04 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- 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 index ece614b..aefefcd 100755

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

2016-03-04 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 --- .../network/config/ltq-vdsl-app/files/dsl_control | 44 -- 1

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

2016-03-04 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 --- package/network/config/ltq-vdsl-app/files

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

2016-03-04 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 --- package/base-files/files/bin/config_generate | 2 +- 1 file changed, 1

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

Re: [OpenWrt-Devel] OpenWRT port to some BCOM based Wi-Fi Routers

2016-03-08 Thread Hauke Mehrtens
On 03/01/2016 05:55 PM, Bojan Likar wrote: > Hello Hauke, > > I found your contact information on openwrt.org web > page. > > I’m looking for somebody who could help me porting the OpenWRT on two, > Broadcom based Wi-Fi Routers: > - ASUS RT-AC88U and > - Netgear R8500 > > Wo

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 supporte

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 Rojas

[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 --- target/linux/lantiq/config-4.4

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] kernel: remove full cache flush in fuse_copy_do() for MIPS

2016-04-02 Thread Hauke Mehrtens
s patch removes the patch to OpenWrt, because I assume that it is not needed any more. If someone knows more about a better test scenario or sees problem with removing this patch, please report back. Signed-off-by: Hauke Mehrtens --- .../patches-3.18/309-mips_fuse

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 > b/package/network/utils/curl/Makefile > index 319c0b7..af38ed

[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 --- target/linux/lantiq/image/Makefile | 185 +++-- 1 file changed, 95 insertions(+), 90 deletions(-) diff --git a

Re: [OpenWrt-Devel] [PATCH] netifd: Send DHCP release when client exits

2016-04-17 Thread Hauke Mehrtens
On 03/31/2016 12:18 PM, Hans Dedecker wrote: > Let DHCP client send a release when it exists so the DHCP server is > informed the IP address is released and allowing to clean up IP/mac > state info in intermediate devices. > > Signed-off-by: Hans Dedecker I think in the normal case we should not

Re: [OpenWrt-Devel] [PATCH] busybox: update to 1.24.2

2016-04-17 Thread Hauke Mehrtens
On 03/18/2016 03:14 AM, Magnus Kroken wrote: > Signed-off-by: Magnus Kroken > --- > Runtime tested on mips/ar71xx and mipsel/brcm47xx > > Fixes since 1.24.1: > * scripts/trylink: fix static build with glibc again > * truncate: always set mode when opening file to avoid fortify errors > * [g]unzip

Re: [OpenWrt-Devel] [PATCH] [kernel] Support for new Archer C7 with gd25q128 chip in 15.05.1

2016-04-17 Thread Hauke Mehrtens
On 04/17/2016 01:55 PM, John Marrett wrote: > Recent Archer C7 V2.0 units have changed flash chips to the gd25q128 > chip, this is supported in trunk but not presently in 15.05. I would > like stable support for this version so I've back ported the required > fix [1] from the upstream kernel. I've

Re: [OpenWrt-Devel] [PATCH v3] package/utils/usbutils: Update USB IDs list and drop gzip compression

2016-04-17 Thread Hauke Mehrtens
On 04/07/2016 08:50 AM, Daniel Engberg wrote: > Change mirror to Github (Gentoo repo) and drop the gzip compression. > Worst case there's about 4kbyte increase in size but most images ends up > beign somewhere between 4-100kbyte smaller due to the lzma compression. > > Tested on ar71xx using the

Re: [OpenWrt-Devel] [PATCH] [kernel] Support for new Archer C7 with gd25q128 chip in 15.05.1

2016-04-17 Thread Hauke Mehrtens
On 04/17/2016 03:17 PM, John Marrett wrote: > Hauke, > > I want to make certain I get the updated patch right; I should > integrate > target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support_backport_from_3.19.patch > patch (which, because of its order, results in pushes down in some > other f

Re: [OpenWrt-Devel] [PATCH v3] package/utils/usbutils: Update USB IDs list and drop gzip compression

2016-04-19 Thread Hauke Mehrtens
On 04/07/2016 08:50 AM, Daniel Engberg wrote: > Change mirror to Github (Gentoo repo) and drop the gzip compression. > Worst case there's about 4kbyte increase in size but most images ends up > beign somewhere between 4-100kbyte smaller due to the lzma compression. > > Tested on ar71xx > > v2 Now

Re: [OpenWrt-Devel] [PATCHv2] [kernel] Support for new Archer C7 with gd25q128 chip in 15.05.1

2016-04-19 Thread Hauke Mehrtens
On 04/18/2016 09:45 PM, John Marrett wrote: > I've updated the patch based on Hauke's feedback. I'm removing the > update info from existing patch > target/linux/bcm53xx/patches-3.18/004-mtd-spi-nor-from-3.20.patch and > using the name target/linux/generic/patches-3.18/043-mtd_GD25Q128B_support > m

Re: [OpenWrt-Devel] [PATCH] lantiq: fix brnImage build

2016-04-24 Thread Hauke Mehrtens
On 04/22/2016 08:39 AM, Mathias Kresin wrote: > Use the kernel with the appended dtb as base, otherwise the kernel will > panic with "no dtb found". > > Signed-off-by: Mathias Kresin > --- > target/linux/lantiq/image/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --gi

Re: [OpenWrt-Devel] undefined reference while building

2016-04-24 Thread Hauke Mehrtens
> Never mind. After a few more test and fresh git clones it seems I have > a more general build failure. Basically any host utill with makedev, > major or minor in it is dying. I don't understand why. > > Is this a gcc 5.x thing? I updated my system recently. .. > '/home/weedy/projects/openw

Re: [OpenWrt-Devel] undefined reference while building

2016-04-24 Thread Hauke Mehrtens
On 04/24/2016 07:12 PM, Weedy wrote: > > On 24 Apr 2016 1:09 pm, "Hauke Mehrtens" <mailto:ha...@hauke-m.de>> wrote: >> >> > Never mind. After a few more test and fresh git clones it seems I have >> > a more general build failure. Basically any h

[OpenWrt-Devel] [PATCH] mtd-utils: fix build with glibc >= 2.23

2016-04-24 Thread Hauke Mehrtens
In glibc 2.23 sys/types.h does not include sys/sysmacros.h any more, this causes a build failure. To prevent this include in manually. Reported-by: Weedy Signed-off-by: Hauke Mehrtens --- tools/mtd-utils/patches/120-makedev.patch| 10 ++ tools/mtd-utils/patches/130-lzma_jffs2.patch

Re: [OpenWrt-Devel] build: conditional dependencies in packages sharing the same source

2016-04-24 Thread Hauke Mehrtens
On 04/24/2016 01:47 PM, Eyal Birger wrote: > Hi All, > > We've encountered an interesting behavior in the OpenWRT build system, on > which > feedback would be appreciated: > > When building packages sharing the same source code, all packages > prerequisites seem to > be joined unconditionally, i

Re: [OpenWrt-Devel] [PATCH] ubox: make system log support as a selectable option

2016-04-24 Thread Hauke Mehrtens
On 04/23/2016 01:11 AM, Andrej Vlasic wrote: > Currently system log is always included as a part of ubox. > Add a config option to optionally exclude system log from ubox package. > > Signed-off-by: Andrej Vlasic > --- > package/system/ubox/Makefile | 20 ++-- > 1 file changed, 1

Re: [OpenWrt-Devel] [PATCH 5/5] lantiq: use new image build process for brnImages

2016-04-25 Thread Hauke Mehrtens
--- > 1 file changed, 28 insertions(+), 14 deletions(-) > All these patches are looking good. Thanks for fixing my errors and extending it. I hope we will soon build every board with the new system and can build them all in parallel. Acked-by: Hauke Mehrtens _

[OpenWrt-Devel] OpenWrt summit by prpl

2016-05-12 Thread Hauke Mehrtens
Hi, When I use OpenWrt in this mail, I mean OpenWrt and LEDE, I hope we come to a solution in the next days on this. prpl wants to organize an OpenWrt summit again. Their goal is to bring the community, industry and developers together. Currently this is in planing and I want to know what should

Re: [OpenWrt-Devel] [Summit-committee] OpenWrt summit by prpl

2016-05-16 Thread Hauke Mehrtens
Hi Luka, On 05/16/2016 01:47 PM, Luka Perkov wrote: > Hi Hauke, > > On Fri, May 13, 2016 at 12:44:50AM +0200, Hauke Mehrtens wrote: >> When I use OpenWrt in this mail, I mean OpenWrt and LEDE, I hope we come >> to a solution in the next days on this. > > It is

Re: [OpenWrt-Devel] OpenWrt summit by prpl

2016-05-21 Thread Hauke Mehrtens
cation, you wrote: "I would like to see > it co located with the ELCE and the Battlemesh next year." > > But I believe the Battlemesh next year won't be co located with ELCE, > did you mean the Battlemesh or ELCE? > > Federico > > >

[OpenWrt-Devel] OpenWrt / LEDE

2016-05-24 Thread Hauke Mehrtens
Hi, As it looks like the IRC meeting will not happen, because not so big interest by the people not already involved in LEDE and problems finding a time, lets discuss on the mailing list like suggested by Jow. Currently it looks like only Luka is working on OpenWrt as he committed many patches fr

Re: [OpenWrt-Devel] OpenWrt / LEDE

2016-05-24 Thread Hauke Mehrtens
add lede-dev On 05/24/2016 10:31 PM, Hauke Mehrtens wrote: > Hi, > > As it looks like the IRC meeting will not happen, because not so big > interest by the people not already involved in LEDE and problems finding > a time, lets discuss on the mailing list like suggested by Jow. &g

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

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] [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 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 together with the proposals

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] [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 provide this option. > sampl

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 the

Re: [OpenWrt-Devel] [RFD] Future

2016-06-29 Thread Hauke Mehrtens
On 06/29/2016 04:55 PM, Imre Kaloz wrote: > All, > > There was an opportunity for a mini-meetup between Felix, Luka and > myself in Paris. We openly discussed the recent events. We've concluded > that it would be beneficial to members of both OpenWrt and LEDE to have > a face to face meeting in th

Re: [OpenWrt-Devel] [RFD] Future telephone meeting

2016-07-14 Thread Hauke Mehrtens
Hi, Like I said I would prefer a telephone conference over an in person meeting, because that would not exclude people who can not effort traveling. We could have an in person meeting afterwards. As nothing happened in the last week regarding this topic I created this dudle to find a time when we

Re: [OpenWrt-Devel] SSL Cert

2016-07-23 Thread Hauke Mehrtens
Hi Kaloz, could you please change the ssl certificate. With HSTS it is pretty hard to circumvent the warning. Hauke On 07/22/2016 11:19 PM, Eric Schultz wrote: > Just wanted to let folks know that the SSL cert expired on openwrt.org > which makes openwrt.org

Re: [OpenWrt-Devel] OpenWrt Summit RFP

2016-08-03 Thread Hauke Mehrtens
als! If you have any questions, don't hesitate to ask any of us. Thanks, OpenWrt Summit Committee Abhijit Mahajani Beda Kosata Eric Schultz Federico Capoano Hans Dedecker Hauke Mehrtens Imre Kaloz Kathy Giori Luka Perkov Paul Blay Zoltan Herpai _

Re: [OpenWrt-Devel] Incompatible xz_wrapper structures between OpenWRT versions of the Linux Kernel and kernel.org Linux kernel 4.5.2.

2016-09-07 Thread Hauke Mehrtens
On 09/07/2016 09:27 PM, John Clark wrote: > In using the 4.5.2 Linux kernel to debug some ‘other problem’ I was > unable to use my squashfs file system with the kernel. > > wending my way to ‘xz_wrapper.c’ I find the following structure > definition in the OpenWRT ’trunk’ version of kernel sources

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 // > //Date:

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

2015-11-01 Thread Hauke Mehrtens
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 CC: Federico Fissore --- .../ar71xx/base-files/etc/uci-defaults/01_leds | 5 + .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target

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

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 > 1 file changed,

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 SUBSYSTEM) linux-ker...@vger

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

2015-11-22 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- 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 **argv) return -1

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

2015-11-22 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- 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) p = ucix_get_option(ctx

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

2015-11-22 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- 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 source) /* bounce out if

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

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens This application helps to debug some internal problems in the MEI driver. Signed-off-by: Hauke Mehrtens --- package/kernel/lantiq/ltq-vdsl-mei/Makefile | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/package/kernel/lantiq/ltq

[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 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 --- package/kernel/lantiq/ltq-vdsl-mei/Makefile| 12 +++ .../lantiq/ltq-vdsl-mei/patches/010

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

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens Signed-off-by: Hauke Mehrtens --- .../lantiq/ltq-vdsl-mei/patches/100-compat.patch | 39 +++--- .../ltq-vdsl-mei/patches/101_no-date-time.patch| 2 +- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/package/kernel/lantiq/ltq-vdsl-mei

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

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens Signed-off-by: Hauke Mehrtens --- package/network/config/ltq-vdsl-app/Makefile | 4 +++- .../network/config/ltq-vdsl-app/files/dsl_cpe_pipe.sh | 18 ++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100755 package/network/config

[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 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 Mehrtens --- package/network/config

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

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

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

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens 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 --- package/kernel/lantiq/ltq-ifxos/Makefile | 6 -- .../lantiq/ltq-ifxos/patches/001

[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

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

2015-11-24 Thread Hauke Mehrtens
From: Hauke Mehrtens 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 --- package/kernel/lantiq/ltq-vdsl/Makefile | 14 +++--- .../kernel/lantiq/ltq-vdsl/patches

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 wrote: >>> +define Package/dsl-vr9-firmware-xdsl/install >>> + $(INSTALL_DIR)

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 /lib/

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 +++ > .../910-ARM-BCM5301X-Add-DT-for-Huawei-WS880.patch | 115 >

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 firmwares

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 should be integrated.

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 sensible defaults for the Go projects

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 > --- > package/devel/perf/Makef

Re: [OpenWrt-Devel] [PATCH 2/6] ltq-vdsl-app: disable Annex I

2015-12-29 Thread Hauke Mehrtens
Hi, On 12/29/2015 09:56 PM, Mathias Kresin wrote: > Commit r47934 removed the comment about G.992.4 support, but enabled > G.992.4 Annex I without mention it (bit 6 of XTSE octet 5 [ITU-T > G.997.1 (06/2012) - section 7.3.1.1.1]. You are unsettling bit 7 in octet 5, this is used for Annex M G.992

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

2015-12-29 Thread Hauke Mehrtens
ration mode. > > As shown by ticket #21436 and a few mails I received personally, even > experienced users are not aware that they have to remove the annex > option to get their VDSL2 line working and as shown by this patch it > doesn't need to be that "complicated". &g

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 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 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 > - 0043-gpio-stp-xway-fix-phy-ma

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] [LEDE-DEV][PATCH 1/1] at91: bump kernel 4.9 to 4.14.67

2019-02-27 Thread Hauke Mehrtens
On 9/6/18 5:48 PM, Sandeep Sheriker Mallikarjun wrote: > Refreshed at91 patches and its configs files. > > Signed-off-by: Sandeep Sheriker Mallikarjun > > --- > target/linux/at91/Makefile | 5 +- > target/linux/at91/{config-4.9 => config-4.14} | 284 ++- > tar

[OpenWrt-Devel] [PATCH] mac80211: Activate DRIVER_11W_SUPPORT for more capable drivers

2019-02-28 Thread Hauke Mehrtens
. Signed-off-by: Hauke Mehrtens --- package/kernel/mac80211/Makefile| 6 +++--- package/kernel/mac80211/ath.mk | 2 +- package/kernel/mac80211/broadcom.mk | 4 ++-- package/kernel/mac80211/intel.mk| 2 +- package/kernel/mac80211/ralink.mk | 2 +- package/kernel/mac80211/realtek.mk

[OpenWrt-Devel] EU feedback on "Upload of software on radio equipment"

2019-03-04 Thread Hauke Mehrtens
Hi, The European commission asked for feedback on the Radio Equipment Directive (RED) regarding the restrictions on "Upload of software on radio equipment" I posted here a comment in the name of the OpenWrt project: https://ec.europa.eu/info/law/better-regulation/initiatives/ares-2018-6621038/fee

Re: [OpenWrt-Devel] EU feedback on "Upload of software on radio equipment"

2019-03-11 Thread Hauke Mehrtens
On 3/5/19 12:35 AM, Hauke Mehrtens wrote: > Hi, > > The European commission asked for feedback on the Radio Equipment > Directive (RED) regarding the restrictions on "Upload of software on > radio equipment" > > I posted here a comment in the name of the OpenWrt

Re: [OpenWrt-Devel] [PATCH] archs38: Update linux kernel to 4.19

2019-03-12 Thread Hauke Mehrtens
hs38%2Fgeneric/builds/1269 This contained an upgrade of the kernel to version 4.14.104. Hauke > > Signed-off-by: Evgeniy Didin > Cc: Alexey Brodkin > Cc: Hauke Mehrtens > Cc: John Crispin > --- > Patch "95aed87b9e2ed982b24122f46ca506cd8b368677" > (ARC: defin

[OpenWrt-Devel] [PATCH 1/2] mvebu: Fix typo in MACCHIATOBin detection

2019-03-21 Thread Hauke Mehrtens
The name in the device tree file is written with two C. Signed-off-by: Hauke Mehrtens --- target/linux/mvebu/base-files/lib/mvebu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mvebu/base-files/lib/mvebu.sh b/target/linux/mvebu/base-files/lib/mvebu.sh index

[OpenWrt-Devel] [PATCH 2/2] mvebu: Add kmod-i2c-mux-pca954x

2019-03-21 Thread Hauke Mehrtens
This driver is needed for the I2C mux on the board. Signed-off-by: Hauke Mehrtens --- target/linux/mvebu/image/cortex-a72.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mvebu/image/cortex-a72.mk b/target/linux/mvebu/image/cortex-a72.mk index ac5b802

Re: [OpenWrt-Devel] [PATCH 2/2] mvebu: Add kmod-i2c-mux-pca954x

2019-03-21 Thread Hauke Mehrtens
On 3/21/19 6:25 PM, Tomasz Maciej Nowak wrote: > Hi Hauke, > > W dniu 21.03.2019 o 17:57, Hauke Mehrtens pisze: >> This driver is needed for the I2C mux on the board. > > This symbol CONFIG_I2C_MUX_PCA954x is in > target/linux/mvebu/cortexa72/config-default so it s

[OpenWrt-Devel] [PATCH 2/4] linux: Add kmod-sched-mqprio

2019-03-21 Thread Hauke Mehrtens
This adds Multi-queue priority scheduler (MQPRIO). Signed-off-by: Hauke Mehrtens --- package/kernel/linux/modules/netsupport.mk | 16 1 file changed, 16 insertions(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index

[OpenWrt-Devel] [PATCH 1/4] linux: Add kmod-crxypto-xcbc

2019-03-21 Thread Hauke Mehrtens
This can be used for IPsec. Signed-off-by: Hauke Mehrtens --- package/kernel/linux/modules/crypto.mk | 12 1 file changed, 12 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index d70eb92..1add16e 100644 --- a/package

[OpenWrt-Devel] [PATCH 3/4] linux: Add kmod-sched-flower

2019-03-21 Thread Hauke Mehrtens
This allows to classify packets based on a configurable combination of packet keys and masks. Signed-off-by: Hauke Mehrtens --- package/kernel/linux/modules/netsupport.mk | 16 1 file changed, 16 insertions(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package

[OpenWrt-Devel] [PATCH 4/4] linux: Add kmod-sched-act-vlan

2019-03-21 Thread Hauke Mehrtens
This allows to configure rules to push or pop vlan headers. Signed-off-by: Hauke Mehrtens --- package/kernel/linux/modules/netsupport.mk | 16 1 file changed, 16 insertions(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk

Re: [OpenWrt-Devel] OpenWrt 19.03 plans

2019-03-23 Thread Hauke Mehrtens
On 3/21/19 11:56 AM, Jo-Philipp Wich wrote: > Hi, > >> Is there any kind of "official" roadmap/checklist available what "needs" >> to be done? > > not that I am aware of, but from the top of my head: > > - make sure all targets are ported properly to 4.14 The following targets are still on 4.9:

[OpenWrt-Devel] [PATCH 6/9] ppc44x: Remove unmaintained target

2019-03-25 Thread Hauke Mehrtens
recent and supported kernel version. Signed-off-by: Hauke Mehrtens --- target/linux/ppc44x/Makefile | 26 -- target/linux/ppc44x/base-files/etc/inittab| 4 - target/linux/ppc44x/config-3.18 | 250 -- target/linux/ppc44x/image/Makefile

[OpenWrt-Devel] [PATCH 1/9] adm5120: Remove unmaintained target

2019-03-25 Thread Hauke Mehrtens
recent and supported kernel version. Signed-off-by: Hauke Mehrtens --- package/kernel/acx-mac80211/Makefile |3 +- package/utils/admswconfig/Makefile| 53 - package/utils/admswconfig/files/admswconfig | 68 - .../utils/admswconfig/files/admswswitch.sh| 28

[OpenWrt-Devel] [PATCH 3/9] au1000: Remove unmaintained target

2019-03-25 Thread Hauke Mehrtens
recent and supported kernel version. Signed-off-by: Hauke Mehrtens --- package/boot/yamonenv/Makefile| 41 - .../patches/001-yamonenv_mtd_partition.patch | 11 -- target/linux/au1000/Makefile | 32 target/linux/au1000/au1500/config-default | 5

[OpenWrt-Devel] [PATCH 5/9] ppc40x: Remove unmaintained target

2019-03-25 Thread Hauke Mehrtens
recent and supported kernel version. Signed-off-by: Hauke Mehrtens --- target/linux/ppc40x/Makefile | 26 - .../ppc40x/base-files/lib/preinit/01_sysinfo | 12 - .../ppc40x/base-files/lib/upgrade/platform.sh | 35 -- target/linux/ppc40x/config-3.18 | 235

[OpenWrt-Devel] [PATCH 8/9] xburst: Remove unmaintained target

2019-03-25 Thread Hauke Mehrtens
recent and supported kernel version. Signed-off-by: Hauke Mehrtens --- package/boot/uboot-xburst/Makefile| 88 - .../0001-qi_lb60-add-nand-spl-support.patch | 894 - ...qi_lb60-add-software-usbboot-support.patch | 916 - .../patches/0003-add-mmc-support.patch

[OpenWrt-Devel] [PATCH 0/9] target: Remove targets depending on kernel 3.18

2019-03-25 Thread Hauke Mehrtens
git;a=shortlog;h=refs/heads/remove-3.18 Hauke Mehrtens (9): adm5120: Remove unmaintained target adm8668: Remove unmaintained target au1000: Remove unmaintained target mcs814x: Remove unmaintained target ppc40x: Remove unmaintained target ppc44x: Remove unmaintained target omap24xx: R

[OpenWrt-Devel] [PATCH 9/9] kernel: Remove support for kernel 3.18

2019-03-25 Thread Hauke Mehrtens
No target is using kernel 3.18 anymore, remove all the generic support for kernel 3.18. The removed packages are depending on kernel 3.18 only and are no used on any recent kernel. Signed-off-by: Hauke Mehrtens --- package/devel/perf/Makefile |2 +- package/kernel/kmod

[OpenWrt-Devel] [PATCH 2/9] adm8668: Remove unmaintained target

2019-03-25 Thread Hauke Mehrtens
recent and supported kernel version. Signed-off-by: Hauke Mehrtens --- target/linux/adm8668/Makefile | 24 - .../adm8668/base-files/etc/config/network | 24 - target/linux/adm8668/base-files/etc/diag.sh | 21 - .../preinit/03_init_hotplug_failsafe_adm8668 | 9 - .../lib

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