linux-libre: set update-libre.sh as update script
This doesn't actually update the kernel, just the linux-libre deblobbing scripts, but it should mean that automatic updaters keep the deblobbing scripts up to date. So even if deblobbing scripts for a new kernel version are not available immediately after release, they should be updated automatically soon enough once available.
This commit is contained in:
parent
80a823eeca
commit
2d3e4088db
@ -33,6 +33,8 @@ in linux.override {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.updateScript = ./update-libre.sh;
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.qyliss ];
|
maintainers = [ lib.maintainers.qyliss ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user