Skip to content

Commit

Permalink
unsupported patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jul 7, 2021
1 parent 2c60848 commit f238ed6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/hobbyquaker-webui
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/sh

# check for unsupported platforms
if grep -qim1 busmatic /www/api/methods/ccu/downloadFirmware.tcl; then
exit 13
fi

case "$1" in

""|start|restart|stop)
Expand Down
5 changes: 5 additions & 0 deletions dev/update_script
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ ADDONNAME=hq
WWWDIR=/usr/local/etc/config/addons/www/$ADDONNAME
RCDDIR=/usr/local/etc/config/rc.d

# check for unsupported platforms
if grep -qim1 busmatic /www/api/methods/ccu/downloadFirmware.tcl; then
exit 13
fi

if [ "$1" == "" ]; then
echo "CCU1"
lcdtool "Installing Addon... "
Expand Down

0 comments on commit f238ed6

Please sign in to comment.