diff options
author | Karel Kočí <cynerd@email.cz> | 2015-08-19 17:16:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-19 17:16:17 +0200 |
commit | e1fe612b4358ff9bb394deb8ac537b4aef56bec7 (patch) | |
tree | 4f78ee3234a2316282227eb4f92fe8408ce86a34 | |
parent | d64eca6379dda83560044b5d949d60b54b908411 (diff) | |
download | linux-conf-perf-e1fe612b4358ff9bb394deb8ac537b4aef56bec7.tar.gz linux-conf-perf-e1fe612b4358ff9bb394deb8ac537b4aef56bec7.tar.bz2 linux-conf-perf-e1fe612b4358ff9bb394deb8ac537b4aef56bec7.zip |
Add linux for target ryuglab
-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 |