Re: [OpenWrt-Devel] rt61pci performance

2010-11-28 Thread Scott Nicholas
I fixed it, maybe. On Fri, Nov 26, 2010 at 1:52 PM, Scott Nicholas wrote: > On Fri, Nov 26, 2010 at 4:39 AM, Helmut Schaa > wrote: >> >> Btw. did you check if hardware crypto is working fine? If hw crypto doesn't >> work it would fall back to software which could explain such a CPU >> utilizati

[OpenWrt-Devel] tor 0.2.1.27 update

2010-11-28 Thread Peter Wagner
greets diff --git a/net/tor/Makefile b/net/tor/Makefile index 5265558..77b8019 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor -PKG_VERSION:=0.2.1.26 +PKG_VERSION:=0.2.1.27 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).

Re: [OpenWrt-Devel] [PATCH] packages/net/wavemon: bump version to 0.7.0

2010-11-28 Thread Florian Fainelli
Le 17/11/2010 21:24, koniu a écrit : Hi, Is there a reason why wavemon is kept at an ancient revision? If not, here's the patch. Applied in r24170, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt

Re: [OpenWrt-Devel] [PATCH] [packages] upgrade debootstrap

2010-11-28 Thread Florian Fainelli
Le 27/11/2010 19:39, Luka Perkov a écrit : This patch upgrades debootstrap to version 1.0.26. Signed-off-by: Luka Perkov< openwrt ->-to->- lukaperkov.net> --- Applied in r24171, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.op

Re: [OpenWrt-Devel] [PATCH] [packages] upgrade subversion

2010-11-28 Thread Florian Fainelli
Le 27/11/2010 19:49, Luka Perkov a écrit : This patch upgrades subversion to version 1.6.15. Signed-off-by: Luka Perkov< openwrt ->-to->- lukaperkov.net> --- Applied in r24172, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.ope

Re: [OpenWrt-Devel] [PATCH] [packages] upgrade libtorrent and rtorrent

2010-11-28 Thread Florian Fainelli
Le 21/11/2010 18:19, Luka Perkov a écrit : This patch upgrades libtorrent and rtorrent to svn version 1189. Signed-off-by: Luka Perkov< openwrt ->-to->- lukaperkov.net> --- Applied in r24174 and r24173, thanks! -- Florian ___ openwrt-devel mailing li

Re: [OpenWrt-Devel] update and optimize git package

2010-11-28 Thread Florian Fainelli
Le 17/11/2010 13:09, Bastian Pranzas a écrit : Hi, this patch updates the git package to 1.7.3.2 and does two optimizations to shrink the package size from 45MB to 590KB: - create symlinks instead of hardlinks when installing (hardlinks get lost when copying) - convert the last six non built in

Re: [OpenWrt-Devel] [PATCH] [package] [msmtp] install more script files

2010-11-28 Thread Florian Fainelli
Le 15/11/2010 04:21, Xiangfu Liu a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi this patch only add three more script files to system which is useful for mutt. msmtpqueue/msmtp-enqueue.sh msmtpqueue/msmtp-listqueue.sh msmtpqueue/msmtp-runqueue.sh Applied in r24176, thans! ___

Re: [OpenWrt-Devel] [kirkwood] Kernel 2.6.35.9 does not boot for dockstar

2010-11-28 Thread Marcus Osdoba
Am 27.11.2010 21:45, schrieb Marcus Osdoba: Kernel 2.6.35.9 does not boot! I reverted the kernel version in target/kirkwood/Makefile to 2.6.35.7 and rebuilt all. The newly built kernel boots perfectly as it did before 2.6.35.9. I will now try to create all with version 2.6.35.8 - so the list of

[OpenWrt-Devel] [PATCH 5/6] bcm63xx: Add board id override fixup.

2010-11-28 Thread Jonas Gorski
Add a fixup for the kernel to check the bcm tag of the image for a boardid in the information1 field, and use that instead of the supplied one by cfe. This is triggered by a + at the start of the information1 field. Also modify the image generation to generate apropriately tagged images. Signed-o

[OpenWrt-Devel] [PATCH 6/6] bcm63xx: Add support for the T-Com Speedport W 500V.

2010-11-28 Thread Jonas Gorski
Add support for the T-Com Speedport W 500V using a special tagged image as it identifies itself as a 96348GW, but has some gpios wired differently, and also has only one ethernet port without a switch attached to it. Signed-off-by: Jonas Gorski --- v2 -> v3: * fixed typo in power led trigger *

[OpenWrt-Devel] [PATCH 4/6] bcm63xx: Finalize support for DSL-274xB, rev C2.

2010-11-28 Thread Jonas Gorski
The DSL-2740B/DSL-2741B rev C2 support was missing the board definition, resulting in a kernel panic on boot. This patch adds it, and also renames the generated image name to properly reflect that it is for the revision C2, and for both the DSL-2740B and DSL-2741B. Signed-off-by: Jonas Gorski ---

[OpenWrt-Devel] [PATCH 3/6] bcm63xx: Allow 'colored' power leds.

2010-11-28 Thread Jonas Gorski
Since some devices have more than one power led, they might be separated by their color in the name. To also allow them to be on after leaving preinit, set any status led starting with 'power' to on instead of only those with the exact name of 'power'. Signed-off-by: Jonas Gorski --- target/linu

[OpenWrt-Devel] [PATCH 2/6] bcm63xx: Don't hardcode the switch ethernet interface in preinit.

2010-11-28 Thread Jonas Gorski
Currently eth1 is hardcoded as the expected interface switches in diagmode. This patch replaces the eth1 with the ifname, and also directly tests if the interface specified by ifname has a switch attached. Signed-off-by: Jonas Gorski --- .../lib/preinit/05_failsafe_config_switch_brcm63xx |6

[OpenWrt-Devel] [PATCH 1/6] bcm63xx: Add defconfigs.

2010-11-28 Thread Jonas Gorski
Port the mechanism for different default configurations from ar71xx and use the old configuration as the default configuration. This should have no functional differences to before. While we are at it, remove the obsolete nat option. Signed-off-by: Jonas Gorski --- v1 -> v2: * Remove the base fi

[OpenWrt-Devel] [PATCH 0/6] bcm63xx: Add support for DSL-274xB and T-Com Speedport W 500V

2010-11-28 Thread Jonas Gorski
This patch series adds support for the Telekom Speedport W 500V and finalizes support for the D-Link 274xB, revision C2. This is a merger of my previous two patch series since they depend on the same patches. This patch series adds support for devices with their lan on eth0 and provides a fixup fo

[OpenWrt-Devel] No proc at very first time of preinit

2010-11-28 Thread Michael Kämmerer
I'm trying to realize a "diag.sh" file for signaling the router state via led flashing. My problem is, that when I try to read out the file "/proc/cpuinfo", I get an error on serial console, that there is no file cpuinfo. The failure is caused, because proc is not mounted at this very first time