Index: package/base-files/files/lib/preinit/10_indicate_preinit =================================================================== --- package/base-files/files/lib/preinit/10_indicate_preinit (revision 22460) +++ package/base-files/files/lib/preinit/10_indicate_preinit (working copy) @@ -43,7 +43,7 @@ pi_indicate_preinit() { echo "- preinit -" - preinit_net_echo "Doing OpenWRT Preinit\n" + preinit_net_echo "Doing LibreWRT Preinit\n" pi_indicate_led } Index: package/base-files/files/etc/init.d/boot =================================================================== --- package/base-files/files/etc/init.d/boot (revision 22460) +++ package/base-files/files/etc/init.d/boot (working copy) @@ -9,7 +9,7 @@ local hostname conloglevel timezone - config_get hostname "$cfg" hostname 'OpenWrt' + config_get hostname "$cfg" hostname 'LibreWRT' echo "$hostname" > /proc/sys/kernel/hostname config_get conloglevel "$cfg" conloglevel Index: package/base-files/files/etc/inittab =================================================================== --- package/base-files/files/etc/inittab (revision 22460) +++ package/base-files/files/etc/inittab (working copy) @@ -3,3 +3,5 @@ tts/0::askfirst:/bin/ash --login ttyS0::askfirst:/bin/ash --login tty1::askfirst:/bin/ash --login +tty2::askfirst:/bin/ash --login +tty3::askfirst:/bin/ash --login Index: package/base-files/files/etc/rc.local =================================================================== --- package/base-files/files/etc/rc.local (revision 22460) +++ package/base-files/files/etc/rc.local (working copy) @@ -1,4 +1,5 @@ # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. +mount /dev/mmcblk0p1 /card exit 0 Index: package/base-files/files/etc/profile =================================================================== --- package/base-files/files/etc/profile (revision 22460) +++ package/base-files/files/etc/profile (working copy) @@ -5,6 +5,7 @@ export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6) export HOME=${HOME:-/root} export PS1='\u@\h:\w\$ ' +export SDL_NOMOUSE=1 [ -x /bin/more ] || alias more=less [ -x /usr/bin/vim ] && alias vi=vim || alias vim=vi Index: package/base-files/files/etc/config/system =================================================================== --- package/base-files/files/etc/config/system (revision 22460) +++ package/base-files/files/etc/config/system (working copy) @@ -1,5 +1,5 @@ config system - option hostname OpenWrt + option hostname LibreWRT option timezone UTC config rdate Index: package/base-files/files/etc/banner =================================================================== --- package/base-files/files/etc/banner (revision 22460) +++ package/base-files/files/etc/banner (working copy) @@ -1,10 +1,7 @@ - _______ ________ __ - | |.-----.-----.-----.| | | |.----.| |_ - | - || _ | -__| || | | || _|| _| - |_______|| __|_____|__|__||________||__| |____| - |__| W I R E L E S S F R E E D O M - KAMIKAZE (bleeding edge, $R) ------------------ - * 10 oz Vodka Shake well with ice and strain - * 10 oz Triple sec mixture into 10 shot glasses. - * 10 oz lime juice Salute! - --------------------------------------------------- + _ _ _ __ _____ _____ + | | (_) |__ _ _ ___\ \ / / _ \_ _| + | |__| | '_ \ '_/ -_)\ \/\/ /| / | | + |____|_|_.__/_| \___| \_/\_/ |_|_\ |_| + + ABSOLUTE ALPHA |a| (Version 0) +------------------------------------------ Index: package/base-files/image-config.in =================================================================== --- package/base-files/image-config.in (revision 22460) +++ package/base-files/image-config.in (working copy) @@ -18,11 +18,11 @@ default y help Sends stderr to null during preinit. This is the default behaviour - in previous versions of OpenWRT. This also prevents init process + in previous versions of LibreWRT. This also prevents init process itself from displaying stderr, however processes launched by init in multiuser through inittab will use the current terminal (e.g. the ash shell launched by inittab will display stderr). That's - the same behaviour as seen in previous version of OpenWRT. + the same behaviour as seen in previous version of LibreWRT. config TARGET_PREINIT_TIMEOUT int @@ -128,5 +128,5 @@ help Prevents showing stderr messages for init command if not already suppressed during preinit. This is the default behaviour in - previous versions of OpenWRT. Removing this does nothing if + previous versions of LibreWRT. Removing this does nothing if stderr is suppressed during preinit (which is the default). Index: package/base-files/Makefile =================================================================== --- package/base-files/Makefile (revision 22460) +++ package/base-files/Makefile (working copy) @@ -33,7 +33,7 @@ define Package/base-files SECTION:=base CATEGORY:=Base system - TITLE:=Base filesystem for OpenWrt + TITLE:=Base filesystem for LibreWRT URL:=http://openwrt.org/ VERSION:=$(PKG_RELEASE)-$(REVISION) $(call Config,network.lan.proto,string,static,LAN Protocol) @@ -56,7 +56,7 @@ endef define Package/base-files/description - This package contains a base filesystem and system scripts for OpenWrt. + This package contains a base filesystem and system scripts for LibreWRT. endef