mirror of https://github.com/OpenIPC/firmware.git
[no ci] Sigmastar: fix iqfile path override
parent
453cb7617e
commit
4be2bfa3f2
|
@ -49,7 +49,7 @@ insert_ko() {
|
|||
major=$(awk '$2=="mi_poll" {print $1}' /proc/devices)
|
||||
mknod /dev/mi_poll c $major 0
|
||||
|
||||
echo isproot /etc/firmware/iqfile > /dev/ispmid
|
||||
echo isproot /etc/firmware > /dev/ispmid
|
||||
mdev -s
|
||||
}
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ insert_ko() {
|
|||
major=$(awk '$2=="mi_poll" {print $1}' /proc/devices)
|
||||
mknod /dev/mi_poll c $major 0
|
||||
|
||||
echo isproot /etc/firmware/iqfile > /dev/ispmid
|
||||
echo isproot /etc/firmware > /dev/ispmid
|
||||
mdev -s
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue