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
   213         kx #!/bin/sh
   213         kx 
   213         kx VERSION=6.1.31-3.8.2
   213         kx 
   213         kx tar --files-from=file.list -xJvf ../linux-starfive-$VERSION.tar.xz
   213         kx mv linux-starfive-$VERSION linux-starfive-$VERSION-orig
   213         kx 
   213         kx cp -rf ./linux-starfive-$VERSION-new ./linux-starfive-$VERSION
   213         kx 
   213         kx diff --unified -Nr  linux-starfive-$VERSION-orig  linux-starfive-$VERSION > linux-starfive-$VERSION-host-limits.patch
   213         kx 
   213         kx mv linux-starfive-$VERSION-host-limits.patch ../patches
   213         kx 
   213         kx rm -rf ./linux-starfive-$VERSION
   213         kx rm -rf ./linux-starfive-$VERSION-orig