extract common code for patching kernel source fdorm openwrt

This commit is contained in:
Daniel Barlow
2023-03-18 19:17:58 +00:00
parent e40170f7d5
commit efd878dc5e
5 changed files with 55 additions and 60 deletions

View File

@@ -38,4 +38,6 @@
lzma = callPackage ./lzma {};
swconfig = callPackage ./swconfig {};
openwrt = callPackage ./openwrt {};
}