use Linux kernel sources associated with openwrt by default

This commit is contained in:
Arnout Engelen
2024-12-17 20:24:14 +01:00
committed by Daniel Barlow
parent 0ee9c76c33
commit f8a275d1a3
9 changed files with 14 additions and 40 deletions

View File

@@ -79,11 +79,6 @@
];
config = {
kernel = {
src = pkgs.pkgsBuildBuild.fetchurl {
name = "linux.tar.gz";
url = "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.137.tar.gz";
hash = "sha256-PkdzUKZ0IpBiWe/RS70J76JKnBFzRblWcKlaIFNxnHQ=";
};
extraPatchPhase = ''
${pkgs.openwrt.applyPatches.mediatek}
'';