Re: [OpenWrt-Devel] kirkwood gcc/binutils woe?

2014-12-13 Thread nwf
-To save disk space, this GCC only supports dynamic linking on the target box, -there are no static libraries shipped. - For now, this was only tested on a mips target. Others to be done... - Christian Beier \ No newline at end of file + Christian Beier Thanks for your help so far! -

Re: [OpenWrt-Devel] [PATCH v3 1/2] [boot/uboot-kirkwood] Pogoplug v4 support

2014-12-13 Thread nwf
cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_HS; ++ ++ cfg->f_min = kw_mmc_get_base_clock()/KW_MMC_BASE_DIV_MAX; ++ cfg->f_max = KW_MMC_CLOCKRATE_MAX; ++ cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; ++ ++ mmc = mmc_create (cfg, NULL); ++ ++if (mmc == NULL) { ++

[OpenWrt-Devel] kirkwood gcc/binutils woe?

2014-12-06 Thread nwf
> Supported emulations: armelf_linux armelf armelfb armelfb_linux > collect2: error: ld returned 1 exit status And I'm really not sure what that means or what to do about it. Suggestions? Thanks in advance! --nwf; pgpbtqjS11d7H.pgp Desc

[OpenWrt-Devel] [PATCHv2 2/2] [kernel] linux/kirkwood Pogoplug v4 support

2014-11-30 Thread nwf
And the other half: Linux kernel patch and DTS file for the Pogoplug v4 hardware. I am indebted to everyone in the thread at https://forum.openwrt.org/viewtopic.php?pid=250745#p250745 for their efforts. Signed-off-by: Nathaniel Wesley Filardo <8s9k8ugo5jgpi3u067229bbackmqi...@cmx.ietfng.org> di

[OpenWrt-Devel] [PATCHv2 1/2] [boot/uboot-kirkwood] Pogoplug v4 support

2014-11-30 Thread nwf
On Tue, Nov 11, 2014 at 12:46:01AM +0100, Luka Perkov wrote: > On Sat, Oct 25, 2014 at 10:00:33PM +0000, nwf wrote: > > Salutations openwrt-devel@, > > > > I've gotten an initial Pogoplug V4 build into good enough shape that I think > > it's worth sharing. It

[OpenWrt-Devel] Pogoplug V4 support

2014-10-25 Thread nwf
rnel. Thoughts are welcome. --nwf; diff --git a/package/boot/uboot-kirkwood-mibodhi/Makefile b/package/boot/uboot-kirkwood-mibodhi/Makefile new file mode 100644 index 000..6855a91 --- /dev/null +++ b/package/boot/uboot-kirkwood-mibodhi/Makefile @@ -0,0 +1,103 @@ +# +# Copyright (C) 2010-2

Re: [OpenWrt-Devel] Add kernel modules for AFS client

2014-04-27 Thread nwf
ork for me here. I think I have all the requisite calls to subroutines, too. I have a second patch below which turns on fscache support in the other exposed network filesystems, namely NFS and CIFS, now that it's exposed. Cheers, --nwf; diff --git a/package/kernel/linux/modules/crypto.mk b

Re: [OpenWrt-Devel] Add kernel modules for AFS client

2014-04-20 Thread nwf
On Thu, Apr 17, 2014 at 12:07:31AM +0200, Zoltan HERPAI wrote: > Hi, > > nwf wrote: > > Salutations, list. This patch adds configuration knobs for the in-kernel > > kAFS > > client and its dependencies. We have an AFS cell used for shared > > configuration &

[OpenWrt-Devel] Add kernel modules for AFS client

2014-03-22 Thread nwf
x27;t break anything. Thoughts welcome! Thanks, --nwf; diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 791b5a5..4664e4a 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -220,6 +220,17 @@ endef $(eval $(call KernelPa