Initial import
commitd35a042f4944ff419e023a965650567db7359360
authorMarc Andre Tanner <mat@brain-dump.org>
Fri, 9 Oct 2009 13:52:17 +0000 (9 15:52 +0200)
committerMarc Andre Tanner <mat@brain-dump.org>
Fri, 9 Oct 2009 13:52:17 +0000 (9 15:52 +0200)
tree311bd19b1c3dfb65cadb721f318f285892a09980
Initial import

Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
53 files changed:
.gitignore [new file with mode: 0644]
README [new file with mode: 0644]
build.sh [new file with mode: 0755]
config [new file with mode: 0644]
download.sh [new file with mode: 0755]
initramfs.sh [new file with mode: 0755]
package.sh [new file with mode: 0755]
rootfs-overlay/etc/fb.modes [new file with mode: 0644]
rootfs-overlay/etc/passwd [new file with mode: 0644]
rootfs-overlay/etc/ts.conf [new file with mode: 0644]
rootfs-overlay/init [new symlink]
rootfs-overlay/sbin/init [new file with mode: 0755]
rootfs-overlay/usr/share/fonts/DejaVuSans.ttf [new file with mode: 0644]
rootfs-overlay/usr/share/fonts/Sans.ttf [new symlink]
sources/functions-fwl.sh [new file with mode: 0755]
sources/functions.sh [new file with mode: 0755]
sources/include.sh [new file with mode: 0755]
sources/miniconfig-busybox [new file with mode: 0644]
sources/miniconfig-uClibc [new file with mode: 0644]
sources/patches/ecore-use-exit-instead-of-Exit.patch [new file with mode: 0644]
sources/patches/ecore-use-isfinite-instead-of-finite.patch [new file with mode: 0644]
sources/patches/freetype-2.3.9-fix-arm-compilation-with-pedantic-use-__asm__-instead-of-asm.patch [new file with mode: 0644]
sources/patches/linux-2.6.25-rc1-noperl.patch [new file with mode: 0644]
sources/patches/linux-2.6.28-perl2.patch [new file with mode: 0644]
sources/patches/linux-2.6.28-perl3.patch [new file with mode: 0644]
sources/patches/lua-disable-libreadline.patch [new file with mode: 0644]
sources/patches/strace-eabi.patch [new file with mode: 0644]
sources/patches/tslib-disable-check-for-c++-compiler.patch [new file with mode: 0644]
sources/scripts/gen_initramfs_list.sh [new file with mode: 0755]
sources/scripts/miniconfig.sh [new file with mode: 0755]
sources/sections/busybox.sh [new file with mode: 0644]
sources/sections/dialog-elementary.sh [new file with mode: 0644]
sources/sections/dropbear.sh [new file with mode: 0644]
sources/sections/ecore.sh [new file with mode: 0644]
sources/sections/edje.sh [new file with mode: 0644]
sources/sections/eet.sh [new file with mode: 0644]
sources/sections/eina.sh [new file with mode: 0644]
sources/sections/elementary.sh [new file with mode: 0644]
sources/sections/embryo.sh [new file with mode: 0644]
sources/sections/evas.sh [new file with mode: 0644]
sources/sections/fbset.sh [new file with mode: 0644]
sources/sections/freetype.sh [new file with mode: 0644]
sources/sections/kernel.sh [new file with mode: 0644]
sources/sections/kexec-tools.sh [new file with mode: 0644]
sources/sections/libiconv.sh [new file with mode: 0644]
sources/sections/libjpeg.sh [new file with mode: 0644]
sources/sections/libpng.sh [new file with mode: 0644]
sources/sections/linux-headers.sh [new file with mode: 0644]
sources/sections/lua.sh [new file with mode: 0644]
sources/sections/strace.sh [new file with mode: 0644]
sources/sections/tslib.sh [new file with mode: 0644]
sources/sections/uClibc.sh [new file with mode: 0644]
sources/sections/zlib.sh [new file with mode: 0644]