1
0
Fork 0

move not-os patches to dedicated folder

This commit is contained in:
Florian Agbuya 2024-03-01 17:14:09 +08:00
parent 007ca18cab
commit efe58d8106
6 changed files with 5 additions and 5 deletions

View File

@ -18,11 +18,11 @@
name = "not-os-patched";
src = not-os;
patches = [
./network.patch
./pr-28.patch
./pr-29.patch
./pr-30.patch
./pr-31.patch
./not-os-patches/network.patch
./not-os-patches/pr-28.patch
./not-os-patches/pr-29.patch
./not-os-patches/pr-30.patch
./not-os-patches/pr-31.patch
];
};