[LEDE-DEV] [PATCH] bcm53xx: drop Copyright header from two of my bash scripts

2016-05-09 Thread Rafał Miłecki
Both scripts modified by this patch were added by me. First of all I incorrectly added OpenWrt as Copyright holder. It was wrong because: 1) I simply can't transfer my moral rights according to the Polish law 2) Transfering copyrights (economic rights) requires an agreement which I didn't sign w

Re: [LEDE-DEV] copyright questions

2016-05-09 Thread Hauke Mehrtens
On 05/09/2016 10:19 PM, Bjørn Mork wrote: > Rafał Miłecki writes: > >> -# Copyright (C) 2007 OpenWrt.org >> +# Copyright (C) 2016 LEDE project > I am not a lawyer and the following statements could be wrong. > I've always wondered about the OpenWrt copyright assigment process, and > this looks

Re: [LEDE-DEV] [PATCH] bcm53xx: calculate TRX CRC32 using whole kernel partition

2016-05-09 Thread Bjørn Mork
Rafał Miłecki writes: > -# Copyright (C) 2007 OpenWrt.org > +# Copyright (C) 2016 LEDE project I've always wondered about the OpenWrt copyright assigment process, and this looks like a perfect opportunity to clear that up. Why do you assign the copyright to the project? What are the formalitie

Re: [LEDE-DEV] [PATCH] bcm53xx: calculate TRX CRC32 using whole kernel partition

2016-05-09 Thread Rafał Miłecki
On 9 May 2016 at 20:40, David Lang wrote: > Just a note, rather than removeing copyright openwrt you should probably say > parts are copyright openwrt and parts copyright lede > > just because you added a bit doesn't give you sole copyright of the file :-) > > but it does mean that openwrt doesn't

Re: [LEDE-DEV] [PATCH] bcm53xx: calculate TRX CRC32 using whole kernel partition

2016-05-09 Thread David Lang
Just a note, rather than removeing copyright openwrt you should probably say parts are copyright openwrt and parts copyright lede just because you added a bit doesn't give you sole copyright of the file :-) but it does mean that openwrt doesn't own the copyright of the entire file any more eit

[LEDE-DEV] [PATCH] bcm53xx: calculate TRX CRC32 using whole kernel partition

2016-05-09 Thread Rafał Miłecki
This provides better protection of flash data. Signed-off-by: Rafał Miłecki --- target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/target/linux/bcm53xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/bcm

[LEDE-DEV] [PATCH 2/2] dropbear: Add --disable-utmpx again

2016-05-09 Thread Hans Dedecker
The option --disable-utmpx was deleted by accident in commit 7545c1d; add it again to the CONFIGURE_ARGS list Signed-off-by: Hans Dedecker --- package/network/services/dropbear/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/services/dropbear/Makefile b/package/netw

[LEDE-DEV] [PATCH 1/2] netifd: Remove hardcoded DHCP release option

2016-05-09 Thread Hans Dedecker
Remove the udhcpc -R release option as sending a DHCP release is configurable via the uci option release. Signed-off-by: Hans Dedecker --- package/network/config/netifd/files/lib/netifd/proto/dhcp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/netif

[LEDE-DEV] [PATCH v2 01/10] include/image.mk: Add TP-Link image safe-loader defintion

2016-05-09 Thread Ash Benz
Signed-off-by: Ash Benz --- include/image.mk | 12 1 file changed, 12 insertions(+) diff --git a/include/image.mk b/include/image.mk index 9e342e0..aa12052 100644 --- a/include/image.mk +++ b/include/image.mk @@ -325,6 +325,18 @@ define Build/netgear-dni mv $@.new $@ endef

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

2016-05-09 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 v2 04/10] ipq806x/base-files: Add Archer C2600 LEDs and board

2016-05-09 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 v2 07/10] ipq806x/profiles: Add Archer C2600

2016-05-09 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 v2 10/10] kernel/mtd: Add support for Macronix mx25u25635f, used in C2600 v1.1

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

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

2016-05-09 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 v2 03/10] ipq806x: Add Archer C2600 to image/Makefile

2016-05-09 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 v2 09/10] kernel/mac80211: skip ath10k OTP check if caldata found

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

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

2016-05-09 Thread Ash Benz
Changes compared to patchset v1: - include/image.mk: use TPlink safeloader from ar71xx. - ../ipq806x/image/Makefile: use append-rootfs to properly generate images after change above. Ash Benz (10): include/image.mk: Add TP-Link image safe-loader defintion fw-utils/tplink-safeloader.c: Add sup

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

2016-05-09 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 v2 02/10] fw-utils/tplink-safeloader.c: Add support for Archer C2600

2016-05-09 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] I really like the new output (bin) layout!

2016-05-09 Thread Jo-Philipp Wich
Hi Daniel, thanks. It was a necessary precondition to build feeds separately (and reduce the number of duplicate build artifacts while we're at it). ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo

Re: [LEDE-DEV] On the proposed Mantis and maximizing bug usefulness

2016-05-09 Thread Ben Greear
On 05/08/2016 05:57 PM, Daniel Dickinson wrote: Hi, I noticed there is at least a proposal on the table to use Mantis. Obviously that's something I'm in favour of, but I want to help you make it as useful as possible, including limiting how much developers having to deal with useless bug repor

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-09 Thread John Crispin
On 09/05/2016 09:44, David Lang wrote: > On Mon, 9 May 2016, Hans Dedecker wrote: > >> On Wed, May 4, 2016 at 1:16 PM, Jo-Philipp Wich wrote: >>> >>> Hi Michael, >>> >>> several people expressed the intention to continue pushing patches to >>> both trees. In any case we'll keep picking stuff fr

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-09 Thread David Lang
On Mon, 9 May 2016, Hans Dedecker wrote: On Wed, May 4, 2016 at 1:16 PM, Jo-Philipp Wich wrote: Hi Michael, several people expressed the intention to continue pushing patches to both trees. In any case we'll keep picking stuff from both lists for LEDE for some time to come. Regards, Jo-Phil

Re: [LEDE-DEV] OpenWRT tree vs LEDE tree

2016-05-09 Thread Hans Dedecker
On Wed, May 4, 2016 at 1:16 PM, Jo-Philipp Wich wrote: > > Hi Michael, > > several people expressed the intention to continue pushing patches to > both trees. In any case we'll keep picking stuff from both lists for > LEDE for some time to come. > > Regards, > Jo-Philipp > > __