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=3.14

tar --files-from=file.list -xzvf ../rp-pppoe-$VERSION.tar.gz
mv rp-pppoe-$VERSION rp-pppoe-$VERSION-orig

cp -rf ./rp-pppoe-$VERSION-new ./rp-pppoe-$VERSION

diff --unified -Nr  rp-pppoe-$VERSION-orig  rp-pppoe-$VERSION > rp-pppoe-$VERSION-plugin.patch

mv rp-pppoe-$VERSION-plugin.patch ../patches

rm -rf ./rp-pppoe-$VERSION
rm -rf ./rp-pppoe-$VERSION-orig