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 f3fadd5cd7
commit a89f866bf0
9 changed files with 14 additions and 40 deletions

View File

@@ -5,11 +5,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=";
};
config = {
MTD = "y";
MTD_BLOCK = "y";