project:cfg:BoardConfig_IPC:overlay:Fix permission errors and naming issues in overlay files.

Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
luckfox-eng29
2024-11-18 21:03:15 +08:00
parent 1723f324ab
commit 6b4836bd3e
10 changed files with 118 additions and 5 deletions

View File

@@ -10,6 +10,7 @@ check_hciconfig() {
else
echo "hci0 not found or not available."
fi
ifconfig wlan0 up && udhcpc -i wlan0 > /dev/null 2>&1
else
echo "aic8800_fdrv not found."
fi
@@ -18,7 +19,7 @@ check_hciconfig() {
case $1 in
start)
check_hciconfig
check_hciconfig &
;;
*)
exit 1