mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
hdhomerun: fix typo
uh! ty @Frank-NL
This commit is contained in:
parent
f72ee46eca
commit
14892dc2fb
@ -1,4 +1,4 @@
|
||||
4.1.1
|
||||
4.1.2
|
||||
clean up
|
||||
4.1.0
|
||||
rebuild for addon api bump
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
PKG_NAME="hdhomerun"
|
||||
PKG_VERSION="4.1"
|
||||
PKG_REV="1"
|
||||
PKG_REV="2"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.silicondust.com/products/hdhomerun/dvbt/"
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
oe_setup_addon driver.dvb.hdhomerun
|
||||
|
||||
if [ "$SUSPEND_DRIVER" = "true" ]; the
|
||||
if [ "$SUSPEND_DRIVER" = "true" ]; then
|
||||
case "$1" in
|
||||
pre)
|
||||
killall -9 userhdhomerun &>/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user