[OpenWrt-Devel] Cerowrt basic patches (re: version bump iproute2 to 2.6.39)

2011-08-09 Thread Dave Taht
So I looked over the previous email on the 2.6.39 update for iproute and noticed this: - TCMODULES += p_tcp.o ??? And I note: I have most of the patch set to 'cerowrt' stashed here: http://huchra.bufferbloat.net/~cero1/patches/ I was getting ready - after getting them through some lab testing

[OpenWrt-Devel] [PATCH] packages: version bump iproute2 to 2.6.39

2011-08-09 Thread Daniel Mierswa
Signed-off-by: Daniel Mierswa --- package/iproute2/Makefile |8 .../iproute2/patches/000-debian_patches_3.patch|2 +- .../003-iproute2-get_dont_filter_cached.patch | 10 -- .../iproute2/patches/007-version_includes.patch|3 ++-

[OpenWrt-Devel] [PATCH] packages: use new regulatory db in crda

2011-08-09 Thread Daniel Mierswa
Signed-off-by: Daniel Mierswa --- package/crda/Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/crda/Makefile b/package/crda/Makefile index 95a184c..866afe7 100644 --- a/package/crda/Makefile +++ b/package/crda/Makefile @@ -9,7 +9,7 @@ include $(TOPD

[OpenWrt-Devel] [PATCH] packages: version bump iw to 3.0

2011-08-09 Thread Daniel Mierswa
Signed-off-by: Daniel Mierswa --- package/iw/Makefile |6 +- package/iw/patches/001-nl80211_sync.patch | 81 - package/iw/patches/110-fix_rate_calculation.patch | 11 --- 3 files changed, 3 insertions(+), 95 deletions(-) delete m

Re: [OpenWrt-Devel] package query?

2011-08-09 Thread Florian Fainelli
Hello, On Tuesday 09 August 2011 13:42:37 devendra.aaru wrote: > hello, > > > anyone know that there is a support to the backtrace function (in c > language) is present in openwrt ? You can use gdb most of the time to get a backtrace. > > i am getting some compiler errors saying that execinfo

[OpenWrt-Devel] package query?

2011-08-09 Thread devendra.aaru
hello, anyone know that there is a support to the backtrace function (in c language) is present in openwrt ? i am getting some compiler errors saying that execinfo.h not found. (in our linux box it will be under /usr/include/). i searched in staging_dir/i386/usr/include but not found any file of