[OpenWrt-Devel] [PATCH] x86: add missing symbol

2015-05-24 Thread Dirk Neukirchen
X86_DECODER_SELFTEST is missing when KPROBES is enabled Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/x86/config-3.18 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/config-3.18 b/target/linux/x86/config-3.18 index d7a2d61..82a8211 100644 ---

[OpenWrt-Devel] [PATCH] kernel: remove and unify symbols

2015-05-24 Thread Dirk Neukirchen
CONFIG_NET_NS is enabled by default in config/Config-kernel.in and only some arch are setting/disabling it for unknown reasons Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/malta/config-3.18 | 1 - target/linux/sunxi/config-3.18 | 1 - target/linux/uml/config/i386 | 1

[OpenWrt-Devel] [PATCH] sunxi: remove kernel symbol

2015-05-24 Thread Dirk Neukirchen
unify config across platforms CPUSETS is deactive on all platforms according to description enabling does not make sense on embedded targets Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/sunxi/config-3.18 | 1 - 1 file changed, 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH] sunxi: remove kernel symbol

2015-05-24 Thread Dirk Neukirchen
unify config across platforms RESOURCE_COUNTERS is deactive on all platforms Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/sunxi/config-3.18 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18 index

[OpenWrt-Devel] [PATCH] mac80211: remove wlcore patch

2015-05-24 Thread Dirk Neukirchen
- does not compile (omap target) - 4.1 suppose to carry changes according to: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/333547.html Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- ...0-wlcore-Add-support-for-DT-platform-data.patch | 139 - 1

[OpenWrt-Devel] [PATCH] kernel: arm64: psci: move psci firmware calls out of line

2015-05-24 Thread Dirk Neukirchen
- fixes build error on arm64 with FTRACE enabled - upstream ticket says gcc5 but both linaro gcc variants OpenWrt is using seem to be affected backport upstream change f5e0a12ca2d939e47995f73428d9bf1ad372b289 for Kernel 3.18 only compile tested Signed-off-by: Dirk Neukirchen

[OpenWrt-Devel] [PATCH] sunxi: enable CONFIG_EXPERT

2015-05-24 Thread Dirk Neukirchen
- only sunxi has this disabled - unify kernel configuration across platforms Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/sunxi/config-3.18 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/sunxi/config-3.18 b/target/linux/sunxi/config-3.18 index

[OpenWrt-Devel] [PATCH] kernel: add missing symbol

2015-05-24 Thread Dirk Neukirchen
NET_SCTPPROBE is missing when enabling KPROBES Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/generic/config-3.18 | 1 + target/linux/generic/config-4.0 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-3.18

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

2015-05-24 Thread Steven Barth
Ok thanks for the suggestion. I added some ietf references to the homepage. Cheers, Steven Am 22. Mai 2015 16:29:12 MESZ, schrieb Michael Richardson m...@sandelman.ca: Steven Barth cy...@openwrt.org wrote: Steven Barth cy...@openwrt.org wrote: - Added support for 464XLAT (CLAT)

[OpenWrt-Devel] [PATCH] netifd: bump to current HEAD

2015-05-24 Thread Daniel Golle
This introduces a new config parameter no-proto-task useful for xl2tpd. Signed-off-by: Daniel Golle dan...@makrotopia.org --- package/network/config/netifd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/config/netifd/Makefile

Re: [OpenWrt-Devel] [PATCH] sunxi: remove kernel symbol

2015-05-24 Thread Felix Fietkau
On 2015-05-24 11:01, Dirk Neukirchen wrote: unify config across platforms RESOURCE_COUNTERS is deactive on all platforms Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- Removing target/subtarget kernel config lines individually does not make any sense. These files are generated by

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-24 Thread Sylwester Petela
W dniu 2015-05-23 o 23:22, Aleksander Wałęski pisze: Sylwester Petela sscapi at gmail.com writes: W dniu 2015-05-05 o 09:31, Johannes Berg pisze: On Tue, 2015-05-05 at 09:28 +0200, Sylwester Petela wrote: [ 458.772000] DSL[00]: WARNING - Data Path counters are not supported for the

[OpenWrt-Devel] [PATCH] kernel: remove duplicate symbols

2015-05-24 Thread Dirk Neukirchen
are already included in general kernel config Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- target/linux/imx6/config-3.18 | 2 -- target/linux/omap/config-3.18 | 2 -- target/linux/oxnas/config-3.18 | 2 -- target/linux/oxnas/config-4.0 | 2 -- 4 files changed, 8 deletions(-)

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-24 Thread Martin Blumenstingl
Waiting impatiently for this new patch. For now I can say that I have problems with old driver combined with newest TP-LINK dsl firmware on VDSL line. Once I establish known working configuration I'll build fw with latest driver and test again. New patch is ready: [0] Let me know if VDSL

[OpenWrt-Devel] [PATCH] ncurses: Fix building with gcc 5.1

2015-05-24 Thread Martin Blumenstingl
This patch is taken from the gentoo guys who extracted this from a large upstream commit (with many unrelated changes). Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- package/libs/ncurses/Makefile | 2 +-

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-24 Thread Martin Blumenstingl
Was quite obvious but I've missed it, default debug level have been changed Excellent catch, I should have noticed it when I removed -DDSL_DEBUG_DISABLE Newest trunk with patches from xdarklight, packages from DrayTek. What do you mean exactly with packages from DrayTek? Full log:

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-24 Thread olewales
On Sun, May 24, 2015 at 5:15 PM, Martin Blumenstingl martin.blumensti...@googlemail.com wrote: Was quite obvious but I've missed it, default debug level have been changed Excellent catch, I should have noticed it when I removed -DDSL_DEBUG_DISABLE This might come in handy for DSL tinkerers,

[OpenWrt-Devel] [PATCH] scripts/feeds: return error status from feed updating (alternative approach)

2015-05-24 Thread Hannu Nyman
scripts/feeds: return error status from feed update This patch is a modified version of the patch being discussed at here: https://patchwork.ozlabs.org/patch/471303/from Martin Strbacka martin.strba...@nic.cz My version modifies scripts/feeds so that an error with one of the feeds just

[OpenWrt-Devel] [PATCH] [package] opkg: Fix --force-checksum when using SHA256

2015-05-24 Thread Florian Fieber
Allow installing packages with mismatching SHA256 checksums via $ opkg install --force-checksum $PACKAGE Signed-off-by: Florian Fieber flor...@florianfieber.de --- .../240-fix-force-checksum-for-sha256.patch| 31 ++ 1 file changed, 31 insertions(+) create mode

Re: [OpenWrt-Devel] [PATCH] scripts/feeds: Return non-zero return code if updating of a feed failed.

2015-05-24 Thread Hannu Nyman
On 22.5.2015 16:59, John Crispin wrote: also i am not sure if we want the script to abort if one of the feeds has failed I have submitted an alternative version that simplifies the code and just returns the error information, but tries to update all feeds despite failure at one of

[OpenWrt-Devel] [PATCH] zram-swap: set a high priority for the swap

2015-05-24 Thread Juan Orti Alcaine
The zram swap must be activated with a higher priority than disk-based swap, so it is used before any other. This patch activates the zram-based swap with a priority of 100. Signed-off-by: Juan Orti Alcaine j.orti.alca...@gmail.com --- package/system/zram-swap/files/zram.init | 2 +- 1 file

[OpenWrt-Devel] [PATCH] ar71xx: Add Support for the Bitmain Antminer S1

2015-05-24 Thread L. D. Pinney
This patch adds support for the Bitmain Antminer S1 Cryptocurrency Miner http://wiki.openwrt.org/toh/bitmain/s1 Signed-off-by: L. D. Pinney ldpin...@gmail.com Acked-by: James Hilliard james.hillia...@gmail.com --- target/linux/ar71xx/base-files/etc/diag.sh

[OpenWrt-Devel] [PATCH v2] [netifd] Changes for more readability.

2015-05-24 Thread Yousong Zhou
- ifname for Linux interface name. - interface for netifd defined logical interface names as in /etc/config/network. - A few comments and variable renames for better readability. Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- v2 - v1 - Drop the ev (type cast + pointer