Re: [OpenWrt-Devel] [PATCH] Clean up NFSv4 dependencies

2014-01-22 Thread Daniel Colascione
On 01/15/2014 02:49 PM, Daniel Colascione wrote: This patch removes the NFSv4 package and makes NFSv4 support a configuration option for existing packages. Did I not add the right maintainers to my original message? I don't recall finding a specific owner when I l

[OpenWrt-Devel] [PATCH] Clean up NFSv4 dependencies

2014-01-15 Thread Daniel Colascione
This patch removes the NFSv4 package and makes NFSv4 support a configuration option for existing packages. --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -220,7 +220,7 @@ $(eval $(call KernelPackage,fs-msdos)) define KernelPackage/fs-nfs SUBMENU:=$(FS_ME

[OpenWrt-Devel] [PATCH] Improve kconfig.pl error message

2014-01-15 Thread Daniel Colascione
This patch makes the kconfig.pl write a more informative error message when it can't open its configuration file. commit 376b4c4662f9ed1fff94ce78b46bf9ec76de0895 Author: Daniel Colascione Date: Wed Jan 15 00:22:25 2014 -0800 Indicate which file we couldn't open diff --git