use Linux kernel sources associated with openwrt by default

This commit is contained in:
Arnout Engelen
2024-12-17 20:24:14 +01:00
parent ac8b971cc0
commit 1ff779c1a9
9 changed files with 14 additions and 40 deletions

View File

@@ -157,12 +157,6 @@
appendDTB = true;
};
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=";
};
# Mainline linux 5.19 doesn't have device-tree support for
# this device or even for the SoC, so we use the extensive
# OpenWrt kernel patches