mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-13 08:08:51 +01:00
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…
x
Reference in New Issue
Block a user