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 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-02-04 16:02:07 +01:00
parent 57db9cfb40
commit 932c578dad

View File

@ -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 <contact@secubox.dev>
PKG_LICENSE:=MIT
PKG_ARCH:=all
PKG_MAINTAINER:=CyberMind Studio <contact@cybermind.fr>
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/