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
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
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
+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
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
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
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
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
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
--
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.
>
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:
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
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:
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
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
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
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
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
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
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
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
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/
> 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
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
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
===
--
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/
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
==
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
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
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
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
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
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
33 matches
Mail list logo