[OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread Ben Mulvihill
Hi, Since changeset 40948, calibration data is no longer correctly loaded from EEPROM on the BTHOMEHUBV2B. I've been trying to make sense of the various changes to 0010-MIPS-lantiq-wifi-and-ethernet-eeprom-handling.patch and it looks to me as though merging José's recent patch for the ARV4518PW

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread John Crispin
On 14/06/2014 13:29, Ben Mulvihill wrote: > Hi, > > Since changeset 40948, calibration data is no longer correctly > loaded from EEPROM on the BTHOMEHUBV2B. I've been trying to make > sense of the various changes to > > 0010-MIPS-lantiq-wifi-and-ethernet-eeprom-handling.patch > > and it look

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread Ben Mulvihill
On Sat, 2014-06-14 at 14:06 +0200, John Crispin wrote: > > On 14/06/2014 13:29, Ben Mulvihill wrote: > > Hi, > > > > Since changeset 40948, calibration data is no longer correctly > > loaded from EEPROM on the BTHOMEHUBV2B. I've been trying to make > > sense of the various changes to > > > >

[OpenWrt-Devel] [PATCH 0/4] dnsmasq: DNSSEC support

2014-06-14 Thread Andre Heider
Hi, this set adds DNSSEC validation to dnsmasq, tested on ar71xx. The set is pretty small and should be self explanatory. There's room for improvement though: - compilation will fail under CONFIG_LIBNETTLE_MINI. I failed to express the dependencies so that this combination is not allowed... Hi

[OpenWrt-Devel] [PATCH 2/4] dnsmasq: respect target's LDFLAGS

2014-06-14 Thread Andre Heider
Append local flags, don't overwrite. Signed-off-by: Andre Heider --- package/network/services/dnsmasq/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index c0d3dc4..8473656 10064

[OpenWrt-Devel] [PATCH 1/4] dnsmasq: use COPTS for compile time options

2014-06-14 Thread Andre Heider
As documented in config.h. Doing otherwise will break dnsmasq's pkg-wrapper script to find its libs to link to. Signed-off-by: Andre Heider --- package/network/services/dnsmasq/Makefile | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package/network/services/dnsmasq/

[OpenWrt-Devel] [PATCH 3/4] dnsmasq: Add config option to enable DNSSEC validation

2014-06-14 Thread Andre Heider
Enabling this compile time option adds a dependency on libnettle. Signed-off-by: Andre Heider --- package/network/services/dnsmasq/Config.in | 25 + package/network/services/dnsmasq/Makefile | 10 +- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 1

[OpenWrt-Devel] [PATCH 4/4] dnsmasq: add UCI DNSSEC runtime support

2014-06-14 Thread Andre Heider
Ship keys for the root zone and add two uci options to enable DNSSEC checks: Option 'dnssec': Activate DNSSEC validation Option 'dnsseccheckunsigned': Ensure answers without DNSSEC are in unsigned zones Signed-off-by: Andre Heider --- package/network/services/dnsmasq/Makefile | 2 ++

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread José Vázquez
2014-06-14 14:32 GMT+02:00, Ben Mulvihill : > > On Sat, 2014-06-14 at 14:06 +0200, John Crispin wrote: >> >> On 14/06/2014 13:29, Ben Mulvihill wrote: >> > Hi, >> > >> > Since changeset 40948, calibration data is no longer correctly >> > loaded from EEPROM on the BTHOMEHUBV2B. I've been trying to m

Re: [OpenWrt-Devel] [PATCH 0/4] dnsmasq: DNSSEC support

2014-06-14 Thread Nikos Mavrogiannopoulos
On Sat, 2014-06-14 at 17:34 +0200, Andre Heider wrote: > Hi, > > this set adds DNSSEC validation to dnsmasq, tested on ar71xx. > > The set is pretty small and should be self explanatory. > > There's room for improvement though: > - compilation will fail under CONFIG_LIBNETTLE_MINI. I failed to e

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread Ben Mulvihill
On Sat, 2014-06-14 at 18:53 +0200, José Vázquez wrote: > 2014-06-14 14:32 GMT+02:00, Ben Mulvihill : > > > > On Sat, 2014-06-14 at 14:06 +0200, John Crispin wrote: > >> > >> On 14/06/2014 13:29, Ben Mulvihill wrote: > >> > Hi, > >> > > >> > Since changeset 40948, calibration data is no longer corre

Re: [OpenWrt-Devel] [PATCH 0/4] dnsmasq: DNSSEC support

2014-06-14 Thread Andre Heider
On Sat, Jun 14, 2014 at 6:56 PM, Nikos Mavrogiannopoulos wrote: > On Sat, 2014-06-14 at 17:34 +0200, Andre Heider wrote: >> Hi, >> >> this set adds DNSSEC validation to dnsmasq, tested on ar71xx. >> >> The set is pretty small and should be self explanatory. >> >> There's room for improvement thoug

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread José Vázquez
2014-06-14 21:47 GMT+02:00, Ben Mulvihill : > On Sat, 2014-06-14 at 18:53 +0200, José Vázquez wrote: >> >> Unless the BTHOMEHUBV2B has an Atheros b/g wireless chip the patch >> should have no effect in the routers that need ath9k driver. My main >> concern with that patch were the Siemens SX76x but

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread Ben Mulvihill
On Sat, 2014-06-14 at 23:08 +0200, José Vázquez wrote: > 2014-06-14 21:47 GMT+02:00, Ben Mulvihill : > > On Sat, 2014-06-14 at 18:53 +0200, José Vázquez wrote: > >> > >> Unless the BTHOMEHUBV2B has an Atheros b/g wireless chip the patch > >> should have no effect in the routers that need ath9k driv

Re: [OpenWrt-Devel] [PATCH 3/4] dnsmasq: Add config option to enable DNSSEC validation

2014-06-14 Thread Yousong Zhou
Hi, On 14 June 2014 23:34, Andre Heider wrote: > Enabling this compile time option adds a dependency on libnettle. > > Signed-off-by: Andre Heider > --- > package/network/services/dnsmasq/Config.in | 25 + > package/network/services/dnsmasq/Makefile | 10 +- > 2

[OpenWrt-Devel] [PATCH] Restore AWM002-EVB profile in asiarf.mk

2014-06-14 Thread Russell Senior
In a recent revision (r41177) John Crispin removed the profile for the AsiaRF AWM002 eval board while adding another AsiaRF board. This patch restores AWM002 and also corrects a misspelling and an apparently errant reference to an Allnet ALL0239-3G device. Signed-off-by: Galen Seitz Signed-off-

Re: [OpenWrt-Devel] changeset 40948 breaks loading ath9k calibration data from EEPROM

2014-06-14 Thread John Crispin
On 14/06/2014 23:08, José Vázquez wrote: > The main problem with the wifi in the Lantiq target are the ARV > boards: a lot of people, John included, spent a lot of time an > still there are some problems, as you see. bollocks .. i never spent any time on that code. i don't even have the boards