[OpenWrt-Devel] [PATCH] Support versioned symbols in kernel modules

2014-03-11 Thread Nils Rennebarth
kernel module handling facilities can not cope with CONFIG_MODVERSIONS, but the busybox module handling can, so this is option really is only for developer who know what they are doing Signed-off-by: Nils Rennebarth --- config/Config-devel.in | 8 include/kernel-build.mk| 3

Re: [OpenWrt-Devel] Unloadable modules generated for powerpc

2014-03-11 Thread Nils Rennebarth
is build after the modules. Instead of producing a running kernel with unloadable modules, better fail immediately with an error message. Signed-off-by: Nils Rennebarth --- include/kernel-defaults.mk | 5 + 1 file changed, 5 insertions(+) diff --git a/include/kernel-defaults.mk b/include

Re: [OpenWrt-Devel] Unloadable modules generated for powerpc

2014-03-11 Thread Nils Rennebarth
currently running kernel, so I would very much keep support for symbol versioning. What about building modules by removing vmlinux and System.map, and then calling make vmlinux modules ? -- Nils Rennebarth Software developer bintec elmeg security GmbH Mönchhaldenstraße 28 D-70191 Stuttgart Ge

[OpenWrt-Devel] Unloadable modules generated for powerpc

2014-03-10 Thread Nils Rennebarth
d for occasional kernel module build failures related to kernel config changes Can anyone shed some light on this? Why is that apparently no problem with x86? Do we need special openwrt kernel patches so that make modules produces correct modules even in the absence of vmlinux? -- Nils Renne

[OpenWrt-Devel] Build host based tools

2014-02-20 Thread Nils Rennebarth
, cmake et. al are present as well. But this is not a general purpose tool but a specialized thing that is ony needed to build this custom package. Simply overwriting the CC, LD, AR, ...variables for compilation works. Is there a better (less hackish) way? -- Nils Rennebarth Software developer

Re: [OpenWrt-Devel] How to compute kernel version

2014-02-18 Thread Nils Rennebarth
rsion files which are at the moment officially unsupported by openwrt. Best regards, Nils -- Nils Rennebarth Software developer bintec elmeg security GmbH Mönchhaldenstraße 28 D-70191 Stuttgart Germany Tel: +49-711-900600-64 Email: nils.renneba...@bintec-elmeg.com www: www.bintec-elmeg.com Loca

[OpenWrt-Devel] How to compute kernel version

2014-02-17 Thread Nils Rennebarth
ent openwrt trunk). Best regards, Nils -- Nils Rennebarth Software developer bintec elmeg security GmbH Mönchhaldenstraße 28 D-70191 Stuttgart Germany Tel: +49-711-900600-64 Email: nils.renneba...@bintec-elmeg.com www: www.bintec-elmeg.com Location: Nuremberg, Local Court Nuremberg, HRB 25

[OpenWrt-Devel] [PATCH 2/2] Fix rp-pppoe linkage

2013-12-16 Thread Nils Rennebarth
From: Nils Rennebarth Do not link against libevent if present on your target. That lib is completely different from the libevent in rp-pppoe. The lib is part of the dependencies, so no -L and -l are necessary anyway. Signed-off-by: Nils Rennebarth --- net/rp-pppoe/patches/110-Makefile.patch

[OpenWrt-Devel] [PATCH 1/2] Fix building of rp-pppoe plugin

2013-12-16 Thread Nils Rennebarth
From: Nils Rennebarth The test for the if_pppox.h header file needs to also include linux/in6.h (ipv6 support). Fixes openwrt ticket #13321 Signed-off-by: Nils Rennebarth --- net/rp-pppoe/patches/100-configure.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net

[OpenWrt-Devel] [PATCH] Repair rp-pppoe build failure

2013-12-09 Thread Nils Rennebarth
g dependencies) I hope, thunderbird won't whitespace damage the following patch: Best regards, Nils Rennebarth diff --git a/net/rp-pppoe/patches/100-configure.patch b/net/rp-pppoe/patches/100-configure.patch index 62e9222..d45593a 100644 --- a/net/rp-pppoe/patches/100-configure.patch