diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-19 21:37:25 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-19 21:37:25 +0200 |
commit | 0c050a7fe567c94856cf975258983882110b9aa6 (patch) | |
tree | 22d54c9fbbb344534b398c4217d1b83a00c00bcd /target/device/Atmel/root/target_busybox_skeleton/etc | |
parent | 515b511d41dad7d59045e4dc08a5b7e5b2fba353 (diff) | |
download | buildroot-novena-0c050a7fe567c94856cf975258983882110b9aa6.tar.gz buildroot-novena-0c050a7fe567c94856cf975258983882110b9aa6.zip |
target: update default /etc/issue and /etc/hostname
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>
Diffstat (limited to 'target/device/Atmel/root/target_busybox_skeleton/etc')
-rw-r--r-- | target/device/Atmel/root/target_busybox_skeleton/etc/hostname | 2 | ||||
-rw-r--r-- | target/device/Atmel/root/target_busybox_skeleton/etc/issue | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/target/device/Atmel/root/target_busybox_skeleton/etc/hostname b/target/device/Atmel/root/target_busybox_skeleton/etc/hostname index 52e67d68a..5b26b355e 100644 --- a/target/device/Atmel/root/target_busybox_skeleton/etc/hostname +++ b/target/device/Atmel/root/target_busybox_skeleton/etc/hostname @@ -1 +1 @@ -uclibc +buildroot diff --git a/target/device/Atmel/root/target_busybox_skeleton/etc/issue b/target/device/Atmel/root/target_busybox_skeleton/etc/issue index f24b862c9..90f177983 100644 --- a/target/device/Atmel/root/target_busybox_skeleton/etc/issue +++ b/target/device/Atmel/root/target_busybox_skeleton/etc/issue @@ -1,4 +1,3 @@ - -Welcome to the Erik's uClibc development environment. +Welcome to Buildroot |