diff --git a/ubus/ubus-mod-juci/access.json b/ubus/ubus-mod-juci/access.json index 3c27c5c3a..59f63afa7 100644 --- a/ubus/ubus-mod-juci/access.json +++ b/ubus/ubus-mod-juci/access.json @@ -1,6 +1,6 @@ { - "unauthenticated": { - "description": "Functions allowed for unauthenticated requests", + "juciguest": { + "description": "Functions allowed for non logged-in users", "read": { "ubus": { "juci.ui": [ diff --git a/webgui/juci/Makefile b/webgui/juci/Makefile index 2ff65698d..36963a103 100644 --- a/webgui/juci/Makefile +++ b/webgui/juci/Makefile @@ -8,7 +8,7 @@ PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git@iopsys.inteno.se:juci.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=799834d4b57211cba4569757ed20ee81871559c0 +PKG_SOURCE_VERSION:=f20d4490cd96cb665bf28e7d658ec1933f957f06 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Martin Schröder @@ -47,6 +47,7 @@ endef define Build/Compile echo "$(CONFIG_PACKAGE_juci-theme-default)" + $(MAKE) -C $(PKG_BUILD_DIR) clean $(MAKE) -C $(PKG_BUILD_DIR) DEFAULT_THEME=$(CONFIG_PACKAGE_juci-theme-default) endef