Skip to content

Commit

Permalink
package/hassio fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn authored and jethome-bot committed Mar 1, 2025
1 parent e60d9b9 commit c243a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildroot-external/package/hassio/hassio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ HASSIO_CONTAINER_IMAGES_ARCH = supervisor dns audio cli multicast observer core

define HASSIO_CONFIGURE_CMDS
# Deploy only landing page for "core" by setting version to "landingpage"
#curl -s $(HASSIO_VERSION_URL)$(HASSIO_VERSION_CHANNEL)".json" | jq '.core = "landingpage"' > $(@D)/version.json
curl -s $(HASSIO_VERSION_URL)$(HASSIO_VERSION_CHANNEL) > $(@D)/stable.json
$(BR2_EXTERNAL_HASSOS_PATH)/package/hassio/prepare-json.sh $(@D)/stable.json
curl -s $(HASSIO_VERSION_URL)$(HASSIO_VERSION_CHANNEL)".json" | jq '.core = "landingpage"' > $(@D)/version.json
#curl -s $(HASSIO_VERSION_URL)$(HASSIO_VERSION_CHANNEL)".json" > $(@D)/stable.json
#$(BR2_EXTERNAL_HASSOS_PATH)/package/hassio/prepare-json.sh $(@D)/stable.json

endef

Expand Down

0 comments on commit c243a77

Please sign in to comment.