-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<manifest> | ||
<remote name="origin" | ||
fetch="." | ||
revision="refs/heads/master" /> | ||
|
||
<project path="kernel" name="kernel-rockchip" remote="origin" revision="refs/heads/nanopi-r2-v5.10.y" /> | ||
<project path="u-boot" name="uboot-rockchip" remote="origin" revision="refs/heads/nanopi-r2-v2014.10" /> | ||
|
||
<!-- img tools for rk3328 --> | ||
<project path="scripts/sd-fuse" name="sd-fuse_rk3328" revision="cec354f1be3a33b8c55f63ccb886ddff41301dd7" remote="origin" > | ||
<linkfile dest="out" src="out"/> | ||
</project> | ||
|
||
<!-- friendlyelec device configs --> | ||
<project path="device/friendlyelec" name="friendlywrt_device_rk3328" remote="origin" revision="refs/heads/master-v19.07.5" /> | ||
<project path="configs" name="friendlywrt_configs" remote="origin" revision="refs/heads/master-v19.07.5" /> | ||
|
||
<!-- friendlyelec scripts --> | ||
<project path="scripts" name="friendlywrt_scripts" remote="origin"> | ||
<linkfile dest="build.sh" src="build.sh"/> | ||
</project> | ||
|
||
<!-- friendlywrt source code --> | ||
<project path="friendlywrt" name="friendlywrt" remote="origin" revision="refs/heads/master-v19.07.5" /> | ||
|
||
<!-- toolchain --> | ||
<project path="toolchain" name="prebuilts" remote="origin" revision="refs/heads/master" /> | ||
</manifest> |