From 0c050a7fe567c94856cf975258983882110b9aa6 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 19 Sep 2009 21:37:25 +0200 Subject: 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 --- target/device/Atmel/root/target_busybox_skeleton/etc/hostname | 2 +- target/device/Atmel/root/target_busybox_skeleton/etc/issue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'target/device/Atmel/root/target_busybox_skeleton') 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 -- cgit v1.2.3