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

Added hack to avoid compilation error in radeon

parent 25384198
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,8 @@ CONFIG_DEFAULT_IOSCHED="BFQ"
EOF
cp debian.master/config/i386/config.flavour.lowlatency debian.master/config/amd64/config.flavour.lowlatency
sed '/%s_mc2/s@snprintf.*@snprintf(fw_name, sizeof(fw_name), "/*(DEBLOBBED)*/", chip_name);@' -i drivers/gpu/drm/radeon/si.c drivers/gpu/drm/radeon/cik.c
changelog "Removed non-free bits"
cp debian/changelog debian.master/changelog
......
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