Re: [OpenWrt-Devel] [PATCH] lantiq, xrx200-net: add new 'id' devicetree property

2015-12-10 Thread thomas.langer
Hello Martin, Martin Schiller wrote on 2015-12-10: > This patch adds the new 'id' devicetree property, which makes it possible to > renumber the physical mac ports. I think the numbering should be done by the "aliases" node in the devicetree, as this is the recommended way upstream. Please chec

Re: [OpenWrt-Devel] [PATCH] base-files: add /etc/profile.d support

2015-06-10 Thread thomas.langer
Hello Bastian, > > i like the idea, but please use at least: > > command . $i > or > ( . $i ) I think this will not work, as /etc/profile (and these additional files) is expected to be executed in the current shell context. Otherwise adding shell variables or extending $PATH will not work. So

Re: [OpenWrt-Devel] Chaos Calmer 15.05-rc1

2015-05-21 Thread thomas.langer
Hello Steven, Steven Barth wrote on 2015-05-20: > The OpenWrt developers are proud to announce the first release candidate > of OpenWrt Chaos Calmer. > - > http://downloads.openwrt.org/chaos_calmer/15.05-rc1/ I checked the downloads, e.g here

Re: [OpenWrt-Devel] Designated Driver

2015-04-07 Thread thomas.langer
+1 Hartmut Knaack hat geschrieben: That Doodle poll turned out to be spamed/trolled, and everyone could even change or delete other votes. Since this was just communicated over this mailing list, and subscribers are at least basically verified, why not have a good old fashioned poll? Give your

[OpenWrt-Devel] [PATCH v2] generate list of license information for packages

2014-10-22 Thread thomas.langer
From: Thomas Langer Many packages define already metadata about their license (PKG_LICENSE), but this is only included in the ipk files. This change allows to create the information also on the build-host, to get an overview on the used licenses. In the full list, also all packages without this

Re: [OpenWrt-Devel] generate list of license information for packages

2014-10-21 Thread thomas.langer
Okay, will send an updated patch tomorrow. Best Regards, Thomas --- There are two hard things in computer science: cache invalidation, naming things, and off-by-one errors. --- > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of John

[OpenWrt-Devel] generate list of license information for packages

2014-10-21 Thread thomas.langer
From: Thomas Langer Many packages define already metadata about their license (PKG_LICENSE), but this is only included in the ipk files. This change allows to create the information also on the build-host, to get an overview on the used licenses. In the full list, also all packages without this

Re: [OpenWrt-Devel] lantiq vr9 and fxs

2014-10-15 Thread thomas.langer
Hello Eddi, Eddi De Pieri wrote on 2014-10-14: > Hi to all, > > I've applied to kernel patch for vpe committed for falcon, fixed for > vr9 ltq-vmmc, modified VGV7519 dts for passing new parameters > > console=ttyLTQ0,115200 init=/etc/preinit maxvpes=1 maxtcs=1 phym=64M > mem=62M panic=1 vpe1_loa

Re: [OpenWrt-Devel] [PATCH] lantiq: fix ltq-vdsl-fw

2014-10-10 Thread thomas.langer
Hi John, maybe you can try this together with the driver update you reverted again? I know that there are sometimes dependencies which are not obvious. I don't have more details on this, maybe I can check for the versions with my colleague, when he is back from vacation. Best Regards, Thomas --

Re: [OpenWrt-Devel] [PATCH] fix the build dependencies for uhttpd and ustream-ssl

2014-09-29 Thread thomas.langer
Hello Bas, Bas Mevissen wrote on 2014-09-29: > > Can't you patch uhhtpd to conditionally include the header? Would be > something to upstream as well. > > Another solution would be to have the ssl libraries only build (and > packaged), but not installed in the image because of this dependency. >

Re: [OpenWrt-Devel] [PATCH V2] reduce the build dependencies for ustream-ssl

2014-09-23 Thread thomas.langer
Hello Felix, Felix Fietkau wrote on 2014-09-23: > On 2014-09-23 09:51, thomas.lan...@lantiq.com wrote: >> without this change, all 3 ssl libraries are always built, >> even if no ssl support was selected in menuconfig >> >> reduce this to cyassl as it is the default variant >> >> Signed-off-by:

[OpenWrt-Devel] [PATCH V2] reduce the build dependencies for ustream-ssl

2014-09-23 Thread thomas.langer
without this change, all 3 ssl libraries are always built, even if no ssl support was selected in menuconfig reduce this to cyassl as it is the default variant Signed-off-by: Thomas Langer --- V2: don't change/remove build dependency of uhttpd applies for trunk and 14.07 (BB) diff --git a/pac

Re: [OpenWrt-Devel] [PATCH] fix the build dependencies for uhttpd and ustream-ssl

2014-09-23 Thread thomas.langer
Hello, I have to reject my own patch, uhttpd includes the header from ustream unconditionally, so the build dependency has to stay. I will send a V2, which will reduce the build dependencies at least to the default variant for ustream-ssl Thomas thomas.lan...@lantiq.com wrote on 2014-09-19:

[OpenWrt-Devel] [PATCH] fix the build dependencies for uhttpd and ustream-ssl

2014-09-19 Thread thomas.langer
without this change, all 3 ssl libraries are always built, even if no ssl support was selected in menuconfig Signed-off-by: Thomas Langer --- applies for trunk and 14.07 (BB) diff --git a/package/libs/ustream-ssl/Makefile b/package/libs/ustream-ssl/Makefile --- a/package/libs/ustream-ssl/Makef

[OpenWrt-Devel] [PATCH] Lantiq: fix build warning from dsl_fs script

2014-09-16 Thread thomas.langer
fix inclusion of functions.sh in dsl_fs init script without this, the following error is seen during build: ./etc/init.d/dsl_fs: line 4: /lib/functions.sh: No such file or directory Signed-off-by: Thomas Langer diff --git a/target/linux/lantiq/base-files/etc/init.d/dsl_fs b/target/linux/lantiq

Re: [OpenWrt-Devel] concept of package/compile output

2014-08-06 Thread thomas.langer
Hello Claudio, Claudio Thomas wrote on 2014-08-06: > Hi, > is there a special concept what the package/compile output (without V=s) > shows? These are the real targets the build system is executing, nothing intended to be called directly by a user! The "make[3]" indicates that it is already the

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-03 Thread thomas.langer
Hello José, José Vázquez wrote on 2014-07-03: > Thanks for the comment. > Is cpu_has_vint correct for XWAY SoCs? I added it because was defined > in the FALCON cpu-feature-overrides file and UGW defines > CPU_MIPSR2_IRQ_VI in the Kconfig.ifx. Yes, "vint" is a feature of MIPSR2, which is the case

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-02 Thread thomas.langer
Hello José. cpu_has_veic should be left disabled (this is wrong also for Falcon) Thanks, Thomas > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of José Vázquez Fernández > Sent: Wednesday, July 02, 2014 9:50 PM > To: openwrt-devel@l

Re: [OpenWrt-Devel] [PATCH] [kmod-spidev] Enable CONFIG_SPI_SPIDEV when selecting kmod-spidev

2014-05-20 Thread thomas.langer
Hello Florian, Florian Fainelli wrote on 2014-05-20: > 2014-05-13 8:24 GMT-07:00 Álvaro Fernández Rojas : >> Without this patch /dev/spidev*.* only appears if CONFIG_SPI_SPIDEV is >> manually selected and set to "y" from the kernel config. >> >> Signed-off-by: Álvaro Fernández Rojas > > Applied

Re: [OpenWrt-Devel] Unable to Compile Kernel Header ar71xx

2013-12-06 Thread thomas.langer
Hello Jow, your fix will not work with "make -j"! Please see the attached patch for an alternate implementation, which is successfully in use here. Jo-Philipp Wich wrote on 2013-12-06: > >> Could someone more familiar with the build process have a look? > > Should be fixed with https://dev.op

[OpenWrt-Devel] [PATCH] fix iptables when build as build-dependency

2012-03-21 Thread thomas.langer
Hi, this patch fixes the iptables build if no extensions are selected (e.g. when building only as build-dependency) Best regards, Thomas --- diff --git a/package/iptables/patches/210-fix-no-ext-install.patch b/package/iptables/patches/210-fix-no-ext-install.patch new file mode 100644 --- /dev

Re: [OpenWrt-Devel] NFS root during development

2012-02-24 Thread thomas.langer
Hello Chris, we are using NFS most of the time. Christian Gagneraud wrote on 2012-02-24: > Hi there, > > I'm currently trying to add a new device (based on a ATSAM9G20), and > during development I would like to boot it on a NFS root. > Unfortunately I noticed that a couple of firstboot/preinit/

Re: [OpenWrt-Devel] [PATCH] fix recursive dependency in busybox config

2011-04-06 Thread thomas.langer
> On 2011-04-05 4:49 PM, Felix Fietkau wrote: > > Hi Thomas, > > > >> This patch fixes a recursive dependency in busybox config. > >> Without, it is not possible to save a diffconfig where > >> BUSYBOX_CONFIG_FEATURE_HAVE_RPC is enabled. > >> > >> Signed-off-by: Thomas Langer > > I think the ma

[OpenWrt-Devel] [PATCH] fix recursive dependency in busybox config

2011-04-05 Thread thomas.langer
This patch fixes a recursive dependency in busybox config. Without, it is not possible to save a diffconfig where BUSYBOX_CONFIG_FEATURE_HAVE_RPC is enabled. Signed-off-by: Thomas Langer --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in --- a/package/busybox/Config.in +++ b

[OpenWrt-Devel] [packages] update xtables-addons to 1.17

2009-06-19 Thread thomas.langer
This will update xtables-addons to version 1.17 It fixes some build problems like incompatible arguments for readlink and changes for linux 2.6.30 Signed-off-by: Thomas Langer --- Index: packages/net/xtables-addons/Makefile === --

[OpenWrt-Devel] [PATCH] dynamic detection subtargets

2009-02-20 Thread thomas.langer
Hello, this patch automatically detects the available SUBTARGETS, trigger is a subdirectory with the file target.mk . All existing subtarget are still detected, one additional is found (olpc/generic) Please comment and/or commit! Signed-off-by: Thomas Langer --- Index: target/linux/ixp4xx/

[OpenWrt-Devel] [PATCH] fix sysstat install

2009-01-05 Thread thomas.langer
Creating directory /var/log/sysstat during install is wrong, as it will corrupt the symbolic link /var -> /tmp The directory is already created dynamically from the init script. Signed-off-by: Thomas Langer --- Index: utils/sysstat/Makefile ==

[OpenWrt-Devel] [PATCH] packages/utils/collectd: build improvements

2008-11-14 Thread thomas.langer
this patch fixes following problems: * when not disabled, the build proces tries to install the perl-bindings on the local machine * optimized rebuild: rebuild is only necessary if configuration has changed Signed-off-by: Thomas Langer <[EMAIL PROTECTED]> collectd-fixes.patch Description: c

[OpenWrt-Devel] [PATCH] Fix zlib for powerpc

2007-11-29 Thread thomas.langer
For some architectures like powerpc, the library must be compiled with -fPIC (checked also for mips/mipsel) Signed-off-by: Thomas Langer <[EMAIL PROTECTED]> --- Index: package/zlib/Makefile === --- package/zlib/Makefile (revisio

Re: [OpenWrt-Devel] Build dependencies

2007-08-02 Thread thomas.langer
Hi Florian, this does not answer my question, I asked about PKG_BUILD_DEPENDS, not DEPENDS! Defining the dependencies between packages is not the problem. My problem is an application, that can manage two different chips via their drivers. To build the application I need the sources of the drive

[OpenWrt-Devel] Build dependencies

2007-08-02 Thread thomas.langer
Hi, I have a question regarding the build system and the dependencies (Kamikaze 7.07): Is it possible to dynamical (re-)define the build dependencies? I know about PKG_BUILD_DEPENDS, but I want to do something like: ifdef CONFIG_option_X PKG_BUILD_DEPENDS+=my-package-Y endif Is it possible to t

[OpenWrt-Devel] [PATCH] NAPI extensions for ADM5120 Switch driver

2007-07-06 Thread thomas.langer
Hello. Here is a patch that adds NAPI (polling) support to the adm5120 switch driver. This was done to get higher performance while reducing the interrupt load (please see http://linux-net.osdl.org/index.php/NAPI for details) It also fixes some bugs (race conditions, where the old driver has stop

[OpenWrt-Devel] Recall: [PATCH] NAPI extensions for ADM5120 Switch driver

2007-07-06 Thread thomas.langer
Langer Thomas (IFAG COM AC SD BBA) would like to recall the message, "[PATCH] NAPI extensions for ADM5120 Switch driver". ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel