Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Martin Mueller
On Mon, Jun 11, 2012 at 11:44:33PM +0200, Luka Perkov wrote: > On Mon, Jun 11, 2012 at 11:29:53PM +0200, Martin Mueller wrote: > > Hi Luka, > > > > On Mon, Jun 11, 2012 at 10:37:15PM +0200, Luka Perkov wrote: > > > > > > Do you have printenv output from old uboot? > > > > Yes, so everything is f

Re: [OpenWrt-Devel] [PATCH/RFC v1] add kernel-accelerated PPtP support

2012-06-11 Thread Daniel Golle
On 11/06/12 23:15, Jo-Philipp Wich wrote: > Hell Daniel, > > I committed a modified and cleaned up variant of your patch to trunk in > https://dev.openwrt.org/changeset/32197 and removed the old pptp package > in https://dev.openwrt.org/changeset/32198. Heavenly, and cheers, that's what I was hop

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Luka Perkov
On Mon, Jun 11, 2012 at 11:29:53PM +0200, Martin Mueller wrote: > Hi Luka, > > On Mon, Jun 11, 2012 at 10:37:15PM +0200, Luka Perkov wrote: > > > > Do you have printenv output from old uboot? > > Yes, so everything is fine. After restoring my old environment the > dockstar boots it's old image a

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Martin Mueller
Hi Luka, On Mon, Jun 11, 2012 at 10:37:15PM +0200, Luka Perkov wrote: > > Do you have printenv output from old uboot? Yes, so everything is fine. After restoring my old environment the dockstar boots it's old image again. I guess I was just confused by the ubi-stuff. > You should have uboot env

[OpenWrt-Devel] [PATCHv2 2/3] Add mkdosfs to build tools

2012-06-11 Thread Ian Ridge
This patch adds mkdosfs to the build tools. It is needed to copy create the boot partition used by raspberry pi board. To avoid increasing the build time of other targets, this tool is only built when need. Signed-off-by: Ian Ridge --- a/tools/Makefile +++ b/tools/Makefile @@ -20,7 +20,7 @@ too

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Luka Perkov
On Mon, Jun 11, 2012 at 08:19:18PM +0200, Martin Mueller wrote: > > This is how I flash my kirkwood device (0x62118 is the size of loaded > > binary): > > > > tftpboot 0x080 u-boot.kwb > > nand erase 0x0 0x7 ; nand write 0x080 0x0 0x62118 > > > > You should flash it on the beginning o

[OpenWrt-Devel] [PATCHv2 1/3] Add mcopy to build tools

2012-06-11 Thread Ian Ridge
This patch adds mcopy to the build tools. It is needed to copy files into a vfat image without requiring root privileges. To avoid increasing the build time of other targets, this tool is only built when need. Signed-off-by: Ian Ridge --- a/tools/Makefile +++ b/tools/Makefile @@ -20,6 +20,7 @@

[OpenWrt-Devel] [PATCHv2 0/3] Add support for Raspberry Pi board

2012-06-11 Thread Ian Ridge
Hi Following suggestions made on the list, I've made the following updates: Support for the 3.3 kernel: I've updated the Kernel patches from www.raspberrypi.org and from https://github.com/raspberrypi (3.1 fork), to work with 3.3 kernel on openwrt. I've not been able to find any existing kernels

Re: [OpenWrt-Devel] [PATCH/RFC v1] add kernel-accelerated PPtP support

2012-06-11 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hell Daniel, I committed a modified and cleaned up variant of your patch to trunk in https://dev.openwrt.org/changeset/32197 and removed the old pptp package in https://dev.openwrt.org/changeset/32198. ~ Jow -BEGIN PGP SIGNATURE- Version: Gnu

[OpenWrt-Devel] kmod-ipt-nathelper-extra is missing nf_conntrack_broadcast.ko

2012-06-11 Thread Peter Wagner
kmod-ipt-nathelper-extra is missing the package nf_conntrack_broadcast.ko if it is not included into the kmod-ipt-nathelper-extra packge the modules nf_conntrack_snmp and nf_nat_snmp_basic cant get loaded: [ 44.50] nf_conntrack_snmp: Unknown symbol nf_conntrack_broadcast_help (err 0) [

[OpenWrt-Devel] [PATCH] MI424WR - add rev D support

2012-06-11 Thread Jose Vasconcellos
Add support for revision D of the MI424WR. Rev D swaps LAN & WAN ports so this patch maintains eth0 for LAN and eth1 for WAN. For details on rev D usage, see http://wiki.openwrt.org/toh/actiontec/mi424wr Signed-off-by: Jose Vasconcellos Index: target/linux/ixp4xx/patches-3.3/185-mi424wr_support.

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Martin Mueller
On Mon, Jun 11, 2012 at 07:25:25PM +0200, Luka Perkov wrote: > On Mon, Jun 11, 2012 at 06:30:31PM +0200, Martin Mueller wrote: > > > And can you please also flash it on the device? As I understand you have > > > loaded it over JTAG only... > > > > Yes, that should be the same as loading it via ser

Re: [OpenWrt-Devel] CWMP (TR-069) client in OpenWrt trunk

2012-06-11 Thread John Crispin
Hi Luka, nice work ;-) John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] CWMP (TR-069) client in OpenWrt trunk

2012-06-11 Thread Luka Perkov
Dear openwrt-devel readers, I have merged freecwmp Makefiles in svn commit r32180. The aim freecwmp project is to provide a fully functional open source CWMP (TR-069) implementation. freecwmp aims to be fully integrable inside OpenWrt and easily extendible to fit various needs. More information y

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Luka Perkov
On Mon, Jun 11, 2012 at 06:30:31PM +0200, Martin Mueller wrote: > > And can you please also flash it on the device? As I understand you have > > loaded it over JTAG only... > > Yes, that should be the same as loading it via serial to RAM. I'm > relucant to flash the bootloader, as I have never fla

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Martin Mueller
Hi Luka, On Mon, Jun 11, 2012 at 05:49:07PM +0200, Luka Perkov wrote: > > And can you please also flash it on the device? As I understand you have > loaded it over JTAG only... Yes, that should be the same as loading it via serial to RAM. I'm relucant to flash the bootloader, as I have never fla

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Luka Perkov
Hi Martin, On Mon, Jun 11, 2012 at 05:47:29PM +0200, Martin Mueller wrote: > > On 11/06/12 18:21, Martin Mueller wrote: > > > Here is the output: > > > > > > U-Boot 2012.04.01 (Jun 08 2012 - 13:05:57) > > > Seagate FreeAgent DockStar > > > > > > SoC: Kirkwood 88F6281_A0 > > > DRAM: 128 MiB >

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Luka Perkov
Hi Martin, On Mon, Jun 11, 2012 at 06:41:56PM +0300, Daniel Golle wrote: > > Here is the output: > > > > U-Boot 2012.04.01 (Jun 08 2012 - 13:05:57) > > Seagate FreeAgent DockStar > > > > SoC: Kirkwood 88F6281_A0 > > DRAM: 128 MiB > > WARNING: Caches not enabled > > NAND: 256 MiB > > NAND rea

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Martin Mueller
Hi Daniel, On Mon, Jun 11, 2012 at 06:41:56PM +0300, Daniel Golle wrote: > Hi Martin! > > On 11/06/12 18:21, Martin Mueller wrote: > > Here is the output: > > > > U-Boot 2012.04.01 (Jun 08 2012 - 13:05:57) > > Seagate FreeAgent DockStar > > > > SoC: Kirkwood 88F6281_A0 > > DRAM: 128 MiB > >

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Daniel Golle
Hi Martin! On 11/06/12 18:21, Martin Mueller wrote: > Here is the output: > > U-Boot 2012.04.01 (Jun 08 2012 - 13:05:57) > Seagate FreeAgent DockStar > > SoC: Kirkwood 88F6281_A0 > DRAM: 128 MiB > WARNING: Caches not enabled > NAND: 256 MiB > NAND read from offset 6 failed -74 > *** Warn

Re: [OpenWrt-Devel] [PATCH v2][RFC] uboot-kirkwood: upgrade to 2012.04.01

2012-06-11 Thread Martin Mueller
Hi Luka, On Fri, Jun 08, 2012 at 03:32:58AM +0200, Luka Perkov wrote: > Board owners please test this patch and give feedback for the boards: > > * dockstar It seems to work fine on the dockstar. The serial didn't work for me either, so I had to test today with jtag. I loaded the image.bin into