Skip to content

Commit

Permalink
updated CloudMatic Addon to v20190507 which should fix issues with the
Browse files Browse the repository at this point in the history
reverse proxy service not working with the latest RaspberryMatic
version. This fixes #589.
  • Loading branch information
jens-maus committed May 7, 2019
1 parent 338307e commit c8ffe8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion buildroot-external/package/cloudmatic/cloudmatic.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CloudMatic/meine-homematic.de support
#
#############################################################
CLOUDMATIC_VERSION = 89cdcfcfdade40aa1b5ebebc792d2d00b8360952
CLOUDMATIC_VERSION = 191de2bea42ed9119d3639fb28a982a0fd04af24
CLOUDMATIC_SITE = $(call github,jens-maus,CloudMatic-CCUAddon,$(CLOUDMATIC_VERSION))
CLOUDMATIC_LICENSE = PROPERITARY

Expand All @@ -15,6 +15,8 @@ define CLOUDMATIC_INSTALL_TARGET_CMDS
ln -s /usr/sbin/openvpn $(TARGET_DIR)/opt/mh/
cp -a $(@D)/user $(TARGET_DIR)/opt/mh/
cp -a $(@D)/www $(TARGET_DIR)/opt/mh/
rm -f $(TARGET_DIR)/opt/mh/user/nginx.pi $(TARGET_DIR)/opt/mh/user/nginx
$(INSTALL) -m 0755 $(@D)/user/nginx.pi $(TARGET_DIR)/opt/mh/user/nginx
$(INSTALL) -D -m 0755 $(CLOUDMATIC_PKGDIR)/S97CloudMatic $(TARGET_DIR)/etc/init.d
endef

Expand Down

0 comments on commit c8ffe8c

Please sign in to comment.