Make buildroot a git submodule

This commit is contained in:
Michel-FK
2019-03-24 23:24:40 +01:00
parent eb4f2c0959
commit 4c4f5b8001
46 changed files with 46 additions and 102 deletions

11
have Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
case "$1" in
fun)
buildroot/utils/brmake -C buildroot BR2_EXTERNAL=../FunKey O=../FunKey/output
;;
*)
echo "You can only have fun!" >&2
exit 1
;;
esac