summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-11-02 17:22:40 -0500
committerBrandon Bayer <bbayer@multitech.com>2016-11-02 17:22:40 -0500
commit90ef22f6866b1d0e43d5e3a31af639a5f2573e7c (patch)
tree968e3bf77065001ade144226f67c54bf1e3d7df5 /setup.sh
parent5c7cb7bd713df635c921759e32673e2fa4a14592 (diff)
downloadmlinux-90ef22f6866b1d0e43d5e3a31af639a5f2573e7c.tar.gz
mlinux-90ef22f6866b1d0e43d5e3a31af639a5f2573e7c.tar.bz2
mlinux-90ef22f6866b1d0e43d5e3a31af639a5f2573e7c.zip
mtcap: add support for Conduit Access Point (codename Picocell)3.2-mtcap-beta
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index ec460f5..28f6249 100755
--- a/setup.sh
+++ b/setup.sh
@@ -4,8 +4,8 @@ set -e
echo ""
echo "Setting up git hooks..."
-ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit
-ln -s ../../scripts/git-hooks/pre-push .git/hooks/pre-push
+ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit || true
+ln -s ../../scripts/git-hooks/pre-push .git/hooks/pre-push || true
echo ""
echo "Updating git submodules..."
@@ -56,3 +56,8 @@ echo ""
echo "To build mlinux-base-image:"
echo " source env-oe.sh"
echo " bitbake mlinux-base-image"
+echo ""
+echo "To build mlinux-mtcap-image:"
+echo " source env-oe.sh"
+echo " MACHINE=mtcap bitbake mlinux-mtcap-image"
+