Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) #!/bin/sh
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) # SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) if [ -r Makefile ]; then
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 	make distclean
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) fi
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) FILES="aclocal.m4 autom4te.cache compile config.guess config.h.in config.log \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9)        config.status config.sub configure cscope.out depcomp install-sh      \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)        libsrc/Makefile libsrc/Makefile.in libtool ltmain.sh Makefile         \
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)        Makefile.in missing src/Makefile src/Makefile.in"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) rm -vRf $FILES