mark secubox packages arch-independent

This commit is contained in:
CyberMind-FR 2025-12-29 21:58:50 +01:00
parent 92eff5aad7
commit 88958eef88
6 changed files with 7 additions and 2 deletions

View File

@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
PKGARCH:=all
SUBMENU:=Captive Portals
TITLE:=Nodogsplash captive portal
URL:=https://github.com/nodogsplash/nodogsplash

View File

@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/secubox-app-domoticz
SECTION:=utils
CATEGORY:=Utilities
PKGARCH:=all
SUBMENU:=SecuBox Apps
TITLE:=SecuBox Domoticz docker app
DEPENDS:=+uci +libuci +dockerd +docker +containerd

View File

@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/secubox-app-lyrion
SECTION:=utils
CATEGORY:=Utilities
PKGARCH:=all
SUBMENU:=SecuBox Apps
TITLE:=SecuBox Lyrion docker app
DEPENDS:=+uci +libuci +dockerd +docker +containerd

View File

@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/secubox-app-zigbee2mqtt
SECTION:=utils
CATEGORY:=Utilities
PKGARCH:=all
SUBMENU:=SecuBox Apps
TITLE:=SecuBox Zigbee2MQTT docker app
DEPENDS:=+uci +libuci +kmod-usb-acm +bash? +dockerd +docker +containerd

View File

@ -11,6 +11,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/secubox-app
SECTION:=utils
CATEGORY:=Utilities
PKGARCH:=all
TITLE:=SecuBox App Store CLI
DEPENDS:=+jsonfilter
endef

View File

@ -23,7 +23,7 @@ NC='\033[0m' # No Color
# Configuration
# Available versions: 25.12.0-rc1 (default), 24.10.5 (stable LTS), 23.05.5, SNAPSHOT
OPENWRT_VERSION="${OPENWRT_VERSION:-25.12.0-rc1}"
OPENWRT_VERSION="${OPENWRT_VERSION:-24.10.5}"
SDK_DIR="${SDK_DIR:-./sdk}"
BUILD_DIR="${BUILD_DIR:-./build}"
CACHE_DIR="${CACHE_DIR:-./cache}"
@ -1603,7 +1603,7 @@ EXAMPLES:
$0 clean-all
ENVIRONMENT VARIABLES:
OPENWRT_VERSION OpenWrt version (default: 23.05.5)
OPENWRT_VERSION OpenWrt version (default: 24.10.5)
SDK_DIR SDK directory (default: ./sdk)
BUILD_DIR Build output directory (default: ./build)
CACHE_DIR Download cache directory (default: ./cache)