From e2fb36c8659874c361a99e3e4255f660acbae7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCsch?= Date: Thu, 11 Dec 2008 22:20:51 +0000 Subject: Add basic framework for the openmoko platform. The kernel does build and boot, but the rootfs build process is not completely implemented, yet. SVN-Revision: 13605 --- target/linux/openmoko/base-files/etc/inittab | 6 ++++++ target/linux/openmoko/base-files/etc/ipkg.conf | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 target/linux/openmoko/base-files/etc/inittab create mode 100644 target/linux/openmoko/base-files/etc/ipkg.conf (limited to 'target/linux/openmoko/base-files/etc') diff --git a/target/linux/openmoko/base-files/etc/inittab b/target/linux/openmoko/base-files/etc/inittab new file mode 100644 index 0000000000..a627ce5ffa --- /dev/null +++ b/target/linux/openmoko/base-files/etc/inittab @@ -0,0 +1,6 @@ +::sysinit:/etc/init.d/rcS S boot +::shutdown:/etc/init.d/rcS K stop +tts/0::askfirst:/bin/ash --login +ttyS0::askfirst:/bin/ash --login + +ttyS2::respawn:/sbin/getty -L ttyS2 115200 vt100 diff --git a/target/linux/openmoko/base-files/etc/ipkg.conf b/target/linux/openmoko/base-files/etc/ipkg.conf new file mode 100644 index 0000000000..10c4f67c66 --- /dev/null +++ b/target/linux/openmoko/base-files/etc/ipkg.conf @@ -0,0 +1,3 @@ +src snapshots http://vlink.guthrie.homedns.org/vlink3 +dest root / +dest ram /tmp -- cgit v1.2.3