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
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 lif
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 fro
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.
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
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
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.
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
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
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
the evironment variable, and it is changed from the original
value anyway.
Signed-off-by: Jan Kardell
---
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
Add compatibility inline function.
Signed-off-by: Jan Kardell
---
.../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
diff --git
a/package
Felix Fietkau skriver:
On 2014-03-20 14:26, Jan Kardell wrote:
Signed-off-by: Jan Kardell
---
package/network/utils/iproute2/Makefile | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
Take a look at r39854
- Felix
OK. Drop this patch. Apologies for the noise
Felix Fietkau skriver:
On 2014-03-20 14:26, Jan Kardell wrote:
Signed-off-by: Jan Kardell
---
package/network/utils/iproute2/Makefile | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
Take a look at r39854
- Felix
OK. Drop this patch. Apologies for the noise
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
Signed-off-by: Jan Kardell
---
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
--- a/package/network
Tim Harvey skriver:
Jan,
Some comments/questions/issue below:
On Fri, Mar 14, 2014 at 3:25 AM, Jan Kardell 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 project. The VW version
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
---
utils/canutils/Makefile | 70
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
---
package/kernel/linux/modules/can.mk | 7 ---
1 file changed, 4 insertions
Add Bosch C_CAN/D_CAN driver as a kernel package. The D_CAN controller is used
on BeagleBoneBlack.
Signed-off-by: Jan Kardell
---
package/kernel/linux/modules/can.mk | 55 ++-
diff --git a/package/kernel/linux/modules/can.mk
b/package/kernel/linux/modules/can.mk
index 39c1c96
the label on the
router.
Patch is against attitude_adjustment branch @34018
//Jan
Signed-off-by: Jan Kardell
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 100644
--- a/target/linux
21 matches
Mail list logo