Skip to content

Commit 409b69f

Browse files
committed
unsupported platform patch
1 parent 8b10b7d commit 409b69f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: update_script

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ ADDON_DIR=/usr/local/etc/config/addons/www/xmlapi
44
RCD_DIR=/usr/local/etc/config/rc.d
55
CONFIG_DIR=/usr/local/etc/config
66

7+
# check for unsupported platforms
8+
if grep -qim1 busmatic /www/api/methods/ccu/downloadFirmware.tcl; then
9+
exit 13
10+
fi
11+
712
if [ "$1" = "" ]; then
813
echo "CCU1"
914
lcdtool "installing XML-API "

Diff for: xml-api

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
WWW_DIR=/etc/config/addons/www/xmlapi
44
CONFIG_URL=/addons/xmlapi/
55

6+
# check for unsupported platforms
7+
if grep -qim1 busmatic /www/api/methods/ccu/downloadFirmware.tcl; then
8+
exit 13
9+
fi
10+
611
case "$1" in
712
""|start)
813
if [ ! -e /www/config/xmlapi ]; then

0 commit comments

Comments
 (0)