remove old top-level scripts

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-10-20 23:33:32 +02:00
parent 4d8b81a40e
commit 20b050feff
2 changed files with 0 additions and 29 deletions

15
fun
View File

@ -1,15 +0,0 @@
#!/bin/sh
BR="make -C buildroot BR2_EXTERNAL=../FunKey O=../FunKey/output"
case "$1" in
start)
$BR distclean funkey_defconfig
;;
update)
$BR savedefconfig linux-update-defconfig uboot-update-defconfig busybox-update-config
;;
*)
$BR $*
;;
esac

14
have
View File

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