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:
parent
57db9cfb40
commit
932c578dad
@ -3,18 +3,19 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=secubox-app-device-intel
|
PKG_NAME:=secubox-app-device-intel
|
||||||
PKG_VERSION:=1.0.0
|
PKG_VERSION:=1.0.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
PKG_ARCH:=all
|
||||||
PKG_MAINTAINER:=SecuBox Team <contact@secubox.dev>
|
PKG_MAINTAINER:=CyberMind Studio <contact@cybermind.fr>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=Apache-2.0
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/secubox-app-device-intel
|
define Package/secubox-app-device-intel
|
||||||
SECTION:=secubox
|
SECTION:=utils
|
||||||
CATEGORY:=SecuBox
|
CATEGORY:=Utilities
|
||||||
|
PKGARCH:=all
|
||||||
|
SUBMENU:=SecuBox Apps
|
||||||
TITLE:=SecuBox Device Intelligence
|
TITLE:=SecuBox Device Intelligence
|
||||||
DEPENDS:=+jsonfilter +curl
|
DEPENDS:=+jsonfilter +curl
|
||||||
PKGARCH:=all
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/secubox-app-device-intel/description
|
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.
|
and pluggable emulator modules for MQTT, Zigbee, and USB devices.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/secubox-app-device-intel/conffiles
|
||||||
|
/etc/config/device-intel
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Build/Compile
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/secubox-app-device-intel/install
|
define Package/secubox-app-device-intel/install
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
$(INSTALL_CONF) ./files/etc/config/device-intel $(1)/etc/config/
|
$(INSTALL_CONF) ./files/etc/config/device-intel $(1)/etc/config/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user