mirror of https://github.com/OpenIPC/firmware.git
Cosmetic changes
parent
214c1045e2
commit
6c621f5e7f
|
@ -87,3 +87,6 @@ BR2_PACKAGE_YAML_CLI=y
|
|||
# BR2_PACKAGE_LINUX_FIRMWARE is not set
|
||||
# BR2_PACKAGE_LINUX_FIRMWARE_MEDIATEK_MT7601U is not set
|
||||
# BR2_PACKAGE_RTL8188EU is not set
|
||||
|
||||
# Beta
|
||||
BR2_PACKAGE_VO_AACENC=y
|
||||
|
|
|
@ -5,7 +5,7 @@ export TZ=$(cat /etc/TZ)
|
|||
|
||||
if [ "$PS1" ]; then
|
||||
[ -f /etc/openipc_banner ] && echo -e "\n\e[1;36m$(cat /etc/openipc_banner)\e[0m\n"
|
||||
[ -f /etc/openipc_donaters ] && echo -e "\n\e[1;36m$(cat /etc/openipc_donaters)\e[0m\n\n"
|
||||
[ -f /etc/openipc_donators ] && echo -e "\n\e[1;36m$(cat /etc/openipc_donators)\e[0m\n\n"
|
||||
#
|
||||
if [ "`id -u`" -eq 0 ]; then
|
||||
export PS1='\u@\h:\w\# '
|
||||
|
|
Loading…
Reference in New Issue