Re: [OpenWrt-Devel] [PATCH] upgrade uboot-envtools

2011-10-07 Thread Daniel Golle
Can we get either this or the equivalent I posted in [OpenWrt-Devel] [PATCH 2/5] new board: Allnet ALL0258N commited in trunk? If not, what's wrong with it? Cheers Daniel On 09/06/2011 12:51 AM, Luka Perkov wrote: Upgrade uboot-envtools to the newest version, add example config file and

Re: [OpenWrt-Devel] [PATCH] correct fair traffic sharing support in qos-scripts

2011-10-07 Thread Weedy
On 25/09/11 01:21 PM, Dave Taht wrote: I am pleased to see this basic improvement to qos-scripts. I will be testing this patch soon in the cerowrt-1.0rc7 series if it doesn't get committed to openwrt head soon. Any luck? ___ openwrt-devel mailing

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

2011-10-07 Thread Florian Fainelli
On Tuesday 09 August 2011 19:48:31 Daniel Mierswa wrote: Signed-off-by: Daniel Mierswa impu...@impulze.org --- Applied in r28378, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] modifying source code in OpenWrt

2011-10-07 Thread abhinav narain
When I modify the files in the following folder and make deliberate syntax errors and then do a make $make package/mac80211/{clean,compile} V=99 folder : openwrt/src/klatch/*build_dir*/*toolchain-mips_r2_gcc* -4.5-linaro_uClibc-0.9.32/linux-2.6.39.4/drivers/net/wireless/ath/ath9k I don't get

[OpenWrt-Devel] [PATCH] Add port mirroring/monitoring capability to rtl8366rb switch

2011-10-07 Thread Colin Leitner
This patch adds swlib attributes to the RTL8366RB switch/PHY found in the TL-WR1043ND router that allow to mirror ethernet packets to a monitor port. I have a patch for LuCIs vlan.lua available. Is it enough to post it here or is there a different mailing list for LuCI enhancements?

[OpenWrt-Devel] [PATCH] Update radvd to 1.8.2

2011-10-07 Thread Andrew Silverman
Signed-off-by: Andy Silverman andre...@hotmail.com Index: feeds/packages/ipv6/radvd/Makefile === --- feeds/packages/ipv6/radvd/Makefile (revision 28379) +++ feeds/packages/ipv6/radvd/Makefile (working copy) @@ -8,13 +8,13 @@

Re: [OpenWrt-Devel] modifying source code in OpenWrt

2011-10-07 Thread Adam Porter
Hi, I'm not sure what Jonas is referencing when he says that quilt does not work in mac80211. It works fine. # make package/mac80211/{clean,prepare} V=99 QUILT=1 # cd build_dir/linux-ar71xx_generic/compat-wireless-2011-08-10/ # quilt push -a # quilt new my_changes.patch # quilt edit

Re: [OpenWrt-Devel] modifying source code in OpenWrt

2011-10-07 Thread Adam Porter
To address your actual question (sorry, I meant for the first reply to be in your other thread, though it is related), when you make clean a package it will remove the source from build_dir and extract the tarball from dl. So, if you make any changes to the extracted and patched source directly in

Re: [OpenWrt-Devel] modifying source code in OpenWrt

2011-10-07 Thread abhinav narain
I am sorry but I am new to OpenWrt and have doubts not cleared for days. Are you referring to http://wiki.openwrt.org/doc/devel/patches Adding kernel patches subsection ? I haven't found any other related documentation actually. Also, I want to include a bunch of .h header files where i am