[OpenWrt-Devel] [PATCH][packages] Enable better customization of nginx features.

2012-11-16 Thread Karl Vogel
Add configuration settings to disable certain features in nginx to be able to reduce it's footprint and allow nginx to be built with support for lua. Signed-off-by: Karl Vogel karl.vo...@gmail.com --- net/nginx/Config.in | 131 +

[OpenWrt-Devel] [PATCH][packages] Enable better customization of nginx features.

2012-11-16 Thread Karl Vogel
Add configuration settings to disable certain features in nginx to be able to reduce it's footprint and allow nginx to be built with support for lua. Signed-off-by: Karl Vogel karl.vo...@gmail.com --- net/nginx/Config.in | 131 +

[OpenWrt-Devel] [PATCH 1/2 v4] mac80211/rt2x00: support Rt3352 with external PA

2012-11-16 Thread Daniel Golle
This is needed for WiFi to work e.g. on DIR-615 rev.H1. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644 package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch diff --git a/package/mac80211/patches/622-rt2x00-fix-rt3352-ext-pa.patch

[OpenWrt-Devel] [PATCH 2/2 v4] mac80211/rt2x00: add rf_vals for Rt3352 with Xtal=20MHz

2012-11-16 Thread Daniel Golle
Detect 20Mhz clock during board-setup of the Rt3352 and Rt5350 and make the value available to rt2x00 via rt2x00_platform_data. This is then used to select rf_vals according to whether the clock runs at 40MHz or at 20MHz in rt2x00. Signed-off-by: Daniel Golle dgo...@allnet.de create mode 100644

Re: [OpenWrt-Devel] [PATCH][packages] Enable better customization of nginx features.

2012-11-16 Thread Karl Vogel
On Nov 16, 2012 11:16 AM, Karl Vogel karl.vo...@gmail.com wrote: Add configuration settings to disable certain features in nginx to be able to reduce it's footprint and allow nginx to be built with support for lua. Signed-off-by: Karl Vogel karl.vo...@gmail.com Sorry for the duplicate spam.

[OpenWrt-Devel] [PATCH][packages] libdaq - dependency fix

2012-11-16 Thread Jiri Slachta
libdaq no longer depends on libipq Jiri Slachta, CESNET, z.s.p.o. Signed-off-by: Jiri Slachta slac...@cesnet.cz Index: feeds/packages/libs/libdaq/Makefile === --- feeds/packages/libs/libdaq/Makefile (revision 34200) +++

Re: [OpenWrt-Devel] [PATCH 3/5] Allow MAC address to come from platform data and calibration data from PCI-e EEPROM

2012-11-16 Thread Daniel Dickinson
On 10/11/2012 8:44 AM, Felix Fietkau wrote: On 2012-11-09 11:02 PM, Daniel Dickinson wrote: There is a router that users the MAC address for wireless from the platform data (which gets it from the flash ART partition) and the calibration data from a PCI-e card's EEPROM. Here we add