first commit
This commit is contained in:
5
external/packages/bsp/overlays_cix/etc/modprobe.d/blacklist.conf
vendored
Executable file
5
external/packages/bsp/overlays_cix/etc/modprobe.d/blacklist.conf
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
blacklist r8125
|
||||
blacklist pgdrv
|
||||
blacklist rtk_btusb
|
||||
blacklist amdgpu
|
||||
blacklist armcb_isp
|
||||
4
external/packages/bsp/overlays_cix/etc/profile.d/cix_env.sh
vendored
Executable file
4
external/packages/bsp/overlays_cix/etc/profile.d/cix_env.sh
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
export KWIN_COMPOSE=O2ES
|
||||
export QT_OPENGL=es2
|
||||
export GDK_GL=gles
|
||||
export GST_GL_API=gles2
|
||||
30
external/packages/bsp/overlays_cix/etc/update-motd.d/41-orangepi-config
vendored
Executable file
30
external/packages/bsp/overlays_cix/etc/update-motd.d/41-orangepi-config
vendored
Executable file
@@ -0,0 +1,30 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright (c) Authors: https://www.armbian.com/authors
|
||||
#
|
||||
# This file is licensed under the terms of the GNU General Public
|
||||
# License version 2. This program is licensed "as is" without any
|
||||
# warranty of any kind, whether express or implied.
|
||||
|
||||
# DO NOT EDIT THIS FILE but add config options to /etc/default/orangepi-motd
|
||||
# any changes will be lost on board support package update
|
||||
|
||||
THIS_SCRIPT="config"
|
||||
MOTD_DISABLE=""
|
||||
|
||||
[[ -f /etc/default/orangepi-motd ]] && . /etc/default/orangepi-motd
|
||||
|
||||
for f in $MOTD_DISABLE; do
|
||||
[[ $f == $THIS_SCRIPT ]] && exit 0
|
||||
done
|
||||
|
||||
#if [[ $(( $RANDOM % 2 )) == 0 ]]; then
|
||||
# if [[ -f /usr/sbin/orangepi-config ]]; then
|
||||
# echo -e "[\e[31m General system configuration (beta)\e[0m: \e[1morangepi-config\e[0m ]\n"
|
||||
# else
|
||||
# echo -e "[\e[31m Menu-driven system configuration (beta)\e[0m: \e[1msudo dpkg -i orangepi-config.deb\e[0m ]\n"
|
||||
# fi
|
||||
#fi
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user