From 932c578daddea68050db79d020725594b727ff7b Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 4 Feb 2026 16:02:07 +0100 Subject: [PATCH] fix(device-intel): Align Makefile with SDK build pattern Add PKG_ARCH:=all, empty Build/Compile, conffiles section, and consistent SECTION/CATEGORY/SUBMENU to match other secubox-app packages. Co-Authored-By: Claude Opus 4.5 --- .../secubox/secubox-app-device-intel/Makefile | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/package/secubox/secubox-app-device-intel/Makefile b/package/secubox/secubox-app-device-intel/Makefile index 6eff2380..58cc3bc9 100644 --- a/package/secubox/secubox-app-device-intel/Makefile +++ b/package/secubox/secubox-app-device-intel/Makefile @@ -3,18 +3,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=secubox-app-device-intel PKG_VERSION:=1.0.0 PKG_RELEASE:=1 - -PKG_MAINTAINER:=SecuBox Team -PKG_LICENSE:=MIT +PKG_ARCH:=all +PKG_MAINTAINER:=CyberMind Studio +PKG_LICENSE:=Apache-2.0 include $(INCLUDE_DIR)/package.mk define Package/secubox-app-device-intel - SECTION:=secubox - CATEGORY:=SecuBox + SECTION:=utils + CATEGORY:=Utilities + PKGARCH:=all + SUBMENU:=SecuBox Apps TITLE:=SecuBox Device Intelligence DEPENDS:=+jsonfilter +curl - PKGARCH:=all endef define Package/secubox-app-device-intel/description @@ -23,6 +24,13 @@ define Package/secubox-app-device-intel/description and pluggable emulator modules for MQTT, Zigbee, and USB devices. endef +define Package/secubox-app-device-intel/conffiles +/etc/config/device-intel +endef + +define Build/Compile +endef + define Package/secubox-app-device-intel/install $(INSTALL_DIR) $(1)/etc/config $(INSTALL_CONF) ./files/etc/config/device-intel $(1)/etc/config/