Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 7d4e4c2

Browse files
committed
linux is a submodule, our specific patches are in linux-patches
1 parent bda6524 commit 7d4e4c2

3,722 files changed

Lines changed: 24 additions & 1280765 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "linux"]
2+
shallow = true
3+
path = linux
4+
url = https://github.com/lkl/linux.git

binding.gyp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
{
1313
'action_name': "lkl_make",
1414
'inputs': [
15-
"src/linux/**"
15+
"linux/**"
1616
],
1717
'outputs': [
18-
"src/linux/tools/lkl/liblkl.a"
18+
"linux/tools/lkl/liblkl.a"
1919
],
20-
'action': [ 'make', '-j4', '-C', 'src/linux/tools/lkl', 'static' ],
20+
'action': [ 'make', '-j4', '-C', 'linux/tools/lkl', 'static' ],
2121
'message': 'Compiling LKL kernel..'
2222
}
2323
],
2424
"cflags_cc": [ '-fpermissive', '-Wno-pointer-arith' ],
2525
"defines": [ "CONFIG_AUTO_LKL_POSIX_HOST" ],
2626
"libraries": [
27-
"../src/linux/tools/lkl/liblkl.a"
27+
"../linux/tools/lkl/liblkl.a"
2828
],
2929
"include_dirs": [
3030
"<!(node -e \"require('nan')\")",
31-
"src/linux/tools/lkl/include"
31+
"linux/tools/lkl/include"
3232
]
3333
}
3434
]

linux

Submodule linux added at 311a4ee

linux-patches/defconfig.patch

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
diff --git a/linux/arch/lkl/defconfig b/linux/arch/lkl/defconfig
2+
--- a/linux/arch/lkl/defconfig
3+
+++ b/linux/arch/lkl/defconfig
4+
@@ -33,6 +33,10 @@ CONFIG_XFS_FS=y
5+
CONFIG_XFS_POSIX_ACL=y
6+
CONFIG_BTRFS_FS=y
7+
CONFIG_BTRFS_FS_POSIX_ACL=y
8+
+CONFIG_ISO9660_FS=y
9+
+CONFIG_JOLIET=y
10+
+CONFIG_ZISOFS=y
11+
+CONFIG_UDF_FS=y
12+
# CONFIG_FILE_LOCKING is not set
13+
# CONFIG_DNOTIFY is not set
14+
# CONFIG_INOTIFY_USER is not set

src/linux/.gitignore

Lines changed: 0 additions & 116 deletions
This file was deleted.

src/linux/Documentation/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/linux/Documentation/DocBook/.gitignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/linux/Documentation/arm/SH-Mobile/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/linux/Documentation/vm/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/linux/Kbuild

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)