diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | targets/ryuglab/conf.py | 2 | ||||
m--------- | targets/ryuglab/linux | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index b087d6f..1bd0498 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "scripts/buildroot"] path = buildroot url = http://git.buildroot.net/git/buildroot.git +[submodule "targets/ryuglab/linux"] + path = targets/ryuglab/linux + url = https://github.com/Cynerd/linux-ryu.git diff --git a/targets/ryuglab/conf.py b/targets/ryuglab/conf.py index 986f49f..d9dfa20 100644 --- a/targets/ryuglab/conf.py +++ b/targets/ryuglab/conf.py @@ -22,7 +22,7 @@ boot_output = False parse_output = False -linux_sources = 'linux/' +linux_sources = 'targets/ryuglab/linux/' linux_kconfig_head = linux_sources + 'Kconfig' linux_dot_config = linux_sources + '.config' linux_image = linux_sources + 'arch/' + kernel_arch + '/boot/uImage' diff --git a/targets/ryuglab/linux b/targets/ryuglab/linux new file mode 160000 +Subproject 1fe4fcf9b8836791bd11c817f002b4c6b40a34c |