Re: [LEDE-DEV] Missing 30_luci-theme-bootstrap in package luci-theme-bootstrap

2016-05-27 Thread Jo-Philipp Wich
Hi Carl-Daniel, I staged a fix in my tree, see https://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=48cd7b0b852fa85677f0417492c4f1d60df6f598 Regards, Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/ma

[LEDE-DEV] [RFC] Enable kmod-ipt-debug by default

2016-05-27 Thread Carl-Daniel Hailfinger
The xt_TRACE kernel module can be used to debug the path of a network packet through the filter rules. Building it as a module by default (it is part of kmod-ipt-debug) would help in some situations. Is it sufficient to change package/kernel/linux/modules/netfilter.mk line 427 and remove DEFAULT:=

Re: [LEDE-DEV] [RFC] Enable kmod-ipt-debug by default

2016-05-27 Thread Jo-Philipp Wich
Hi Carl, with enabled by default you mean that is is getting build and installable with opkg? If a kmod is specifically disabled by default settings then it usually has a performance penalty attached with it, even when not loaded. I'd be grateful if someone could do some iperf throughput testing

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-05-27 Thread Karl Palsson
gree...@candelatech.com wrote: > From: Ben Greear > > The idea is to be able to allow newbies to easily build images > for common hardware. These images should be user-friendly, > including luci and other tools that may aid debugging and use > of the platform. > > Signed-off-by: Ben Greear > -

Re: [LEDE-DEV] TR-069 for OpenWrt

2016-05-27 Thread David Lang
On Thu, 26 May 2016, Delbar Jos wrote: We are conscious of the fact that together with the proposals made by Felix, Luka and Wojtek we are now looking at many "competing" proposals. As a next step, we recommend to organize a workshop, at a practical location and time, where we put everything o

Re: [LEDE-DEV] [RFC] Enable kmod-ipt-debug by default

2016-05-27 Thread Carl-Daniel Hailfinger
Hi Jo, On 27.05.2016 10:33, Jo-Philipp Wich wrote: > > with enabled by default you mean that is is getting build and > installable with opkg? Yes. > If a kmod is specifically disabled by default settings then it usually > has a performance penalty attached with it, even when not loaded. > > I

[LEDE-DEV] Adding support for Comfast CF-WR650AC

2016-05-27 Thread Gareth Parker
I submitted a question plus a patch on the openwrt-dev mailing list for this and was totally ignored.  After reading all the discussion about openwrt and lede recently and given my experience I’ve decided to jump ship too and hopefully here my patches are not ignored. I have added support for this

Re: [LEDE-DEV] TR-069 for OpenWrt

2016-05-27 Thread Karl Palsson
David Lang wrote: > On Thu, 26 May 2016, Delbar Jos wrote: > > > We are conscious of the fact that together with the proposals made by > > Felix, > > Luka and Wojtek we are now looking at many "competing" proposals. As a next > > step, we recommend to organize a workshop, at a practical locat

Re: [LEDE-DEV] [OpenWrt-Devel] TR-069 for OpenWrt

2016-05-27 Thread Drasko DRASKOVIC
Hi Karl, On Fri, May 27, 2016 at 1:55 PM, Karl Palsson wrote: > > David Lang wrote: >> On Thu, 26 May 2016, Delbar Jos wrote: >> >> > We are conscious of the fact that together with the proposals made by >> > Felix, >> > Luka and Wojtek we are now looking at many "competing" proposals. As a nex

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-05-27 Thread Ben Greear
On 05/27/2016 02:46 AM, Karl Palsson wrote: gree...@candelatech.com wrote: From: Ben Greear The idea is to be able to allow newbies to easily build images for common hardware. These images should be user-friendly, including luci and other tools that may aid debugging and use of the platform

Re: [LEDE-DEV] [RFC 1/2] Add some common packages for x86-64 target.

2016-05-27 Thread Ben Greear
On 05/26/2016 11:33 PM, Bastian Bittorf wrote: * gree...@candelatech.com [27.05.2016 08:12]: From: Ben Greear This should make x86-64 targets more useable out of the box. The assumption is that most x86-64 users have adequate storage, please dont. I understand your issues, but better defi

[LEDE-DEV] [PATCH v3 07/10] ipq806x/profiles: Add Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/profiles/tplink.mk | 20 1 file changed, 20 insertions(+) create mode 100644 target/linux/ipq806x/profiles/tplink.mk diff --git a/target/linux/ipq806x/profiles/tplink.mk b/target/linux/ipq806x/profiles/tplink.mk new file mod

[LEDE-DEV] [PATCH v3 04/10] ipq806x/base-files: Add Archer C2600 LEDs and board

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/base-files/etc/board.d/01_leds| 7 +++ target/linux/ipq806x/base-files/etc/board.d/02_network | 1 + 2 files changed, 8 insertions(+) diff --git a/target/linux/ipq806x/base-files/etc/board.d/01_leds b/target/linux/ipq806x/base-files/etc/b

[LEDE-DEV] [PATCH v3 08/10] ipq806x/dts: Add Archer C2600 DTS

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts | 412 1 file changed, 412 insertions(+) create mode 100644 target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts diff --git a/target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts b/target/linux/ipq806x/d

[LEDE-DEV] [PATCH v3 10/10] kernel/mtd: Add support for Macronix mx25u25635f, used in C2600 v1.1

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- .../patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch diff --git a/target/linux/generic/patches-4.4/475-mtd

[LEDE-DEV] [PATCH v3 09/10] kernel/mac80211: skip ath10k OTP check if caldata found

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- .../patches/936-ath10k_skip_otp_check.patch| 42 ++ 1 file changed, 42 insertions(+) create mode 100644 package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch diff --git a/package/kernel/mac80211/patches/936-ath10k_skip_otp_check

[LEDE-DEV] [PATCH v3 03/10] ipq806x: Add Archer C2600 to image/Makefile

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/image/Makefile | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index ff8b2c7..2756eb7 100644 --- a/target/linux/ipq806x/ima

[LEDE-DEV] [PATCH v3 06/10] ipq806x/base-files: extract ath10k caldata

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- .../etc/hotplug.d/firmware/11-ath10k-caldata | 68 ++ 1 file changed, 68 insertions(+) create mode 100644 target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata diff --git a/target/linux/ipq806x/base-files/etc/hotplug.d/f

[LEDE-DEV] [PATCH v3 05/10] ipq806x/base-files: Add support for Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/base-files/lib/ipq806x.sh | 3 +++ .../linux/ipq806x/base-files/lib/upgrade/platform.sh | 20 +++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/target/linux/ipq806x/base-files/lib/ipq806x.sh b/target/linux/

[LEDE-DEV] [PATCH v3 00/10] Add support for TP-Link Archer C2600 v1.0 and v1.1

2016-05-27 Thread Ash Benz
This patchset requires the recently submitted QCA ipq806x kernel 4.4 patches. Generated for blogic's staging tree. Changes compared to v2: - Minor updates for 4.4 bump. Ash Benz (10): include/image.mk: move build step tplink-safeloader to image.mk fw-utils/tplink-safeloader.c: Add support fo

[LEDE-DEV] [PATCH v3 01/10] include/image.mk: move build step tplink-safeloader to image.mk

2016-05-27 Thread Ash Benz
Move tplink-safeloader from target/linux/ar71xx/image/tp-link.mk to include/image.mk Signed-off-by: Ash Benz --- include/image.mk | 12 target/linux/ar71xx/image/tp-link.mk | 12 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/inclu

[LEDE-DEV] [PATCH v3 02/10] fw-utils/tplink-safeloader.c: Add support for Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- tools/firmware-utils/src/tplink-safeloader.c | 114 ++- 1 file changed, 111 insertions(+), 3 deletions(-) diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools/firmware-utils/src/tplink-safeloader.c index 77a894b..2e204aa 100644 --

Re: [LEDE-DEV] [RFC 1/2] Add some common packages for x86-64 target.

2016-05-27 Thread Dave Taht
On Fri, May 27, 2016 at 7:57 AM, Ben Greear wrote: > > > On 05/26/2016 11:33 PM, Bastian Bittorf wrote: >> >> * gree...@candelatech.com [27.05.2016 08:12]: >>> >>> From: Ben Greear >>> >>> This should make x86-64 targets more useable out of the box. >>> The assumption is that most x86-64 users h

[LEDE-DEV] [PATCH v3 00/10] Add support for TP-Link Archer C2600 v1.0 and v1.1

2016-05-27 Thread Ash Benz
Apologies for the bombardment. For some reason the first three in my previous submission don't seem to have gone through. New set with minor changes for kernel 4.4. Requires QCA's recently submitted ipq806x 4.4 patch. Generated against blogic's staging tree. Ash Benz (10): include/image.mk: m

[LEDE-DEV] [PATCH v3 01/10] include/image.mk: move build step tplink-safeloader to image.mk

2016-05-27 Thread Ash Benz
Move tplink-safeloader from target/linux/ar71xx/image/tp-link.mk to include/image.mk Signed-off-by: Ash Benz --- include/image.mk | 12 target/linux/ar71xx/image/tp-link.mk | 12 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/inclu

[LEDE-DEV] [PATCH v3 09/10] kernel/mac80211: skip ath10k OTP check if caldata found

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- .../patches/936-ath10k_skip_otp_check.patch| 42 ++ 1 file changed, 42 insertions(+) create mode 100644 package/kernel/mac80211/patches/936-ath10k_skip_otp_check.patch diff --git a/package/kernel/mac80211/patches/936-ath10k_skip_otp_check

[LEDE-DEV] [PATCH v3 02/10] fw-utils/tplink-safeloader.c: Add support for Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- tools/firmware-utils/src/tplink-safeloader.c | 114 ++- 1 file changed, 111 insertions(+), 3 deletions(-) diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools/firmware-utils/src/tplink-safeloader.c index 77a894b..2e204aa 100644 --

[LEDE-DEV] [PATCH v3 06/10] ipq806x/base-files: extract ath10k caldata

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- .../etc/hotplug.d/firmware/11-ath10k-caldata | 68 ++ 1 file changed, 68 insertions(+) create mode 100644 target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata diff --git a/target/linux/ipq806x/base-files/etc/hotplug.d/f

[LEDE-DEV] [PATCH v3 07/10] ipq806x/profiles: Add Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/profiles/tplink.mk | 20 1 file changed, 20 insertions(+) create mode 100644 target/linux/ipq806x/profiles/tplink.mk diff --git a/target/linux/ipq806x/profiles/tplink.mk b/target/linux/ipq806x/profiles/tplink.mk new file mod

[LEDE-DEV] [PATCH v3 05/10] ipq806x/base-files: Add support for Archer C2600

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/base-files/lib/ipq806x.sh | 3 +++ .../linux/ipq806x/base-files/lib/upgrade/platform.sh | 20 +++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/target/linux/ipq806x/base-files/lib/ipq806x.sh b/target/linux/

[LEDE-DEV] [PATCH v3 08/10] ipq806x/dts: Add Archer C2600 DTS

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts | 412 1 file changed, 412 insertions(+) create mode 100644 target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts diff --git a/target/linux/ipq806x/dts/qcom-ipq8064-c2600.dts b/target/linux/ipq806x/d

[LEDE-DEV] [PATCH v3 03/10] ipq806x: Add Archer C2600 to image/Makefile

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/image/Makefile | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index ff8b2c7..2756eb7 100644 --- a/target/linux/ipq806x/ima

[LEDE-DEV] [PATCH v3 04/10] ipq806x/base-files: Add Archer C2600 LEDs and board

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- target/linux/ipq806x/base-files/etc/board.d/01_leds| 7 +++ target/linux/ipq806x/base-files/etc/board.d/02_network | 1 + 2 files changed, 8 insertions(+) diff --git a/target/linux/ipq806x/base-files/etc/board.d/01_leds b/target/linux/ipq806x/base-files/etc/b

[LEDE-DEV] [PATCH v3 10/10] kernel/mtd: Add support for Macronix mx25u25635f, used in C2600 v1.1

2016-05-27 Thread Ash Benz
Signed-off-by: Ash Benz --- .../patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-4.4/475-mtd-spi-nor-add-macronix-mx25u25635f.patch diff --git a/target/linux/generic/patches-4.4/475-mtd

[LEDE-DEV] [PATCH-v2 2/2] Add script to build common platforms.

2016-05-27 Thread greearb
From: Ben Greear The idea is to be able to allow newbies to easily build images for common hardware. These images should be user-friendly, including luci and other tools that may aid debugging and use of the platform. Includes example that builds x86-64 with additional drivers and luci so that

[LEDE-DEV] [PATCH-v2 1/2] Add some common packages for x86-64 target.

2016-05-27 Thread greearb
From: Ben Greear This should make x86-64 targets more useable out of the box. The assumption is that most x86-64 users have adequate storage, and those that do not can still config away the options they do not need. Signed-off-by: Ben Greear --- target/linux/x86/64/target.mk | 10 +- 1

[LEDE-DEV] [PATCH] util-linux: fix breakage

2016-05-27 Thread Dirk Neukirchen
- install correct libs to staging/usr/lib fixes eudev, nfs-kernel-server the lib*.a seem broken - use the correct .so files and remove .a libs - some build breakage was observed with parallel builds: text-utils/more-more.o: In function `putstring': more.c:(.text+0x1f4): undefined reference to `tp

[LEDE-DEV] [PATCH v2] util-linux: fix breakage

2016-05-27 Thread Dirk Neukirchen
- install correct libs to staging/usr/lib fixes eudev, nfs-kernel-server the lib*.a seem broken - use the correct .so files and remove .a libs - some build breakage was observed with parallel builds: text-utils/more-more.o: In function `putstring': more.c:(.text+0x1f4): undefined reference to `tp

Re: [LEDE-DEV] TR-069 for OpenWrt

2016-05-27 Thread Felix Fietkau
On 2016-05-27 01:43, Delbar Jos wrote: > Hi all, > > At Technicolor we have followed with great interest the recent > proposals to enhance OpenWrt with an open source solution for TR-069 > remote management. As one of the world's largest vendors of modems > and routers for carrier applications, ma

Re: [LEDE-DEV] [Lantiq][ARV4518PWR01*]lan interface missing from /etc/config/network

2016-05-27 Thread John Crispin
Hi, merged into my staging tree wit minor modifications John On 26/05/2016 00:30, Mohammed Berdai wrote: > Hi, > > This patch fixes the missing Lan interface config in the file > /etc/config/network for ARV4518PWR01/A which results in eth0 and br-lan being > down and therefor

Re: [LEDE-DEV] [PATCH 2/2] Add script to build common platforms.

2016-05-27 Thread David Lang
On Fri, 27 May 2016, Ben Greear wrote: On 05/27/2016 02:46 AM, Karl Palsson wrote: gree...@candelatech.com wrote: From: Ben Greear The idea is to be able to allow newbies to easily build images for common hardware. These images should be user-friendly, including luci and other tools that ma