summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/root/target_skeleton/etc
Commit message (Collapse)AuthorAgeFilesLines
* skeleton: remove loopback interface configuration from inittabBaruch Siach2010-06-091-2/+0
| | | | | | | | | | | The lo interface is marked auto in /etc/network/interfaces, so the configuration of the loopback network interface is part of the S40network init script. This causes the "RTNETLINK answers: File exists" error message to appear at startup time. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target: update default /etc/issue and /etc/hostnamePeter Korsgaard2009-09-192-3/+2
| | | | | | | | | Adjust default /etc/issue to print 'Welcome to Buildroot' like the recently removed BR2_BANNER did, and adjust default hostname to be 'buildroot' instead of uclibc as we now support external glibc toolchains as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target_skeleton: mark empty directories with .empty filesPeter Korsgaard2008-03-301-0/+0
| | | | | | | Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn).
* Add /etc/ld.so.conf to Atmel based root fsUlf Samuelsson2008-01-101-0/+1
|
* Add AT91 targetsUlf Samuelsson2007-07-1719-0/+663