Re: [OpenWrt-Devel] [PATCH] allow HOST* variables to be set from config.

2015-07-20 Thread Lawrence D'Anna
I’ve also found some of the tools include some headers from linux or glibc that you wouldn’t find on mac os, like linux/types.h and elf.h.I’ve extracted a sufficient set of these headers and I install them /usr/local ( https://github.com/smoofra/fake-glibc ) If something relies on

Re: [OpenWrt-Devel] [PATCH] ar71xx: add 4.1 support

2015-07-20 Thread Roman Yeryomin
On 20 July 2015 at 07:52, Felix Fietkau n...@openwrt.org wrote: On 2015-07-20 01:06, Roman Yeryomin wrote: Also, refresh the kernel config and pay close attention to 'disappearing' config symbols. In this case, CONFIG_NET_DSA got disabled (along with the marvell 88e6060 driver) because it now

Re: [OpenWrt-Devel] [PATCH] allow HOST* variables to be set from config.

2015-07-20 Thread Lawrence D'Anna
On Jul 19, 2015, at 10:45 PM, Lawrence D'Anna la...@elder-gods.org wrote: On Jul 19, 2015, at 10:33 PM, Felix Fietkau n...@openwrt.org wrote: On 2015-07-20 07:27, Lawrence D'Anna wrote: I’m using homebrew.One of the libraries that seems to be needed is a modern version of openssl.

Re: [OpenWrt-Devel] [PATCH] ar71xx: Allow to use ath79_gpio_output_select on QCA955x

2015-07-20 Thread Sven Eckelmann
On Wednesday 08 July 2015 10:20:07 Felix Fietkau wrote: On 2015-06-25 16:30, Sven Eckelmann wrote: Signed-off-by: Sven Eckelmann s...@open-mesh.com I had to revert this one because it was breaking the build (patch did not apply). Please fix and re-submit Thanks for the info. Looks like it

[OpenWrt-Devel] [PATCHv3] ar71xx: add support for Onion Omega

2015-07-20 Thread L. D. Pinney
This patch adds support for the Onion Omega. https://onion.io/omega Signed-off-by: L. D. Pinney ldpin...@gmail.com Acked-by: Boken Lin b...@onion.io Tested-by: Jacky Huang huangfangch...@163.com --- v2 @ kernel 3.18 v3 bumps the kernel to 4.1 target/linux/ar71xx/base-files/etc/diag.sh

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for The QCA AP147-010 reference board

2015-07-20 Thread Sven Eckelmann
On Tuesday 07 July 2015 13:41:40 John Crispin wrote: Hi, please split this into 1 patch for each QCA953x fix and then a final patch for the ap147 support Thanks for the feedback. Looks like the QCA953x fixes were merged in r46207. I will submit a version of the patch without the QCA953x

Re: [OpenWrt-Devel] [PATCH] allow HOST* variables to be set from config.

2015-07-20 Thread Lawrence D'Anna
On Jul 20, 2015, at 1:57 AM, Felix Fietkau n...@openwrt.org wrote: On 2015-07-20 05:25, Lawrence D'Anna wrote: These HOST* variables are used to configure all the build-time tools, but the user has no ability to modify them without editing makefiles. This patch adds a new menu to

Re: [OpenWrt-Devel] [PATCH] allow HOST* variables to be set from config.

2015-07-20 Thread Felix Fietkau
On 2015-07-20 05:25, Lawrence D'Anna wrote: These HOST* variables are used to configure all the build-time tools, but the user has no ability to modify them without editing makefiles. This patch adds a new menu to menuconfig which allows the user to set the host compilers and flags.

Re: [OpenWrt-Devel] [PATCH] allow HOST* variables to be set from config.

2015-07-20 Thread Felix Fietkau
On 2015-07-20 10:59, Lawrence D'Anna wrote: On Jul 20, 2015, at 1:57 AM, Felix Fietkau n...@openwrt.org wrote: On 2015-07-20 05:25, Lawrence D'Anna wrote: These HOST* variables are used to configure all the build-time tools, but the user has no ability to modify them without editing

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix kernel Oops in at803x_link_change_notify

2015-07-20 Thread Sven Eckelmann
On Monday 06 July 2015 13:26:21 Christian Lamparter wrote: On Friday, July 03, 2015 12:29:32 PM Sven Eckelmann wrote: Sven, I've seen you did quite a bit of work on the OM5P-AN with the same F1E-PHY. I went through the code from Atheros' original driver SDK v17 (which was part of the GPL

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix kernel Oops in at803x_link_change_notify

2015-07-20 Thread Christian Lamparter
On 7/20/15, Sven Eckelmann s...@open-mesh.com wrote: On Monday 06 July 2015 13:26:21 Christian Lamparter wrote: Oh, I figured you have access to some of Qualcomm Atheros' SDKs and most importantly: some documentations from Qualcomm Atheros? I hoped you could confirm or disconfirm based on the

[OpenWrt-Devel] [PATCH] generic: add more missing linux 4.1 symbols

2015-07-20 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org --- target/linux/generic/config-4.1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 2dd4071..f4a9b83 100644 --- a/target/linux/generic/config-4.1 +++

[OpenWrt-Devel] [PATCH 3/3] brcm63xx: switch to new image building system

2015-07-20 Thread Álvaro Fernández Rojas
Switches BCM63xx to the new IB system. Images are generated per device definitions. There are no changes in the produced images except for some name changes, caused by the new IB system. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: improvements suggested by Jonas - Fix

Re: [OpenWrt-Devel] [PATCH] bugfix: FORCE=1 doesn't work to override prereq checks

2015-07-20 Thread Lawrence D'Anna
What prereq can be forced that makes force even a worthwhile option? If it works anyway, why not just drop the prereq check? If it still won't work, what's the point in allowing a force? In my case it was because the prereq checks didn’t think I had openssl because they didn’t use

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

2015-07-20 Thread David Lang
On Fri, 17 Jul 2015, Cristian Morales Vega wrote: On 17 July 2015 at 16:43, Jonas Gorski j...@openwrt.org wrote: What I don't understand is why there is so much interest in replicating RC3. It makes sense to have a RC3 so there are binaries and more people test it. But if you are going to

[OpenWrt-Devel] [PATCH 2/3] brcm63xx: use new tool for generating redboot images

2015-07-20 Thread Álvaro Fernández Rojas
Simplify image/Makefile by using the new perl script for RedBoot. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: fix livebox (redboot) image generation. target/linux/brcm63xx/image/Makefile | 20 +---

[OpenWrt-Devel] [PATCH 1/3] scripts: add tool for generating redboot scripts

2015-07-20 Thread Álvaro Fernández Rojas
This tool avoids generating the redboot script directly from Makefile, which can get really complicated when adapting image/Makefile to the new IB system. Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- v2: fix livebox (redboot) image generation. scripts/redboot-script.pl | 111

[OpenWrt-Devel] [PATCH] mac80211: Clarify ath9k ath10k debug selection

2015-07-20 Thread Kevin Darbyshire-Bryant
Ath debug mode applies to ath10k as well as ath9k. Update Makefile help text to clarify. Signed-off-by: Kevin Darbyshire-Bryant ke...@darbyshire-bryant.me.uk --- package/kernel/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/mac80211/Makefile

[OpenWrt-Devel] [PATCH v2 1/2] ar71xx: Add support for PCIe on QCA953x

2015-07-20 Thread Sven Eckelmann
Signed-off-by: Sven Eckelmann s...@open-mesh.com --- I got the chance to test the AP147-010 but got no software/SDK or documentation. Still wanted to post my results because the device worked well enough for me. I am not sure if it originally comes with a PCIe card (I've used at QCA9880 based one

[OpenWrt-Devel] [PATCH v2] ar71xx: Allow to use ath79_gpio_output_select on QCA955x

2015-07-20 Thread Sven Eckelmann
Signed-off-by: Sven Eckelmann s...@open-mesh.com --- v2: Rebased to fix conflict with r46207 ...79-add-gpio-func-register-for-QCA955x-SoC.patch | 60 ++ ...79-add-gpio-func-register-for-QCA955x-SoC.patch | 60 ++ 2 files changed, 120 insertions(+) create

Re: [OpenWrt-Devel] [PATCH] bugfix: FORCE=1 doesn't work to override prereq checks

2015-07-20 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What prereq can be forced that makes force even a worthwhile option? If it works anyway, why not just drop the prereq check? If it still won't work, what's the point in allowing a force? Cheers, Karl P Lawrence D'Anna la...@elder-gods.org wrote:

[OpenWrt-Devel] Upgrade from CC RC2 to RC3

2015-07-20 Thread Maciej Soltysiak
Hi guys, Would s/rc2/rc3/ on the opkg.conf lead to a clean upgrade or is it better to reflash? Best regards, Maciej ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 2/2] dnsmasq: add some missing files to the jail

2015-07-20 Thread Etienne CHAMPETIER
found with strace, not sure we got all of them though Signed-off-by: Etienne CHAMPETIER champetier.etie...@gmail.com --- package/network/services/dnsmasq/files/dnsmasq.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/dnsmasq/files/dnsmasq.init

Re: [OpenWrt-Devel] Upgrade from CC RC2 to RC3

2015-07-20 Thread Felix Fietkau
On 2015-07-20 18:49, Maciej Soltysiak wrote: Hi guys, Would s/rc2/rc3/ on the opkg.conf lead to a clean upgrade or is it better to reflash? Upgrading via opkg doesn't work. You need to reflash. - Felix ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH procd] jail: fix jail root folder permissions

2015-07-20 Thread Etienne CHAMPETIER
We need a+x rights on the path to the root of the jails so we can use users other than root (like nobody) This partly fixes jailed dnsmasq Signed-off-by: Etienne CHAMPETIER champetier.etie...@gmail.com --- jail/jail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 1/2] base-files: fix /tmp/.jail permissions

2015-07-20 Thread Etienne CHAMPETIER
We need a+x rights on the path to the root of the jails so we can use users other than root (like nobody) This partly fixes jailed dnsmasq Signed-off-by: Etienne CHAMPETIER champetier.etie...@gmail.com --- package/base-files/files/etc/init.d/boot | 1 - 1 file changed, 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH v2 2/2] ar71xx: Add support for AP147-010 reference board

2015-07-20 Thread Sven Eckelmann
Signed-off-by: Sven Eckelmann s...@open-mesh.com --- I got the chance to test the AP147-010 but got no software/SDK or documentation. Still wanted to post my results because the device worked well enough for me. I am not sure if it originally comes with a PCIe card (I've used at QCA9880 based one

[OpenWrt-Devel] Request before RC4/final

2015-07-20 Thread Bill
Folks- I would REALLY like to see ticket 19085 (https://dev.openwrt.org/ticket/19085) fixed before we finalize CC. It is a showstopper for a piece of popular hardware I use frequently. I haven't seen any progress reports on it in a couple of weeks, the coding itself is well out of my depth,

Re: [OpenWrt-Devel] Request before RC4/final

2015-07-20 Thread John Crispin
On 21/07/2015 01:59, Bill wrote: Folks- I would REALLY like to see ticket 19085 (https://dev.openwrt.org/ticket/19085) fixed before we finalize CC. It is a showstopper for a piece of popular hardware I use frequently. I haven't seen any progress reports on it in a couple of weeks, the

Re: [OpenWrt-Devel] Upgrade from CC RC2 to RC3

2015-07-20 Thread John Crispin
On 20/07/2015 22:38, Felix Fietkau wrote: On 2015-07-20 18:49, Maciej Soltysiak wrote: Hi guys, Would s/rc2/rc3/ on the opkg.conf lead to a clean upgrade or is it better to reflash? Upgrading via opkg doesn't work. You need to reflash. - Felix

Re: [OpenWrt-Devel] nexx wt3020 broken

2015-07-20 Thread John Crispin
On 20/07/2015 22:19, Daniel Petre wrote: Hey guys, i am wondering why are the nexx wt3020 images being built for CC if they are broken? https://downloads.openwrt.org/chaos_calmer/15.05-rc3/ramips/mt7620/ Also can the maintainer of the nexx wt3020 patchset take a look at the issue and

Re: [OpenWrt-Devel] nexx wt3020 broken

2015-07-20 Thread John Crispin
On 21/07/2015 07:24, John Crispin wrote: On 20/07/2015 22:19, Daniel Petre wrote: Hey guys, i am wondering why are the nexx wt3020 images being built for CC if they are broken? https://downloads.openwrt.org/chaos_calmer/15.05-rc3/ramips/mt7620/ Also can the maintainer of the nexx

Re: [OpenWrt-Devel] [PATCH] gcc: add a darwin-compatibility patch for ansidecl.h

2015-07-20 Thread Lawrence D'Anna
Sorry! disregard this patch please. The problem I was seeing had nothing to do with Xcode. It was because Homebrew’s binutils had installed its own ansidecl.h which was being used instead of the ansidecl.h that came with the gcc sources. On Jul 19, 2015, at 6:52 PM, Lawrence D'Anna