Re: [OpenWrt-Devel] [PATCH] Improve generated ext4 images

2012-08-28 Thread Imre Kaloz
On Tue, 28 Aug 2012 23:05:46 +0200, Michael Heimpold wrote: Currently none of valuable ext4 features are used when ext4 image generation is selected, most notably the journaling function is missing. This patch enables the journaling feature and optimizes the directories in the created filesy

[OpenWrt-Devel] [PATCH] [ramips] Add support for unbranded XDX-RN502R V2.0

2012-08-28 Thread Nicolas Marchildon
Add support for unknown router name/model, PCB marked with XDX-RN502R V2.0 Known names: * Bococom DWR-150 * TopLink RT-3GWT * CDR-King CW-G3 * Widemac SL-R7206 This patch is also available here: https://github.com/elecnix/openwrt/commit/9c10f085d997b22326d20e454d056d0d8baa70b6 $ git show com

[OpenWrt-Devel] [PATCH] Improve generated ext4 images

2012-08-28 Thread Michael Heimpold
Currently none of valuable ext4 features are used when ext4 image generation is selected, most notably the journaling function is missing. This patch enables the journaling feature and optimizes the directories in the created filesystem afterwards. Signed-off-by: Michael Heimpold --- include/im

[OpenWrt-Devel] [PATCH] base-files: release an attached loop device on umounting

2012-08-28 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- package/base-files/files/etc/init.d/umount |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/files/etc/init.d/umount index a4e477e..5a750b9 100755 --- a/package/base-files/fil

[OpenWrt-Devel] [PATCH] [package/libcurl] copy .so symlink on install

2012-08-28 Thread Jonh Wendell
>From ab926be83848b611a16ee1f0a3f7a3543bdfa3f2 Mon Sep 17 00:00:00 2001 From: Jonh Wendell Date: Tue, 28 Aug 2012 15:57:16 -0300 Subject: [PATCH] [package/libcurl] copy .so symlink on install Signed-off-by: Jonh Wendell --- libs/curl/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletio