[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 --- v2 <- v1 - Drop the ev (type cast + pointer dereference) change in

[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 --- 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 ddc3f7a..fde6a78 100644 --- a/t

[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 --- target/linux/sunxi/config-3.18 | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/sunxi/config-3.18 b/targ

[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 --- 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(-) diff --git a/target/linux

[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 --- ...psci_move_

[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 --- 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 2112816..5e191cf 100644 --- a/t

[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 --- 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 b/target/linux/generic/config-3.18 index 7a38dee..17a6

[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 --- ...0-wlcore-Add-support-for-DT-platform-data.patch | 139 - 1 file changed, 139 delet

[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 --- 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 --- a/target/linux/x86/config-3.1

[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 --- target/linux/malta/config-3.18 | 1 - target/linux/sunxi/config-3.18 | 1 - target/linux/uml/config/i386 | 1 - target/linux/uml/co

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 > --- Removing target/subtarget kernel config lines individually does not make any sense. These files are generated by make kernel_men

[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 --- package/network/config/netifd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefil

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 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 FE! That s

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 : > >Steven Barth wrote: >>> Steven Barth wrote: >>> > - Added support for 464XLAT (CLAT) >>> >>> Is this signaled in some way by

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: http:

[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 --- .../240-fix-force-checksum-for-sha256.patch| 31 ++ 1 file changed, 31 insertions(+) create mode 100644 package/system/opkg/pa

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

2015-05-24 Thread olewales
On Sun, May 24, 2015 at 5:15 PM, Martin Blumenstingl 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, though. Probably should be made m

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 w

[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 --- package/libs/ncurses/Makefile | 2 +- .../ncurses/patches/102-ncurses-5.9-gcc-5.patch| 46 +

[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 My version modifies scripts/feeds so that an error with one of the feeds just raises the error flag, b

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 th

[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 Acked-by: James Hilliard --- target/linux/ar71xx/base-files/etc/diag.sh | 3 ++ target/linux/ar71xx/base-files/e

[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 --- package/system/zram-swap/files/zram.init | 2 +- 1 file changed, 1 insertion(+), 1 de

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

2015-05-24 Thread Aleksander Wałęski
Good news! It works. Furthermore, I could only get it to work on my line with this new driver. I tried old driver with 6 different firmwares (VDSL fw versions: 3.2.8, 3.4.A, 4.6.D, 4.7.9, 6.8.4, 7.4.3). Older ones got me as far as "full_init [0x380]" but then process was interrupted and started all

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

2015-05-24 Thread Sylwester Petela
W dniu 2015-05-25 o 08:00, Aleksander Wałęski pisze: Good news! It works. Furthermore, I could only get it to work on my line with this new driver. I tried old driver with 6 different firmwares (VDSL fw versions: 3.2.8, 3.4.A, 4.6.D, 4.7.9, 6.8.4, 7.4.3). Older ones got me as far as "full_init