diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-04-01 19:25:38 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-04-06 14:48:46 +0200 |
commit | 42f96ed9413a3483b0448581374feeb3343f6f6a (patch) | |
tree | 64dcc9c3a418ecec29a6654d75746574e4c0902a /target/linux/tegra/base-files/etc/inittab | |
parent | de3eb0d8a060b1eb4e4027ebc435bb412ce8e096 (diff) | |
download | upstream-42f96ed9413a3483b0448581374feeb3343f6f6a.tar.gz upstream-42f96ed9413a3483b0448581374feeb3343f6f6a.tar.bz2 upstream-42f96ed9413a3483b0448581374feeb3343f6f6a.zip |
tegra: add new target
New target introduces initial support for NVIDIA Tegra SoC based devices.
It focuses on Tegra 2 CPUs, for successors supporting NEON instruction
set the target should be split in two subtargets.
This initial commit doesn't create any device image, it's groundwork
for further additions.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'target/linux/tegra/base-files/etc/inittab')
-rw-r--r-- | target/linux/tegra/base-files/etc/inittab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/tegra/base-files/etc/inittab b/target/linux/tegra/base-files/etc/inittab new file mode 100644 index 0000000000..b944a93ada --- /dev/null +++ b/target/linux/tegra/base-files/etc/inittab @@ -0,0 +1,4 @@ +::sysinit:/etc/init.d/rcS S boot +::shutdown:/etc/init.d/rcS K shutdown +::askconsole:/usr/libexec/login.sh +tty1::askfirst:/usr/libexec/login.sh |