Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
#!/bin/sh

VERSION=5.10.110

tar --files-from=file.list -xJvf ../linux-orangepi-$VERSION.tar.xz
mv linux-orangepi-$VERSION linux-orangepi-$VERSION-orig

cp -rf ./linux-orangepi-$VERSION-new ./linux-orangepi-$VERSION

diff --unified -Nr  linux-orangepi-$VERSION-orig  linux-orangepi-$VERSION > linux-orangepi-$VERSION-host-limits.patch

mv linux-orangepi-$VERSION-host-limits.patch ../patches

rm -rf ./linux-orangepi-$VERSION
rm -rf ./linux-orangepi-$VERSION-orig