Skip to content
Snippets Groups Projects
Commit 48565a52 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

linux: improved blobless activation changes

parent 57ce280b
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,8 @@
#
VERSION=15
. ./config
for PATCH in $DATA/*.patch ; do
echo $PATCH
patch --no-backup-if-mismatch -p1 < $PATCH
done
. ./config
PRESERVEDIRS='
drivers/gpu/drm/amd/amdgpu
......@@ -58,12 +54,17 @@ for DIR in $PRESERVEDIRS; do
cp $DIR $TMPDIR --parents -a
done
sh $DATA/deblob-5.15 --force
sh $DATA/deblob-5.15
echo "Reverting deblobbing for files patched by silent-accept-firmware"
cp $TMPDIR/* . -av
rm -rf $TMPDIR
for PATCH in $DATA/*.patch ; do
echo $PATCH
patch --no-backup-if-mismatch -p1 < $PATCH
done
# Re-enable udebs
cp $DATA/5-udebs.mk debian/rules.d
cp -a $DATA/d-i debian.master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment