Skip to content

Commit

Permalink
Add display driver dkms
Browse files Browse the repository at this point in the history
  • Loading branch information
penk committed Apr 1, 2022
1 parent d6a90c6 commit c5ad8c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stage4.5-cutiepi/01-tweaks/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ chown $FIRST_USER_NAME:$FIRST_USER_NAME -R /home/$FIRST_USER_NAME/.config/
cp /usr/share/applications/connman-gtk.desktop /etc/xdg/autostart/
EOF

tar xvpf files/panel-ilitek-ili9881c-1.0.tgz -C "${ROOTFS_DIR}/"
on_chroot <<EOF
dkms add -m panel-ilitek-ili9881c/1.0
dkms build -m panel-ilitek-ili9881c -v 1.0 -k 5.15.30-v8+
dkms install -m panel-ilitek-ili9881c -v 1.0 -k 5.15.30-v8+
EOF

tar xvpf files/rdp-wallpaper-extra.tgz -C "${ROOTFS_DIR}/"

on_chroot <<EOF
Expand Down
Binary file not shown.

0 comments on commit c5ad8c3

Please sign in to comment.