From e1fe612b4358ff9bb394deb8ac537b4aef56bec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 19 Aug 2015 17:16:17 +0200 Subject: Add linux for target ryuglab --- .gitmodules | 3 +++ targets/ryuglab/conf.py | 2 +- targets/ryuglab/linux | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 targets/ryuglab/linux 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 index 0000000..1fe4fcf --- /dev/null +++ b/targets/ryuglab/linux @@ -0,0 +1 @@ +Subproject commit 1fe4fcf9b8836791bd11c817f002b4c6b40a34c3 -- cgit v1.2.3