Merge pull request #42787 from ambrop72/blacklist-fix
kmod-blacklist-ubuntu: Fix typo from commit "do not blacklist i2c_i801"
This commit is contained in:
commit
6c44deb181
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in stdenv.mkDerivation {
|
|||
echo "''\n''\n## file: "`basename "$f"`"''\n''\n" >> "$out"/modprobe.conf
|
||||
cat "$f" >> "$out"/modprobe.conf
|
||||
# https://bugs.launchpad.net/ubuntu/+source/kmod/+bug/1475945
|
||||
sed -i '/^blacklist i2c_801/d' $out/modprobe.conf
|
||||
sed -i '/^blacklist i2c_i801/d' $out/modprobe.conf
|
||||
done
|
||||
|
||||
substituteInPlace "$out"/modprobe.conf \
|
||||
|
|
Loading…
Reference in a new issue