Re: [LEDE-DEV] [PATCH] More OpenWrt -> LEDE renames

2016-05-07 Thread John Crispin
On 08/05/2016 07:19, Daniel Dickinson wrote: > Also, as I mentioned in the preface (not sure if you saw), this patch > was intended to point things out for whoever does the actual patch > rather than as the patch that goes in. > > Feel free to make any changes you feel necessary. > > Regards, >

Re: [LEDE-DEV] [PATCH] More OpenWrt -> LEDE renames

2016-05-07 Thread Daniel Dickinson
Also, as I mentioned in the preface (not sure if you saw), this patch was intended to point things out for whoever does the actual patch rather than as the patch that goes in. Feel free to make any changes you feel necessary. Regards, Daniel ___ Lede-

Re: [LEDE-DEV] [PATCH] More OpenWrt -> LEDE renames

2016-05-07 Thread John Crispin
On 08/05/2016 07:07, Daniel Dickinson wrote: > On 16-05-08 12:35 AM, John Crispin wrote: >> >> >> On 06/05/2016 02:16, l...@daniel.thecshore.com wrote: >>> package/base-files/files/etc/openwrt_release | 7 -- >>> package/base-files/files/etc/openwrt_version | 1 - >> >> >> these 2

Re: [LEDE-DEV] Why technical elitism is contrary to stated goal of community

2016-05-07 Thread Daniel Dickinson
On 16-05-07 10:48 PM, Ben Greear wrote: > Install a script on LEDE systems, including a GUI button to use it, > that will gather basic info like dmesg, version info, radios, etc. > > Then, aside from total lockups, users can use that as part of the basic > bug report. > > Users can just paste the

Re: [LEDE-DEV] [PATCH] More OpenWrt -> LEDE renames

2016-05-07 Thread Daniel Dickinson
On 16-05-08 12:35 AM, John Crispin wrote: > > > On 06/05/2016 02:16, l...@daniel.thecshore.com wrote: >> package/base-files/files/etc/openwrt_release | 7 -- >> package/base-files/files/etc/openwrt_version | 1 - > > > these 2 files cannot simply be removed as that would break l

Re: [LEDE-DEV] [PATCH] More OpenWrt -> LEDE renames

2016-05-07 Thread John Crispin
On 06/05/2016 02:16, l...@daniel.thecshore.com wrote: > package/base-files/files/etc/openwrt_release | 7 -- > package/base-files/files/etc/openwrt_version | 1 - these 2 files cannot simply be removed as that would break luci. we need to either create symlinks or teach luci to

Re: [LEDE-DEV] [PATCH] ar71xx: Fix eth0 support for Ubiquiti UniFi AP AC

2016-05-07 Thread John Crispin
Hi, this is already in our staging tree. i cherry picked it fromt he owrt git tree last week John On 07/05/2016 12:35, p.wa...@gmx.at wrote: > From: Paul Wassi > > Fix eth0 support for the Ubiquiti UniFi AP AC > Signed-off-by: Paul Wassi > --- > In openwrt r48937 a patch was introduce

Re: [LEDE-DEV] Why technical elitism is contrary to stated goal of community

2016-05-07 Thread Ben Greear
Install a script on LEDE systems, including a GUI button to use it, that will gather basic info like dmesg, version info, radios, etc. Then, aside from total lockups, users can use that as part of the basic bug report. Users can just paste the output into their bug report. Thanks, Ben On 05/07

Re: [LEDE-DEV] Why technical elitism is contrary to stated goal of community

2016-05-07 Thread Daniel Dickinson
On the question of moderating bug reports (rather than trying to use a special format to moderate bug reports which a) I don't believe will work and b) hurts more than it helps because of the reduction in getting bug reports at all, I would propose that you ask for volunteers (and I'll be the first

Re: [LEDE-DEV] Why technical elitism is contrary to stated goal of community

2016-05-07 Thread Daniel Dickinson
One thing that occurs to me is that you're looking at the benefit of not having to close pointless bug reports. Wouldn't it make more sense, though, to still have a web form that posts to the list (requiring the fields you want required and prompting the user to only submit if they're sure it's ac

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

2016-05-07 Thread Alexander Couzens
Hi Ash, On Sat, 7 May 2016 23:41:10 +0800 Ash Benz wrote: > Signed-off-by: Ash Benz > --- > include/image.mk | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/include/image.mk b/include/image.mk > index 9e342e0..4ec6387 100644 > --- a/include/image.mk > @@ -325,6 +325,17

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

2016-05-07 Thread Alexander Couzens
On Sat, 7 May 2016 23:41:13 +0800 Ash Benz wrote: > Signed-off-by: Ash Benz > [..} this patch didn't made it to patchwork. somebody knows why? best, lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@fe80.eu mobile: +4915123277221 gpg: 390D CF78 8BF9 AA50 4F8F F1E2 C29E 9DA6 A

Re: [LEDE-DEV] Why technical elitism is contrary to stated goal of community

2016-05-07 Thread Daniel Dickinson
On 16-05-07 05:19 AM, Hauke Mehrtens wrote: > We see a big problem in how Issues at OpenWrt are handled now. OpenWrt > has a very low barrier to report bugs and about 50% of them re not > useful. Most people working on OpenWrt are doing this in their spare > time and I do not think anybody gets pa

Re: [LEDE-DEV] [PATCH] iftop: Update to latest version, and drop patch

2016-05-07 Thread Russell Senior
> "Bert" == Bert Vermeulen writes: Bert> On 05/07/2016 12:46 PM, Felix Fietkau wrote: >> On 2016-05-07 12:40, Bert Vermeulen wrote: >>> On 05/07/2016 12:01 PM, Felix Fietkau wrote: We should probably just move everything to libncursesw and drop libncurses entirely. >>> >>> Actually

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

2016-05-07 Thread Ash Benz
Greetings. This patchset adds support for the IPQ8064-based Archer C2600, factory (flashable from webUI and tftp bootloader) and sysupgrade images both work. Everything works except LEDs for WLAN (which are not controlled via GPIO). - Patches 1-9 originally authored by Josh Bendavid - Organized

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

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

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

2016-05-07 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 06/10] ipq806x/base-files: extract ath10k caldata

2016-05-07 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 05/10] ipq806x/base-files: Add support for Archer C2600

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

2016-05-07 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..a5fc836 100644 --- a/target/linux/ipq806x/ima

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

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

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

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

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

2016-05-07 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

Re: [LEDE-DEV] [PATCH] iftop: Update to latest version, and drop patch

2016-05-07 Thread Bert Vermeulen
On 05/07/2016 12:46 PM, Felix Fietkau wrote: On 2016-05-07 12:40, Bert Vermeulen wrote: On 05/07/2016 12:01 PM, Felix Fietkau wrote: We should probably just move everything to libncursesw and drop libncurses entirely. Actually I'd gotten this wrong: libncursesw is an extra build option to lib

Re: [LEDE-DEV] [PATCH] iftop: Update to latest version, and drop patch

2016-05-07 Thread Felix Fietkau
On 2016-05-07 12:40, Bert Vermeulen wrote: > On 05/07/2016 12:01 PM, Felix Fietkau wrote: >> On 2016-05-07 11:43, Bert Vermeulen wrote: >>> Is there anything else that could pull in libncursesw? >> Packages from feeds sometimes use libncursesw instead of libncurses. I >> just did a size comparison:

Re: [LEDE-DEV] [PATCH] pages: add FAQ page

2016-05-07 Thread Hauke Mehrtens
On 05/06/2016 10:04 AM, Bruno Randolf wrote: > Hi, > > Taking this from lede-adm to lede-dev where I'm allowed to post... no problem. > On 06/05/16 02:33, Alexander Couzens wrote: >>> +== What devices does LEDE targets? >>> + >>> +LEDE mainly targets embedded devices capable of running Linux.

Re: [LEDE-DEV] [PATCH] iftop: Update to latest version, and drop patch

2016-05-07 Thread Bert Vermeulen
On 05/07/2016 12:01 PM, Felix Fietkau wrote: On 2016-05-07 11:43, Bert Vermeulen wrote: Is there anything else that could pull in libncursesw? Packages from feeds sometimes use libncursesw instead of libncurses. I just did a size comparison: 110481 libncurses_5.9-3_mipsel_1004kc_dsp.ipk 125871

[LEDE-DEV] [PATCH] ar71xx: Fix eth0 support for Ubiquiti UniFi AP AC

2016-05-07 Thread p . wassi
From: Paul Wassi Fix eth0 support for the Ubiquiti UniFi AP AC Signed-off-by: Paul Wassi --- In openwrt r48937 a patch was introduced which changes the default behaviour of ath79_register_eth(). The patch below addresses this issue and provides proper device setup. Eth is then working out of th

Re: [LEDE-DEV] [PATCH] iftop: Update to latest version, and drop patch

2016-05-07 Thread Felix Fietkau
On 2016-05-07 11:43, Bert Vermeulen wrote: > On 05/07/2016 07:17 AM, John Crispin wrote: >> >> >> On 05/05/2016 15:16, Bert Vermeulen wrote: >>> The patch made sure the ncursesw library was not selected to save space, >>> but that library doesn't exist in this distribution at all. >> >> are you

Re: [LEDE-DEV] [PATCH] iftop: Update to latest version, and drop patch

2016-05-07 Thread Bert Vermeulen
On 05/07/2016 07:17 AM, John Crispin wrote: > > > On 05/05/2016 15:16, Bert Vermeulen wrote: >> The patch made sure the ncursesw library was not selected to save space, >> but that library doesn't exist in this distribution at all. > > are you sure that ncursesw is not inside any of the feeds ei

Re: [LEDE-DEV] [PATCH] iftop: Update to latest version, and drop patch

2016-05-07 Thread Russell Senior
> "John" == John Crispin writes: > On 05/05/2016 15:16, Bert Vermeulen wrote: >> The patch made sure the ncursesw library was not selected to save >> space, but that library doesn't exist in this distribution at all. > are you sure that ncursesw is not inside any of the feeds either ? Hey,

[LEDE-DEV] [PATCH] brcm47xx: fix wgt634u port assignment, broken since openwrt r47866

2016-05-07 Thread Russell Senior
Signed-off-by: Russell Senior --- target/linux/brcm47xx/base-files/etc/board.d/01_detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/brcm47xx/base-files/etc/board.d/01_detect b/target/linux/brcm47xx/base-files/etc/board.d/01_detect index 91ac16e..16b81d4 10

Re: [LEDE-DEV] Why technical elitism is contrary to stated goal of community

2016-05-07 Thread Hauke Mehrtens
On 05/06/2016 05:05 PM, Daniel Dickinson wrote: > Hi all, > > I have noticed that some of the policies of this project are already > veering towards a brand of technical elitism that I feel is completely > contrary to the stated goal of having a stronger community. > > A strong community welcom

Re: [LEDE-DEV] Why technical elitism is contrary to stated goal of community

2016-05-07 Thread Hauke Mehrtens
On 05/06/2016 05:05 PM, Daniel Dickinson wrote: > Hi all, > > I have noticed that some of the policies of this project are already > veering towards a brand of technical elitism that I feel is completely > contrary to the stated goal of having a stronger community. > > A strong community welcom