remove old top-level scripts
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
4d8b81a40e
commit
20b050feff
15
fun
15
fun
|
@ -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
|
Loading…
Reference in New Issue