autocore and cpufreq
This commit is contained in:
0
JUNK/fix_wifi.sh
Normal file → Executable file
0
JUNK/fix_wifi.sh
Normal file → Executable file
11
JUNK/flash.sh
Executable file
11
JUNK/flash.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user