From fa69553900516944fc43cf7b377105ea1f6d3db0 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 24 Mar 2016 22:40:13 +0100 Subject: branding: add LEDE branding Signed-off-by: John Crispin --- package/base-files/files/etc/banner | 23 ++++++++++------------- package/base-files/files/etc/config/system | 2 +- package/base-files/files/etc/init.d/system | 2 +- 3 files changed, 12 insertions(+), 15 deletions(-) (limited to 'package/base-files/files/etc') 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' \ -- cgit v1.2.3