diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-08 12:37:39 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-08 12:37:39 +0000 |
commit | d07f0dcda12a06a8c40606610ff606fab54bd123 (patch) | |
tree | c3effa30424c6b4638df5ff1804b229ec12367dd /target/linux/omap/base-files/etc | |
parent | e3b2c6418f6bad433429969526590831c0cb97e4 (diff) | |
download | upstream-d07f0dcda12a06a8c40606610ff606fab54bd123.tar.gz upstream-d07f0dcda12a06a8c40606610ff606fab54bd123.tar.bz2 upstream-d07f0dcda12a06a8c40606610ff606fab54bd123.zip |
[omap]: rename the omap4 target to omap
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38691 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap/base-files/etc')
-rw-r--r-- | target/linux/omap/base-files/etc/inittab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/omap/base-files/etc/inittab b/target/linux/omap/base-files/etc/inittab new file mode 100644 index 0000000000..cc6c31a129 --- /dev/null +++ b/target/linux/omap/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 |