autocore and cpufreq

This commit is contained in:
klever
2020-03-15 16:55:54 +08:00
parent 3f355c1cb2
commit fda06a0963
5 changed files with 13 additions and 1 deletions

0
JUNK/fix_wifi.sh Normal file → Executable file
View File

11
JUNK/flash.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/ash
if ! type "pv" > /dev/null; then
opkg update ; opkg install pv
fi
if [ -f /tmp/upload/rom.img.gz ]; then
pv /tmp/upload/rom.img.gz | gunzip -dc > /dev/mmcblk0
echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger
fi