Re: [PATCH] pcre: disable C++ bindings

2021-03-16 Thread Jan Kardell
Rosen Penev skrev: On Sun, Mar 14, 2021 at 2:40 PM Karl Palsson wrote: Rosen Penev wrote: On Sun, Mar 14, 2021 at 7:40 AM Jan Kardell wrote: Rosen Penev skrev: Nothing uses them. Allows to simplify the Makefile. Actually I use it for stuff that is not in openwrt repos. That means I must

Re: [PATCH] pcre: disable C++ bindings

2021-03-14 Thread Jan Kardell
Rosen Penev skrev: Nothing uses them. Allows to simplify the Makefile. Actually I use it for stuff that is not in openwrt repos. That means I must keep pcrecpp out-of-tree. Maybe others do too, but have not yet discovered this change. Is really a few saved lines in a makefile worth to make

arm: lockdep complaining about static memory allocations

2020-11-21 Thread Jan Kardell
Jan Kardell skrev: Hi, I'm lifting our old barrier_braker code on an omap am3552 custom board, and building it on master per 13 november. I currently run it as an zImage-initramfs, but the board normally uses ubifs on nand flash. I get exceptions logged to dmesg, included snippets from

Kernel problems

2020-11-16 Thread Jan Kardell
Hi, I'm lifting our old barrier_braker code on an omap am3552 custom board, and building it on master per 13 november. I currently run it as an zImage-initramfs, but the board normally uses ubifs on nand flash. I get exceptions logged to dmesg, included snippets from the logsĀ  as attachment.

[OpenWrt-Devel] [PATCH] readline: Need host depend on ncurses to build.

2020-03-20 Thread Jan Kardell
We must ensure that host ncurses is build before host readline. Signed-off-by: Jan Kardell --- package/libs/readline/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libs/readline/Makefile b/package/libs/readline/Makefile index ddf05986a5..e0204104c5 100644 --- a/package

[OpenWrt-Devel] [PATCH v2] ncurses: Add ncurses6 config

2020-03-09 Thread Jan Kardell
This is needed by gpsd. Otherwise it finds and uses the build host version of ncurses header files. And those are not compatible, at least not on openSUSE. Also use relative symlinks to the ncursesw6-config file. Signed-off-by: Jan Kardell --- package/libs/ncurses/Makefile | 7 +-- 1 file

[OpenWrt-Devel] [packages] pcre build fail

2019-02-13 Thread Jan Kardell
Hi, The package libpcrecpp fails to build if pcre is fist built without it, and thereafter adding libpcrecpp to the config. It can be fixed by either: 1: Adding PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_libpcrecpp to the package makefile 2: Always have --enable-cpp in CONFIGURE_ARGS I would prefer 2.

[OpenWrt-Devel] Cannot build python3

2018-09-27 Thread Jan Kardell
Hi, I cannot build the host python3 _ctypes module. Some more info on https://forum.openwrt.org/t/error-building-python3-on-opensuse/21764 . I'm building OpenWRT 18.06.1 on openSUSE LEAP 15.0. The _ctypes module is linked against staging_dir/hostpkg/lib/libffi.so.6, but when doing the import

[OpenWrt-Devel] [PATCH] ncurses: Add ncurses6 config

2018-09-26 Thread Jan Kardell
This is needed by gpsd. Otherwise it finds and uses the build hosts version of ncurses header files. And that is not compatible, at least on openSUSE. Also use relative symlinks to the ncursesw6-config file. This patch is needed in master and 18.06 branch. Signed-off-by: Jan Kardell

[OpenWrt-Devel] [PATCH] ncurses: Add ncurses6 config

2018-09-25 Thread jan . kardell
From: Jan Kardell This is needed by gpsd. Otherwise it finds and uses the build hosts version of ncurses header files. And that is not compatible, at least on openSUSE. Also use relative symlinks to the ncursesw6-config file. This patch is needed in master and 18.06 branch. Signed-off-by: Jan

[OpenWrt-Devel] [PATCH] Fix build when TAR_OPTIONS env variable is set

2014-09-24 Thread Jan Kardell
, and it is changed from the original value anyway. Signed-off-by: Jan Kardell jan.kard...@telliq.com --- rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/rules.mk b/rules.mk index c9efb9e..552c4c0 100644 --- a/rules.mk +++ b/rules.mk @@ -263,6 +263,7 @@ else DISABLE_IPV6:=--disable-ipv6 endif

[OpenWrt-Devel] [PATCH] xtables-addons: #15516 Fix compile under linux 3.14

2014-04-17 Thread Jan Kardell
Add compatibility inline function. Signed-off-by: Jan Kardell jan.kard...@telliq.com --- .../utils/xtables-addons/patches/004-fix-kernel-3.14.patch | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 package/network/utils/xtables-addons/patches/004-fix-kernel-3.14.patch

[OpenWrt-Devel] [PATCH] iproute2: Optionally build a full ip utility, with eg CAN support.

2014-03-20 Thread Jan Kardell
Signed-off-by: Jan Kardell jan.kard...@telliq.com --- package/network/utils/iproute2/Makefile | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index a44572d..c9cd02a 100644

[OpenWrt-Devel] [PATCH v2] [packages] canutils: Replace old Pengutronix version with VW version

2014-03-20 Thread Jan Kardell
The old Pengutronix canutils seems very old and unmaintained. Replace it with VolksWagen version of canutils that is actively maintained by the Linux-CAN project. The VW version also has more features. Changes in v2: Run autogen.sh to fix compile with NEON hw FP. Signed-off-by: Jan Kardell

Re: [OpenWrt-Devel] [PATCH] iproute2: Optionally build a full ip utility, with eg CAN support.

2014-03-20 Thread Jan Kardell
Felix Fietkau skriver: On 2014-03-20 14:26, Jan Kardell wrote: Signed-off-by: Jan Kardell jan.kard...@telliq.com --- package/network/utils/iproute2/Makefile | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) Take a look at r39854 - Felix OK. Drop this patch

Re: [OpenWrt-Devel] [PATCH] iproute2: Optionally build a full ip utility, with eg CAN support.

2014-03-20 Thread Jan Kardell
Felix Fietkau skriver: On 2014-03-20 14:26, Jan Kardell wrote: Signed-off-by: Jan Kardell jan.kard...@telliq.com --- package/network/utils/iproute2/Makefile | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) Take a look at r39854 - Felix OK. Drop this patch

Re: [OpenWrt-Devel] [PATCH] [packages] canutils: Replace old Pengutronix version with VW version

2014-03-15 Thread Jan Kardell
Tim Harvey skriver: Jan, Some comments/questions/issue below: On Fri, Mar 14, 2014 at 3:25 AM, Jan Kardell jan.kard...@telliq.com wrote: The old Pengutronix canutils seems very old and unmaintained. Replace it with VolksWagen version of canutils that is actively maintained by the Linux-CAN

[OpenWrt-Devel] [PATCH] [packages] canutils: Replace old Pengutronix version with VW version

2014-03-14 Thread Jan Kardell
The old Pengutronix canutils seems very old and unmaintained. Replace it with VolksWagen version of canutils that is actively maintained by the Linux-CAN project. The VW version also has more features. Signed-off-by: Jan Kardell jan.kard...@telliq.com --- utils/canutils/Makefile | 70

[OpenWrt-Devel] [PATCH] Add Bosch C_CAN/D_CAN modules kernel package

2014-03-04 Thread Jan Kardell
Add Bosch C_CAN/D_CAN driver as a kernel package. The D_CAN controller is used on BeagleBoneBlack. Signed-off-by: Jan Kardell jan.kard...@telliq.com --- package/kernel/linux/modules/can.mk | 55 ++- diff --git a/package/kernel/linux/modules/can.mk b/package/kernel/linux/modules

[OpenWrt-Devel] [PATCH] Add can.ko to the kmod-can package.

2014-03-04 Thread Jan Kardell
Build all of the can support as modules, otherwise the kernel image is changed when a can kernel package is selected, because the can protocol is then built in into the kernel image. Signed-off-by: Jan Kardell jan.kard...@telliq.com --- package/kernel/linux/modules/can.mk | 7 --- 1 file

[OpenWrt-Devel] [Patch][Ramips] ASUS WL-330N3G MAC address

2012-12-13 Thread Jan Kardell
on the label on the router. Patch is against attitude_adjustment branch @34018 //Jan Signed-off-by: Jan Kardell jan.kard...@arkub.com diff --git a/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac b/target/linux/ramips/base-files/lib/preinit/06_set_iface_mac index f1fcd96..20b9a95