Re: [OpenWrt-Devel] [PATCHv4 0/3] Add new target for i.MX23-based boards

2013-06-17 Thread Sergey Shcherbakov
Hello Zoltan,

I would like to check your patches. Which branch you used or trunk?

Thanks a lot,
Sergey

With best regards,
Sergey D. Shcherbakov


2013/6/5 Zoltan HERPAI 

> Hi,
>
> Any comments on this set?
>
> Thanks,
> Zoltan Herpai
>
>
> On Mon, 27 May 2013, Zoltan HERPAI wrote:
>
>  This patch will add support for i.MX23-based boards, starting with
>> Olimex Olinuxino. This is an ARM9-based board which comes in different
>> flavours depending on devices.
>>
>> Currently supported:
>> - 3.9.4 kernel
>> - ext4 rootfs
>> - USB
>> - ethernet
>> - RTC, watchdog
>>
>> Work in progress for:
>> - I2C
>> - SPI
>> - probably sound and FB
>>
>> Patch list:
>> [PATCH 1/3]: Add tools support for i.MX23
>> [PATCH 2/3]: Add target for i.MX23
>> [PATCH 3/3]: Add missing regulator symbols
>>
>> Regards,
>> Zoltan Herpai
>>
>> __**_
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.**org 
>> https://lists.openwrt.org/**mailman/listinfo/openwrt-devel
>>
>>  __**_
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.**org 
> https://lists.openwrt.org/**mailman/listinfo/openwrt-devel
>
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] Fixed issue "Compressor "-processors" is not supported!"

2011-06-20 Thread Sergey Shcherbakov
SQUASHFSCOMP constant will be empty in case of compression
type has not been selected. This patch adds compression
type "gzip" by default.

Signed-off-by: Sergey Shcherbakov 
---
 include/image.mk |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/image.mk b/include/image.mk
index 753e88f..ed3c7f2 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -43,6 +43,7 @@ ifneq ($(CONFIG_JFFS2_LZMA),y)
 endif

 LZMA_XZ_OPTIONS := -Xpreset 9 -Xe -Xlc 0 -Xlp 2 -Xpb 2
+SQUASHFSCOMP := gzip
 ifeq ($(CONFIG_SQUASHFS_LZMA),y)
  SQUASHFSCOMP := lzma $(LZMA_XZ_OPTIONS)
 endif
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel