diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-01-14 23:02:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-01-14 23:02:56 +0000 |
commit | 8f76568da91dbe989e5365a4a6d3f50847b1c755 (patch) | |
tree | afabe899aa387d9c1fd5509828b5ebe774a30bb7 /target/linux/omap4/base-files | |
parent | 26cb77ef885e1858d0f7f06efa765e0d5d5de749 (diff) | |
download | upstream-8f76568da91dbe989e5365a4a6d3f50847b1c755.tar.gz upstream-8f76568da91dbe989e5365a4a6d3f50847b1c755.tar.bz2 upstream-8f76568da91dbe989e5365a4a6d3f50847b1c755.zip |
[target/omap4]: add support for OMAP4 based boards, starting with the PandaBoard
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29753 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap4/base-files')
-rw-r--r-- | target/linux/omap4/base-files/etc/inittab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/omap4/base-files/etc/inittab b/target/linux/omap4/base-files/etc/inittab new file mode 100644 index 0000000000..cc6c31a129 --- /dev/null +++ b/target/linux/omap4/base-files/etc/inittab @@ -0,0 +1,4 @@ +::sysinit:/etc/init.d/rcS S boot +::shutdown:/etc/init.d/rcS K shutdown +ttyO2::askfirst:/bin/ash --login +tty1::askfirst:/bin/ash --login |