[OpenWrt-Devel] [PATCH][RESEND] s3c24xx: Add AT2440EVB subtarget support

2010-12-06 Thread Ramax Lo
Since it has been several weeks without any response, send the patch again. Signed-off-by: Ramax Lo --- target/linux/s3c24xx/Makefile |2 +- .../at2440evb/base-files/etc/config/network| 14 + .../s3c24xx/at2440evb/base-files/etc/fw_env.config |3

[OpenWrt-Devel] [PATCH] s3c24xx: Add AT2440EVB subtarget support

2010-10-28 Thread Ramax Lo
Signed-off-by: Ramax Lo --- target/linux/s3c24xx/Makefile |2 +- .../at2440evb/base-files/etc/config/network| 14 + .../s3c24xx/at2440evb/base-files/etc/fw_env.config |3 + .../at2440evb/base-files/etc/hotplug2-common.rules | 67 + .../linux/s3c24xx

[OpenWrt-Devel] [PATCH] linux/generic: Fix build failure of decompress_unlzo.c

2010-10-22 Thread Ramax Lo
The patch fixes the build failure in Linux 2.6.35.7. Other versions may have the same issue, but I haven't test it. Signed-off-by: Ramax Lo --- .../patches-2.6.35/009-decompress_unlzo_fix.patch | 27 1 files changed, 27 insertions(+), 0 deletions(-) create mode 1

[OpenWrt-Devel] [PATCH] openmoko-gta02: Add a new subtarget for gta02

2010-10-04 Thread Ramax Lo
Since we're going to add another s3c24xx based development board support, a new subtarget is added for the existing gta02. Signed-off-by: Ramax Lo --- target/linux/s3c24xx/Makefile |3 +- target/linux/s3c24xx/base-files/etc/acpi/sleep.sh |4 - target/linux/s3

[OpenWrt-Devel] Question about adding new s3c24xx based board support

2010-09-25 Thread Ramax Lo
Hi, I would like to add a new s3c24xx based development board support to OpenWRT. The trunk only contains related files for GTA02 currently, and to add new target support, is it appropriate to re-organize the directory structure to look like what omap35xx does? Thanks. Best regards, Ramax __