diff --git a/feeds/ucentral/ucentral-schema/Makefile b/feeds/ucentral/ucentral-schema/Makefile index e543f32cc..aca06eee1 100644 --- a/feeds/ucentral/ucentral-schema/Makefile +++ b/feeds/ucentral/ucentral-schema/Makefile @@ -4,10 +4,10 @@ PKG_NAME:=ucentral-schema PKG_RELEASE:=1 PKG_SOURCE_URL=https://github.com/Telecominfraproject/wlan-ucentral-schema.git -PKG_MIRROR_HASH:=83c6f6ae9898086f12cf6b3d611019ad024b1581533bdff1838180d3777ef7e1 +PKG_MIRROR_HASH:=a603f88754a6d49d29dcb39aa62a9f6f0b5d430ad045861e016d129fa2c2fc58 PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2025-09-29 -PKG_SOURCE_VERSION:=c7e15eb3406db6015fc3e9a86c116695552bb12b +PKG_SOURCE_DATE:=2025-10-19 +PKG_SOURCE_VERSION:=aa431900e34a0497d5fe85990efdcbe4660a96bd PKG_MAINTAINER:=John Crispin PKG_LICENSE:=BSD-3-Clause @@ -31,13 +31,15 @@ define Build/Compile endef define Package/ucentral-schema/install - $(INSTALL_DIR) $(1)/usr/share/ucentral $(1)/etc/ucentral/ + $(INSTALL_DIR) $(1)/usr/share/ucentral $(1)/etc/ucentral/ $(1)/usr/bin $(1)/usr/share/ucode $(CP) $(PKG_BUILD_DIR)/schema.json $(1)/etc/ucentral/ $(CP) $(PKG_BUILD_DIR)/schemareader.uc $(1)/usr/share/ucentral $(CP) $(PKG_BUILD_DIR)/renderer/* $(1)/usr/share/ucentral $(CP) $(PKG_BUILD_DIR)/command/*.uc $(1)/usr/share/ucentral - $(CP) $(PKG_BUILD_DIR)/system/*.uc $(1)/usr/share/ucentral + $(CP) $(PKG_BUILD_DIR)/system/* $(1)/usr/share/ucentral $(INSTALL_BIN) $(PKG_BUILD_DIR)/system/wifi_detect.sh $(1)/usr/share/ucentral + $(LN) /usr/share/ucentral/schemareader.uc $(1)/usr/share/ucode + $(LN) /usr/share/ucentral/ucentral.uc $(1)/usr/bin/ucentral_apply $(CP) ./files/* $(1) endef