aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/etc')
-rw-r--r--package/base-files/files/etc/banner23
-rw-r--r--package/base-files/files/etc/config/system2
-rwxr-xr-xpackage/base-files/files/etc/init.d/system2
3 files changed, 12 insertions, 15 deletions
diff --git a/package/base-files/files/etc/banner b/package/base-files/files/etc/banner
index af51b5a8a8..ae2f16f513 100644
--- a/package/base-files/files/etc/banner
+++ b/package/base-files/files/etc/banner
@@ -1,13 +1,10 @@
- _______ ________ __
- | |.-----.-----.-----.| | | |.----.| |_
- | - || _ | -__| || | | || _|| _|
- |_______|| __|_____|__|__||________||__| |____|
- |__| W I R E L E S S F R E E D O M
- -----------------------------------------------------
- DESIGNATED DRIVER (%C, %R)
- -----------------------------------------------------
- * 2 oz. Orange Juice Combine all juices in a
- * 2 oz. Pineapple Juice tall glass filled with
- * 2 oz. Grapefruit Juice ice, stir well.
- * 2 oz. Cranberry Juice
- -----------------------------------------------------
+ _________
+ / /\ _ ___ ___ ___
+ / LE / \ | | | __| \| __|
+ / DE / \ | |__| _|| |) | _|
+ /________/ LE \ |____|___|___/|___| lede-project.org
+ \ \ DE /
+ \ LE \ / -----------------------------------------------------------
+ \ DE \ / Reboot (%C, %R)
+ \________\/ -----------------------------------------------------------
+
diff --git a/package/base-files/files/etc/config/system b/package/base-files/files/etc/config/system
index 3dfbfc4fc8..20517f9a53 100644
--- a/package/base-files/files/etc/config/system
+++ b/package/base-files/files/etc/config/system
@@ -1,5 +1,5 @@
config system
- option hostname OpenWrt
+ option hostname lede
option timezone UTC
config timeserver ntp
diff --git a/package/base-files/files/etc/init.d/system b/package/base-files/files/etc/init.d/system
index 531aa8cbc5..8c5f677299 100755
--- a/package/base-files/files/etc/init.d/system
+++ b/package/base-files/files/etc/init.d/system
@@ -7,7 +7,7 @@ USE_PROCD=1
validate_system_section()
{
uci_validate_section system system "${1}" \
- 'hostname:string:OpenWrt' \
+ 'hostname:string:lede' \
'conloglevel:uinteger' \
'buffersize:uinteger' \
'timezone:string:UTC' \