userinterface: 1.1.9

This commit is contained in:
Vivek Kumar Dutta 2025-09-16 17:09:15 +05:30
parent bd984a6f1c
commit 075280c30b
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=userinterface
PKG_VERSION:=1.1.8
PKG_VERSION:=1.1.9
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
@ -28,7 +28,7 @@ define Package/userinterface
SUBMENU:=TRx69
TITLE:=Package to add Device.UserInterface. datamodel support using bbfdm
DEPENDS:=+USERINTERFACE_HTTPACCESS_BACKEND_NGINX:nginx
DEPENDS+=+libbbfdm-api +libbbfdm-ubus +dm-service
DEPENDS+=+libbbfdm-api +libbbfdm-ubus +dm-service +libeasy
MENU:=1
endef