[OpenWrt-Devel] [PATCH] Patch to use external sources of rootfs

2012-03-21 Thread Tathagata Das
Hi, Attached is OpenWRT general purpose patch. Through this patch, OpenWRT developers may use external (mentioned) sources of rootfs. I have used latest trunk source code (revision number 31050) to create this patch. Regards, Tathagata external-cpio-support.patch Description: Binary data

[OpenWrt-Devel] [PATCH v3 1/1] dnsmasq: add mx record support

2012-03-21 Thread Philip Prindeville
Adding the following syntax support: config mxhost option domain mydomain.com option relay svr10.ironport.com option pref 50 and this will generate an MX record for mydomain.com pointing at the relay with a given preference. Redux: default the preference to 0 if absent.

[OpenWrt-Devel] [PATCH v2 1/1] dnsmasq: add mx record support

2012-03-21 Thread Philip Prindeville
Adding the following syntax support: config mxhost option domain mydomain.com option relay svr10.ironport.com option pref 50 and this will generate an MX record for mydomain.com pointing at the relay with a given preference. Redux: default the preference to 0 if absent.

[OpenWrt-Devel] [PATCH v3 1/1] dnsmasq: add keywords for SRV RR class/weight

2012-03-21 Thread Philip Prindeville
The SRV record also requires the class and weight fields... Currently you can overload the "port" keyword as: option port ,class,weight but this is counter-intuitive. Here we fix this. Redux: make the port required. Signed-off-by: Philip Prindeville Index: package/dnsmasq/files/

[OpenWrt-Devel] embedded software engineer needed / Munich / Germany

2012-03-21 Thread Ralph.Hempel
Hi, ... Lantiq is looking for an Embedded Software Engineer GPON with background in Linux driver development, hardware debugging and last but not least in OpenWRT . Please refer for more details here http://www.lantiq.com/career/careers-lantiq/germany/embedded-software-engineer-gpon-fm/ thank

[OpenWrt-Devel] [PATCH] fix iptables when build as build-dependency

2012-03-21 Thread thomas.langer
Hi, this patch fixes the iptables build if no extensions are selected (e.g. when building only as build-dependency) Best regards, Thomas --- diff --git a/package/iptables/patches/210-fix-no-ext-install.patch b/package/iptables/patches/210-fix-no-ext-install.patch new file mode 100644 --- /dev

[OpenWrt-Devel] How to modify n_channel in supported bands for ath5k driver

2012-03-21 Thread Chris Ajayi of Ajayi Inc
Hi all, I'm new to openwrt and have been working on modifying the wireless driver for the last month. We currently have FCC license for 5 GHz band which we need to test. The current wireless cards we have work well with ath5k driver. I have update regulatory.bin with the band which we plan to t

Re: [OpenWrt-Devel] finding module dependencies.

2012-03-21 Thread abhinav narain
thanks, I will try that. Abhinav On Tue, Mar 20, 2012 at 10:52 PM, Philip Prindeville < philipp_s...@redfish-solutions.com> wrote: > On 3/20/12 5:56 PM, abhinav narain wrote: > > hi, > > I am modifying mac80211. but when I reboot the router, I get a set of > erros which is due to module depende

Re: [OpenWrt-Devel] [PATCH] Add two new packages, hsflowd and sflowovsd.

2012-03-21 Thread Outback Dingo
On Wed, Mar 21, 2012 at 8:28 AM, Stijn Tintel wrote: > This patch adds two new packages from the Host sFlow project [1]: > > * hsflowd: >  The Host sFlow agent exports server performance metrics using the sFlow >  protocol. The agent is intended to provide scalable, multi-vendor, >  multi-OS perfo

[OpenWrt-Devel] [PATCH] Add two new packages, hsflowd and sflowovsd.

2012-03-21 Thread Stijn Tintel
This patch adds two new packages from the Host sFlow project [1]: * hsflowd: The Host sFlow agent exports server performance metrics using the sFlow protocol. The agent is intended to provide scalable, multi-vendor, multi-OS performance monitoring with minimal impact on the systems being monit

[OpenWrt-Devel] [PATCH] Update rrdtool to version 1.4.7

2012-03-21 Thread Roberto Riggio
This patch update rrdtool to version 1.4.7. Two version of the package are provided: rrdtool, which supports the graph command and links with pango and cairo (from the xorg feed) rrdtool-lite, which does NOT support the graph command and thus do not requires pango and cairo The first versi

Re: [OpenWrt-Devel] Porting rrdtool 1.4 to openwrt

2012-03-21 Thread Roberto Riggio
On 03/21/2012 01:02 AM, da...@lang.hm wrote: Would it be possible to break this into two packages, one without the graphing and the second the graphing tools? I was planning do do exactly that after I manage to compile the python bindings (which are important to me). R. _