diff options
author | Karel Kočí <cynerd@email.cz> | 2015-09-25 15:24:03 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-09-25 15:32:29 +0200 |
commit | f1bd89f141acb53333135c86940d1d1c0549b4bd (patch) | |
tree | db7ffdebebc0a1b0b6226029de2185630a68512a /.gitmodules | |
parent | 47669028715fd1319219862e12a4ad5698409a6b (diff) | |
download | linux-conf-perf-f1bd89f141acb53333135c86940d1d1c0549b4bd.tar.gz linux-conf-perf-f1bd89f141acb53333135c86940d1d1c0549b4bd.tar.bz2 linux-conf-perf-f1bd89f141acb53333135c86940d1d1c0549b4bd.zip |
Add bbb target for BeagleBone Black
Buildroot configuration is now generated from base configuration and
configuration defined by specified target. And initram is now build
automatically for test target and all target.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 72f4042..c93d81d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "targets/ryuglab/linux"] path = targets/ryuglab/linux url = https://github.com/Cynerd/linux-ryu.git +[submodule "targets/bbb/linux"] + path = targets/bbb/linux + url = https://github.com/wentasah/linux-beagleboard.git |