update:add luckfox-pico Ultra support
This commit is contained in:
committed by
luckfox-eng33
parent
1e160dee55
commit
d3153ac97e
+16
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
load_luckfoxconfig() {
|
||||
if [ -f /etc/luckfox.cfg ] && [ -f /usr/bin/luckfox-config ] ;then
|
||||
luckfox-config load
|
||||
fi
|
||||
}
|
||||
|
||||
case $1 in
|
||||
start)
|
||||
load_luckfoxconfig
|
||||
;;
|
||||
*)
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
+2108
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user