mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 02:12:41 +01:00
Optimized boot time and USB back to working
This commit is contained in:
15
fun
15
fun
@@ -1,2 +1,15 @@
|
||||
#!/bin/sh
|
||||
make -C buildroot BR2_EXTERNAL=../FunKey O=../FunKey/output $*
|
||||
|
||||
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
|
||||
;;
|
||||
*)
|
||||
$BR $*
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user